Abfragezeit: 2.18 ms Abfragespeichernutzung: 0.023 MB Speichernutzung vor Abfrage: 4.164 MB Zeilen zurückgegeben: 1
SELECT `data`
FROM `m4cmv_session`
WHERE `session_id` = X'3965613736346638626564323634363763386430383337653330363338363830'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_session | const | PRIMARY | PRIMARY | 194 | 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:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Derselbe Aufruf in der Zeile darunter. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:25 |
Abfragezeit: 0.65 ms Nach letzter Abfrage: 5.75 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 4.806 MB Zeilen zurückgegeben: 5
SELECT id, rules
FROM `m4cmv_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_viewlevels | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.34 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 4.818 MB Zeilen zurückgegeben: 2
SELECT b.id
FROM m4cmv_usergroups AS a
LEFT JOIN m4cmv_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:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.72 ms Nach letzter Abfrage: 22.86 ms Abfragespeichernutzung: 0.059 MB Speichernutzung vor Abfrage: 7.797 MB Zeilen zurückgegeben: 1
SELECT params
FROM m4cmv_extensions
WHERE element = 'cookiespolicynotificationbar'
AND folder = 'system'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_extensions | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | Using index condition |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:185 |
| 7 | plgSystemCookiesPolicyNotificationBar->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.48 ms Nach letzter Abfrage: 37.55 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 15.242 MB Zeilen zurückgegeben: 1
SELECT custom_data
FROM m4cmv_extensions
WHERE element='yooessentials'
AND folder='system'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition; 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:1465 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Database.php:48 |
| 10 | YOOtheme\Joomla\Database->fetchAssoc() | JROOT/templates/yootheme/vendor/yootheme/database/src/Database/AbstractDatabase.php:106 |
| 9 | YOOtheme\Database\AbstractDatabase->fetchObject() | JROOT/plugins/system/yooessentials/yooessentials.php:44 |
| 8 | plgSystemYooessentials->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.38 ms Nach letzter Abfrage: 21.62 ms Abfragespeichernutzung: 0.028 MB Speichernutzung vor Abfrage: 18.639 MB Zeilen zurückgegeben: 1
SELECT custom_data
FROM m4cmv_extensions
WHERE element = 'yooessentials'
AND folder = 'system'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition; Using where |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Database.php:48 |
| 27 | YOOtheme\Joomla\Database->fetchAssoc() | JROOT/plugins/system/yooessentials/modules/core-joomla/src/ConfigRepository.php:53 |
| 26 | ZOOlanders\YOOessentials\Joomla\ConfigRepository->load() | JROOT/plugins/system/yooessentials/modules/core/src/Config.php:24 |
| 25 | ZOOlanders\YOOessentials\Config->__construct() | Derselbe Aufruf in der Zeile darunter. |
| 24 | ReflectionClass->newInstanceArgs() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:183 |
| 23 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:156 |
| 22 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:322 |
| 21 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:91 |
| 20 | YOOtheme\Container->get() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:406 |
| 19 | YOOtheme\Container->resolveDependencies() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:355 |
| 18 | YOOtheme\Container->resolveArguments() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:265 |
| 17 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 16 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 15 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 14 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
| 13 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeLoader.php:45 |
| 12 | YOOtheme\Theme\Joomla\ThemeLoader::initTheme() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 11 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 10 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 9 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 8 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 7 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.32 ms Nach letzter Abfrage: 6.68 ms Abfragespeichernutzung: 0.005 MB Speichernutzung vor Abfrage: 19.371 MB
UPDATE `m4cmv_extensions`
SET `params` = '{\"mediaversion\":\"825fab7a0bd67aad050b4e65a9f3e7cb\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
„EXPLAIN“ unmöglich für Abfrage: UPDATE `m4cmv_extensions`
SET `params` = '{\"mediaversion\":\"825fab7a0bd67aad050b4e65a9f3e7cb\"}'
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:1137 |
| 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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.64 ms Nach letzter Abfrage: 6.08 ms Abfragespeichernutzung: 0.029 MB Speichernutzung vor Abfrage: 20.193 MB Zeilen zurückgegeben: 42
SELECT `id`,`name`,`rules`,`parent_id`
FROM `m4cmv_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_content','com_contenthistory','com_convertforms','com_cookiespolicynotificationbar','com_cpanel','com_fields','com_finder','com_gsd','com_installer','com_jce','com_jmap','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_regularlabsmanager','com_rereplacer','com_search','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 43 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.15 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 19 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/category.php:139 |
| 14 | ContentModelCategory->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/libraries/src/MVC/View/CategoryView.php:116 |
| 12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 7.63 ms Nach letzter Abfrage: 0.13 ms Abfragespeichernutzung: 1.408 MB Speichernutzung vor Abfrage: 20.246 MB Zeilen zurückgegeben: 11714
SELECT `id`,`name`,`rules`,`parent_id`
FROM `m4cmv_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_assets | ALL | idx_asset_name,idx_parent_id | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 17292 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 6.87 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
| 19 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/category.php:139 |
| 14 | ContentModelCategory->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/libraries/src/MVC/View/CategoryView.php:116 |
| 12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 3.07 ms Nach letzter Abfrage: 14.47 ms Abfragespeichernutzung: 0.029 MB Speichernutzung vor Abfrage: 29.281 MB Zeilen zurückgegeben: 8
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,(
SELECT COUNT(i.`id`)
FROM `m4cmv_content` AS `i`
WHERE i.`catid` = c.id
AND i.state = 1) AS numitems
FROM `m4cmv_categories` AS `s`
INNER JOIN `m4cmv_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.published = 1
AND s.id = 13
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | PRIMARY | c | ALL | cat_idx,idx_left_right | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 49 | Using where; filesort wurde genutzt |
| 2 | DEPENDENT SUBQUERY | i | ref | idx_state,idx_catid | idx_catid | 4 | db794717298.c.id | 149 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.05 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.35 ms |
| Executing | 0.00 ms |
| Sending data | 0.94 ms |
| Executing | 0.01 ms |
| Sending data | 0.13 ms |
| Executing | 0.00 ms |
| Sending data | 0.29 ms |
| Executing | 0.00 ms |
| Sending data | 0.18 ms |
| Executing | 0.00 ms |
| Sending data | 0.41 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 16 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 15 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/models/category.php:355 |
| 14 | ContentModelCategory->getCategory() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:122 |
| 12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 17.81 ms Nach letzter Abfrage: 1.62 ms Abfragespeichernutzung: 0.080 MB Speichernutzung vor Abfrage: 29.531 MB Zeilen zurückgegeben: 10
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM m4cmv_content AS a
LEFT JOIN m4cmv_categories AS c
ON c.id = a.catid
LEFT JOIN m4cmv_users AS ua
ON ua.id = a.created_by
LEFT JOIN m4cmv_users AS uam
ON uam.id = a.modified_by
LEFT JOIN m4cmv_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.catid = 13 OR a.catid IN (
SELECT sub.id
FROM m4cmv_categories as sub
INNER JOIN m4cmv_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id = 13))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-07-14 16:59:50')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-07-14 16:59:50')
ORDER BY
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created
LIMIT 250, 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | c | ALL | PRIMARY,idx_access | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 49 | Using where; Using temporary; filesort wurde genutzt |
| 1 | PRIMARY | a | ref|filter | idx_access,idx_state,idx_catid | idx_catid|idx_state | 4|1 | db794717298.c.id | 149 (20%) | Using index condition; Using where; Using rowid filter |
| 1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.created_by | 1 | Using where |
| 1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.modified_by | 1 | Using where |
| 1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.c.parent_id | 1 | Using where |
| 2 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 2 | MATERIALIZED | sub | range | PRIMARY,idx_left_right | idx_left_right | 4 | NULL | 40 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.00 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.48 ms |
| Executing | 0.01 ms |
| Sending data | 14.54 ms |
| Creating sort index | 1.75 ms |
| Removing tmp table | 0.19 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.02 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
| 14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
| 12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 6.84 ms Nach letzter Abfrage: 1.22 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 29.793 MB Zeilen zurückgegeben: 1
SELECT COUNT(*)
FROM m4cmv_content AS a
LEFT JOIN m4cmv_categories AS c
ON c.id = a.catid
LEFT JOIN m4cmv_users AS ua
ON ua.id = a.created_by
LEFT JOIN m4cmv_users AS uam
ON uam.id = a.modified_by
LEFT JOIN m4cmv_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.catid = 13 OR a.catid IN (
SELECT sub.id
FROM m4cmv_categories as sub
INNER JOIN m4cmv_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id = 13))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-07-14 16:59:50')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-07-14 16:59:50')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | c | ALL | PRIMARY,idx_access | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 49 | Using where |
| 1 | PRIMARY | a | ref|filter | idx_access,idx_state,idx_catid | idx_catid|idx_state | 4|1 | db794717298.c.id | 149 (20%) | Using index condition; Using where; Using rowid filter |
| 2 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 2 | MATERIALIZED | sub | range | PRIMARY,idx_left_right | idx_left_right | 4 | NULL | 40 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.07 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.48 ms |
| Executing | 0.00 ms |
| Sending data | 5.44 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:354 |
| 17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/components/com_content/models/category.php:265 |
| 14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
| 12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.51 ms Nach letzter Abfrage: 1.19 ms Abfragespeichernutzung: 0.023 MB Speichernutzung vor Abfrage: 29.926 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 13
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.75 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 13 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/libraries/src/MVC/View/CategoryView.php:229 |
| 12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 5.45 ms Nach letzter Abfrage: 67.45 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 39.134 MB Zeilen zurückgegeben: 0
SELECT r.*
FROM m4cmv_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'articles' OR r.params LIKE '%\"use_xml\":\"1\"%')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 140 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 4.63 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:66 |
| 16 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/rereplacer.php:98 |
| 15 | PlgSystemReReplacer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.13 ms Nach letzter Abfrage: 3.31 ms Abfragespeichernutzung: 0.029 MB Speichernutzung vor Abfrage: 39.517 MB Zeilen zurückgegeben: 17
SHOW FULL COLUMNS
FROM `m4cmv_users`
„EXPLAIN“ unmöglich für Abfrage: SHOW FULL COLUMNS FROM `m4cmv_users`
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.27 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| checking permissions | 0.05 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.07 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 21 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 20 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |
| 19 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 18 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
| 17 | Joomla\CMS\User\User::getTable() | JROOT/plugins/system/sourcerer/src/Security.php:60 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.66 ms Nach letzter Abfrage: 0.46 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 39.563 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.04 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.44 ms Nach letzter Abfrage: 2.98 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 40.382 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.36 ms Nach letzter Abfrage: 0.10 ms Abfragespeichernutzung: 0.026 MB Speichernutzung vor Abfrage: 40.392 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 22 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 21 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 20 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 19 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 18 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 17 | Joomla\CMS\Factory::getUser() | JROOT/plugins/system/sourcerer/src/Security.php:64 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.37 ms Nach letzter Abfrage: 0.09 ms Abfragespeichernutzung: 0.026 MB Speichernutzung vor Abfrage: 40.405 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 22 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 21 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 20 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 19 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 18 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 17 | Joomla\CMS\Factory::getUser() | JROOT/plugins/system/sourcerer/src/Security.php:64 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.37 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 40.415 MB Zeilen zurückgegeben: 4
SELECT b.id
FROM m4cmv_user_usergroup_map AS map
LEFT JOIN m4cmv_usergroups AS a
ON a.id = map.group_id
LEFT JOIN m4cmv_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE map.user_id = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | map | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.map.group_id | 1 | |
| 1 | SIMPLE | b | ALL | idx_usergroup_nested_set_lookup | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 9 | Range checked for each record (index map: 0x10) |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 19 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 18 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/User/User.php:480 |
| 17 | Joomla\CMS\User\User->getAuthorisedGroups() | JROOT/plugins/system/sourcerer/src/Security.php:67 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.06 ms Nach letzter Abfrage: 4.03 ms Abfragespeichernutzung: 0.027 MB Speichernutzung vor Abfrage: 40.772 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 `m4cmv_categories` AS `s`
INNER JOIN `m4cmv_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 15
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 11 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.46 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.10 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 20 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 19 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
| 18 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 17 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.49 ms Nach letzter Abfrage: 0.12 ms Abfragespeichernutzung: 0.053 MB Speichernutzung vor Abfrage: 40.793 MB Zeilen zurückgegeben: 19
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM m4cmv_fields AS a
LEFT JOIN `m4cmv_languages` AS l
ON l.lang_code = a.language
LEFT JOIN m4cmv_users AS uc
ON uc.id=a.checked_out
LEFT JOIN m4cmv_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN m4cmv_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN m4cmv_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `m4cmv_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (15,0,13))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | idx_state,idx_access,idx_context | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 24 | Using where; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | db794717298.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.group_id | 1 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | db794717298.a.id | 1 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.52 ms |
| Creating sort index | 0.12 ms |
| Removing tmp table | 0.08 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.03 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.46 ms Nach letzter Abfrage: 3.14 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 41.205 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11680'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.11 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.40 ms Nach letzter Abfrage: 30.62 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.410 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.32 ms Nach letzter Abfrage: 0.11 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.421 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.48 ms Nach letzter Abfrage: 0.31 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.428 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11666'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.10 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.35 ms Nach letzter Abfrage: 4.00 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.465 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.01 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.31 ms Nach letzter Abfrage: 0.10 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.477 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.58 ms Nach letzter Abfrage: 0.36 ms Abfragespeichernutzung: 0.027 MB Speichernutzung vor Abfrage: 42.489 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 `m4cmv_categories` AS `s`
INNER JOIN `m4cmv_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 14
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 10 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 20 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 19 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
| 18 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 17 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.60 ms Nach letzter Abfrage: 0.09 ms Abfragespeichernutzung: 0.053 MB Speichernutzung vor Abfrage: 42.496 MB Zeilen zurückgegeben: 19
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM m4cmv_fields AS a
LEFT JOIN `m4cmv_languages` AS l
ON l.lang_code = a.language
LEFT JOIN m4cmv_users AS uc
ON uc.id=a.checked_out
LEFT JOIN m4cmv_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN m4cmv_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN m4cmv_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `m4cmv_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (14,0,13))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | idx_state,idx_access,idx_context | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 24 | Using where; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | db794717298.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.group_id | 1 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | db794717298.a.id | 1 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.53 ms |
| Creating sort index | 0.13 ms |
| Removing tmp table | 0.07 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.38 ms Nach letzter Abfrage: 0.25 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.619 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11679'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.07 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.34 ms Nach letzter Abfrage: 3.66 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.659 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.30 ms Nach letzter Abfrage: 0.09 ms Abfragespeichernutzung: 0.026 MB Speichernutzung vor Abfrage: 42.678 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.38 ms Nach letzter Abfrage: 0.33 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.685 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11678'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.07 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.34 ms Nach letzter Abfrage: 3.65 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.723 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.31 ms Nach letzter Abfrage: 0.09 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.735 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.01 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.40 ms Nach letzter Abfrage: 0.34 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.741 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11677'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.10 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.35 ms Nach letzter Abfrage: 2.83 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.781 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.29 ms Nach letzter Abfrage: 0.06 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.792 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.38 ms Nach letzter Abfrage: 0.36 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.799 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11676'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.31 ms Nach letzter Abfrage: 3.97 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.835 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.33 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.846 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.66 ms Nach letzter Abfrage: 0.31 ms Abfragespeichernutzung: 0.027 MB Speichernutzung vor Abfrage: 42.859 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 `m4cmv_categories` AS `s`
INNER JOIN `m4cmv_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 20
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 | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 49 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.18 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 20 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 19 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
| 18 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 17 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.32 ms Nach letzter Abfrage: 0.09 ms Abfragespeichernutzung: 0.053 MB Speichernutzung vor Abfrage: 42.865 MB Zeilen zurückgegeben: 19
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM m4cmv_fields AS a
LEFT JOIN `m4cmv_languages` AS l
ON l.lang_code = a.language
LEFT JOIN m4cmv_users AS uc
ON uc.id=a.checked_out
LEFT JOIN m4cmv_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN m4cmv_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN m4cmv_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `m4cmv_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (20,0,13))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | idx_state,idx_access,idx_context | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 24 | Using where; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | db794717298.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.group_id | 1 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | db794717298.a.id | 1 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.00 ms |
| System lock | 0.01 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.53 ms |
| Creating sort index | 0.13 ms |
| Removing tmp table | 0.08 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.41 ms Nach letzter Abfrage: 0.36 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 42.989 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11675'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.07 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.31 ms Nach letzter Abfrage: 3.45 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 43.027 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.28 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 43.039 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.46 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 43.045 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11674'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.36 ms Nach letzter Abfrage: 3.95 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 43.086 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.01 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.38 ms Nach letzter Abfrage: 0.10 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 43.097 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.39 ms Nach letzter Abfrage: 0.35 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 43.103 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11673'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.07 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.35 ms Nach letzter Abfrage: 5.62 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 43.158 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_users`
WHERE `id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.33 ms Nach letzter Abfrage: 0.09 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 43.170 MB Zeilen zurückgegeben: 2
SELECT `g`.`id`,`g`.`title`
FROM `m4cmv_usergroups` AS g
INNER JOIN `m4cmv_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 276
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/plugins/system/sourcerer/src/Security.php:62 |
| 16 | RegularLabs\Plugin\System\Sourcerer\Security::set() | JROOT/plugins/system/sourcerer/sourcerer.php:89 |
| 15 | PlgSystemSourcerer->handleOnContentPrepare() | JROOT/libraries/regularlabs/src/SystemPlugin.php:225 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.53 ms Nach letzter Abfrage: 0.38 ms Abfragespeichernutzung: 0.027 MB Speichernutzung vor Abfrage: 43.182 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 `m4cmv_categories` AS `s`
INNER JOIN `m4cmv_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 17
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 13 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 20 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 19 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
| 18 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 17 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.43 ms Nach letzter Abfrage: 0.09 ms Abfragespeichernutzung: 0.053 MB Speichernutzung vor Abfrage: 43.189 MB Zeilen zurückgegeben: 19
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM m4cmv_fields AS a
LEFT JOIN `m4cmv_languages` AS l
ON l.lang_code = a.language
LEFT JOIN m4cmv_users AS uc
ON uc.id=a.checked_out
LEFT JOIN m4cmv_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN m4cmv_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN m4cmv_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `m4cmv_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (17,0,13))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | idx_state,idx_access,idx_context | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 24 | Using where; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | db794717298.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.group_id | 1 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | db794717298.a.id | 1 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.00 ms |
| System lock | 0.01 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.54 ms |
| Creating sort index | 0.13 ms |
| Removing tmp table | 0.10 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.43 ms Nach letzter Abfrage: 0.36 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 43.312 MB Zeilen zurückgegeben: 16
SELECT `field_id`,`value`
FROM `m4cmv_fields_values`
WHERE `field_id` IN (7,8,9,14,15,16,17,18,20,22,24,26,28,30,31,32,33,34,38)
AND `item_id` = '11672'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 16 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.12 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 34.73 ms Nach letzter Abfrage: 5.15 ms Abfragespeichernutzung: 5.698 MB Speichernutzung vor Abfrage: 43.422 MB Zeilen zurückgegeben: 1
SELECT custom_data
FROM m4cmv_extensions
WHERE element = 'yootheme'
AND folder = 'system'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_extensions | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 16.95 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.02 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 42 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 41 | JDatabaseDriver->loadAssoc() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Database.php:48 |
| 40 | YOOtheme\Joomla\Database->fetchAssoc() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Storage.php:25 |
| 39 | YOOtheme\Joomla\Storage->__construct() | Derselbe Aufruf in der Zeile darunter. |
| 38 | ReflectionClass->newInstanceArgs() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:183 |
| 37 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:156 |
| 36 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:322 |
| 35 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:91 |
| 34 | YOOtheme\Container->get() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:406 |
| 33 | YOOtheme\Container->resolveDependencies() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:355 |
| 32 | YOOtheme\Container->resolveArguments() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:181 |
| 31 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:156 |
| 30 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:322 |
| 29 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:91 |
| 28 | YOOtheme\Container->get() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:406 |
| 27 | YOOtheme\Container->resolveDependencies() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:355 |
| 26 | YOOtheme\Container->resolveArguments() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:265 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 2.02 ms Nach letzter Abfrage: 115.61 ms Abfragespeichernutzung: 0.043 MB Speichernutzung vor Abfrage: 63.404 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,(
SELECT COUNT(i.`id`)
FROM `m4cmv_content` AS `i`
WHERE i.`catid` = c.id
AND i.state = 1) AS numitems
FROM `m4cmv_categories` AS `s`
INNER JOIN `m4cmv_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 15
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | PRIMARY | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 11 | Using index condition; Using where |
| 2 | DEPENDENT SUBQUERY | i | ref | idx_state,idx_catid | idx_catid | 4 | db794717298.c.id | 149 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.08 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 1.23 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 60 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 59 | Joomla\CMS\Categories\Categories->get() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:601 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::category() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.17 ms Nach letzter Abfrage: 2.19 ms Abfragespeichernutzung: 0.041 MB Speichernutzung vor Abfrage: 63.481 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11680
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.74 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.21 ms Nach letzter Abfrage: 3.31 ms Abfragespeichernutzung: 0.041 MB Speichernutzung vor Abfrage: 63.536 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11666
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.75 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.04 ms Nach letzter Abfrage: 1.77 ms Abfragespeichernutzung: 0.043 MB Speichernutzung vor Abfrage: 63.573 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,(
SELECT COUNT(i.`id`)
FROM `m4cmv_content` AS `i`
WHERE i.`catid` = c.id
AND i.state = 1) AS numitems
FROM `m4cmv_categories` AS `s`
INNER JOIN `m4cmv_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 14
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | PRIMARY | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 10 | Using index condition; Using where |
| 2 | DEPENDENT SUBQUERY | i | ref | idx_state,idx_catid | idx_catid | 4 | db794717298.c.id | 149 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.43 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 60 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 59 | Joomla\CMS\Categories\Categories->get() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:601 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::category() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.18 ms Nach letzter Abfrage: 1.85 ms Abfragespeichernutzung: 0.041 MB Speichernutzung vor Abfrage: 63.618 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11679
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.79 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.17 ms Nach letzter Abfrage: 3.39 ms Abfragespeichernutzung: 0.041 MB Speichernutzung vor Abfrage: 63.669 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11678
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.72 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.26 ms Nach letzter Abfrage: 3.42 ms Abfragespeichernutzung: 0.041 MB Speichernutzung vor Abfrage: 63.720 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11677
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.83 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 2.23 ms Nach letzter Abfrage: 3.40 ms Abfragespeichernutzung: 0.047 MB Speichernutzung vor Abfrage: 63.787 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11676
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.08 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 1.77 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.10 ms Nach letzter Abfrage: 1.83 ms Abfragespeichernutzung: 0.043 MB Speichernutzung vor Abfrage: 63.828 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,(
SELECT COUNT(i.`id`)
FROM `m4cmv_content` AS `i`
WHERE i.`catid` = c.id
AND i.state = 1) AS numitems
FROM `m4cmv_categories` AS `s`
INNER JOIN `m4cmv_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 20
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 49 | Using where; filesort wurde genutzt |
| 2 | DEPENDENT SUBQUERY | i | ref | idx_state,idx_catid | idx_catid | 4 | db794717298.c.id | 149 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.06 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.46 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 60 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 59 | Joomla\CMS\Categories\Categories->get() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:601 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::category() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.19 ms Nach letzter Abfrage: 1.87 ms Abfragespeichernutzung: 0.041 MB Speichernutzung vor Abfrage: 63.874 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11675
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.78 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.16 ms Nach letzter Abfrage: 3.39 ms Abfragespeichernutzung: 0.041 MB Speichernutzung vor Abfrage: 63.925 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11674
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.75 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.13 ms Nach letzter Abfrage: 3.39 ms Abfragespeichernutzung: 0.041 MB Speichernutzung vor Abfrage: 63.977 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11673
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.72 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.07 ms Nach letzter Abfrage: 1.77 ms Abfragespeichernutzung: 0.043 MB Speichernutzung vor Abfrage: 64.013 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,(
SELECT COUNT(i.`id`)
FROM `m4cmv_content` AS `i`
WHERE i.`catid` = c.id
AND i.state = 1) AS numitems
FROM `m4cmv_categories` AS `s`
INNER JOIN `m4cmv_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 17
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | PRIMARY | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 13 | Using index condition; Using where |
| 2 | DEPENDENT SUBQUERY | i | ref | idx_state,idx_catid | idx_catid | 4 | db794717298.c.id | 149 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.36 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.03 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 60 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 59 | Joomla\CMS\Categories\Categories->get() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:601 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::category() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.26 ms Nach letzter Abfrage: 1.91 ms Abfragespeichernutzung: 0.041 MB Speichernutzung vor Abfrage: 64.059 MB Zeilen zurückgegeben: 0
SELECT `m`.`tag_id`,`t`.*
FROM `m4cmv_contentitem_tag_map` AS m
INNER JOIN `m4cmv_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 11672
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5455 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db794717298.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.15 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.73 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 60 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:607 |
| 59 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tags() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/Type/ArticleType.php:626 |
| 58 | YOOtheme\Builder\Joomla\Source\Type\ArticleType::tagString() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
| 57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:308 |
| 56 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:623 |
| 55 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:550 |
| 54 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 53 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1145 |
| 52 | YOOtheme\GraphQL\Executor\ReferenceExecutor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1106 |
| 51 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:793 |
| 50 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 49 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:887 |
| 48 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeListValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:761 |
| 47 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:654 |
| 46 | YOOtheme\GraphQL\Executor\ReferenceExecutor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:557 |
| 45 | YOOtheme\GraphQL\Executor\ReferenceExecutor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:1195 |
| 44 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:264 |
| 43 | YOOtheme\GraphQL\Executor\ReferenceExecutor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/ReferenceExecutor.php:215 |
| 42 | YOOtheme\GraphQL\Executor\ReferenceExecutor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:156 |
| 41 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:162 |
| 40 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:94 |
| 39 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
| 38 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:110 |
| 37 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/plugins/system/yooessentials/modules/dynamic/src/SourceTransform.php:34 |
| 36 | ZOOlanders\YOOessentials\Dynamic\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
| 35 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
| 34 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 33 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 32 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
| 28 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
| 27 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
| 26 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
| 25 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
| 24 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:115 |
| 23 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:45 |
| 22 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
| 21 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeListener.php:70 |
| 18 | YOOtheme\Theme\Joomla\ThemeListener::YOOtheme\Theme\Joomla\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/StreamWrapper.php:49 |
| 17 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Derselbe Aufruf in der Zeile darunter. |
| 16 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 15 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
| 12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
| 11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.42 ms Nach letzter Abfrage: 59.20 ms Abfragespeichernutzung: 0.019 MB Speichernutzung vor Abfrage: 64.057 MB Zeilen zurückgegeben: 1
SELECT extension_id
FROM m4cmv_extensions
WHERE type='plugin'
AND element = 'cookiespolicynotificationbar'
AND folder='system'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 886 | const,const,const | 1 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:709 |
| 7 | plgSystemCookiesPolicyNotificationBar->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.31 ms Nach letzter Abfrage: 0.04 ms Abfragespeichernutzung: 0.020 MB Speichernutzung vor Abfrage: 64.060 MB Zeilen zurückgegeben: 1
SELECT extension_id
FROM m4cmv_extensions
WHERE type='plugin'
AND element = 'cookiespolicynotificationbar'
AND folder='system'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 886 | const,const,const | 1 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:710 |
| 7 | plgSystemCookiesPolicyNotificationBar->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 1.03 ms Nach letzter Abfrage: 24.84 ms Abfragespeichernutzung: 0.026 MB Speichernutzung vor Abfrage: 64.597 MB Zeilen zurückgegeben: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM m4cmv_fields AS a
LEFT JOIN `m4cmv_languages` AS l
ON l.lang_code = a.language
LEFT JOIN m4cmv_users AS uc
ON uc.id=a.checked_out
LEFT JOIN m4cmv_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN m4cmv_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN m4cmv_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | Using where; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | db794717298.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | db794717298.a.group_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.32 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.06 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.03 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 17 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Derselbe Aufruf in der Zeile darunter. |
| 13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla-modules/src/ModulesRenderer.php:29 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.42 ms Nach letzter Abfrage: 7.06 ms Abfragespeichernutzung: 0.022 MB Speichernutzung vor Abfrage: 64.725 MB Zeilen zurückgegeben: 0
SELECT *
FROM m4cmv_jmap_metainfo
WHERE `linkurl` = 'https://www.eventcompanies.de/magazin?dt=1643558400030&start=250'
AND `published` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_jmap_metainfo | ALL | published | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 86 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:659 |
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.35 ms Nach letzter Abfrage: 0.05 ms Abfragespeichernutzung: 0.022 MB Speichernutzung vor Abfrage: 64.732 MB Zeilen zurückgegeben: 0
SELECT *
FROM m4cmv_jmap_canonicals
WHERE `linkurl` = 'https://www.eventcompanies.de/magazin?dt=1643558400030&start=250'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_jmap_canonicals | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:738 |
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.51 ms Nach letzter Abfrage: 0.97 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 64.817 MB Zeilen zurückgegeben: 1
SELECT *
FROM `m4cmv_extensions`
WHERE `element` = 'com_gsd'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 19 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/nrframework/NRFramework/Extension.php:124 |
| 18 | NRFramework\Extension::get() | JROOT/plugins/system/nrframework/NRFramework/Extension.php:176 |
| 17 | NRFramework\Extension::isEnabled() | JROOT/plugins/system/nrframework/NRFramework/Extension.php:159 |
| 16 | NRFramework\Extension::componentIsEnabled() | JROOT/plugins/system/gsd/gsd.php:490 |
| 15 | plgSystemGSD->setup() | JROOT/plugins/system/gsd/gsd.php:533 |
| 14 | plgSystemGSD->getHelper() | JROOT/plugins/system/gsd/gsd.php:65 |
| 13 | plgSystemGSD->init() | JROOT/plugins/system/gsd/gsd.php:54 |
| 12 | plgSystemGSD->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.73 ms Nach letzter Abfrage: 0.95 ms Abfragespeichernutzung: 0.026 MB Speichernutzung vor Abfrage: 64.900 MB Zeilen zurückgegeben: 2
SHOW FULL COLUMNS
FROM `m4cmv_gsd_config`
„EXPLAIN“ unmöglich für Abfrage: SHOW FULL COLUMNS FROM `m4cmv_gsd_config`
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.24 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.03 ms |
| Removing tmp table | 0.06 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 20 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 19 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_gsd/tables/config.php:26 |
| 18 | GSDTableConfig->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 17 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_gsd/GSD/Helper.php:412 |
| 16 | GSD\Helper::getParams() | JROOT/plugins/system/gsd/gsd.php:502 |
| 15 | plgSystemGSD->setup() | JROOT/plugins/system/gsd/gsd.php:533 |
| 14 | plgSystemGSD->getHelper() | JROOT/plugins/system/gsd/gsd.php:65 |
| 13 | plgSystemGSD->init() | JROOT/plugins/system/gsd/gsd.php:54 |
| 12 | plgSystemGSD->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.46 ms Nach letzter Abfrage: 0.09 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 64.916 MB Zeilen zurückgegeben: 0
SELECT *
FROM m4cmv_gsd_config
WHERE `name` = 'config'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_gsd_config | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 17 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_gsd/GSD/Helper.php:413 |
| 16 | GSD\Helper::getParams() | JROOT/plugins/system/gsd/gsd.php:502 |
| 15 | plgSystemGSD->setup() | JROOT/plugins/system/gsd/gsd.php:533 |
| 14 | plgSystemGSD->getHelper() | JROOT/plugins/system/gsd/gsd.php:65 |
| 13 | plgSystemGSD->init() | JROOT/plugins/system/gsd/gsd.php:54 |
| 12 | plgSystemGSD->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.28 ms Nach letzter Abfrage: 5.57 ms Abfragespeichernutzung: 0.020 MB Speichernutzung vor Abfrage: 65.499 MB Zeilen zurückgegeben: 0
SELECT *
FROM m4cmv_jmap_headings
WHERE `linkurl` = 'https://www.eventcompanies.de/magazin?dt=1643558400030&start=250'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_jmap_headings | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:1054 |
| 7 | plgSystemJMap->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.27 ms Nach letzter Abfrage: 0.05 ms Abfragespeichernutzung: 0.020 MB Speichernutzung vor Abfrage: 65.504 MB Zeilen zurückgegeben: 0
SELECT
`original_text`,
`target_text`,
`original_text_regex`,
`target_text_regex`
FROM
`m4cmv_jmap_text_replacements`
WHERE
`published` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_jmap_text_replacements | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jmap/jmap.php:309 |
| 8 | plgSystemJMap->patternReplacements() | JROOT/plugins/system/jmap/jmap.php:1131 |
| 7 | plgSystemJMap->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.52 ms Nach letzter Abfrage: 3.27 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 65.816 MB Zeilen zurückgegeben: 42
SELECT name, element AS `option`
FROM m4cmv_extensions
WHERE type = 'component'
AND enabled = 1
ORDER BY name ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_extensions | ref | extension | extension | 82 | const | 44 | Using index condition; Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.12 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_menus/models/menutypes.php:90 |
| 12 | MenusModelMenutypes->getTypeOptions() | JROOT/plugins/system/betterpreview/src/Component/Link.php:35 |
| 11 | RegularLabs\Plugin\System\BetterPreview\Component\Link->__construct() | JROOT/plugins/system/betterpreview/src/Component.php:29 |
| 10 | RegularLabs\Plugin\System\BetterPreview\Component::getClass() | JROOT/plugins/system/betterpreview/betterpreview.php:190 |
| 9 | PlgSystemBetterPreview->getClass() | JROOT/plugins/system/betterpreview/betterpreview.php:164 |
| 8 | PlgSystemBetterPreview->handleOnAfterRender() | JROOT/libraries/regularlabs/src/SystemPlugin.php:137 |
| 7 | RegularLabs\Library\SystemPlugin->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 5.02 ms Nach letzter Abfrage: 22.86 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 65.927 MB Zeilen zurückgegeben: 0
SELECT r.*
FROM m4cmv_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'component' OR r.params LIKE '%\"use_xml\":\"1\"%')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 140 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 4.69 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:66 |
| 11 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:166 |
| 10 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInArea() | JROOT/plugins/system/rereplacer/src/Replace.php:66 |
| 9 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/rereplacer.php:144 |
| 8 | PlgSystemReReplacer->changeFinalHtmlOutput() | JROOT/libraries/regularlabs/src/SystemPlugin.php:146 |
| 7 | RegularLabs\Library\SystemPlugin->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 6.64 ms Nach letzter Abfrage: 0.06 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 65.933 MB Zeilen zurückgegeben: 0
SELECT r.*
FROM m4cmv_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'head' OR r.params LIKE '%\"use_xml\":\"1\"%')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 140 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 5.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:66 |
| 11 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:166 |
| 10 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInArea() | JROOT/plugins/system/rereplacer/src/Replace.php:67 |
| 9 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/rereplacer.php:144 |
| 8 | PlgSystemReReplacer->changeFinalHtmlOutput() | JROOT/libraries/regularlabs/src/SystemPlugin.php:146 |
| 7 | RegularLabs\Library\SystemPlugin->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 11.67 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 1.369 MB Speichernutzung vor Abfrage: 65.939 MB Zeilen zurückgegeben: 235
SELECT r.*
FROM m4cmv_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'body' OR r.params LIKE '%\"use_xml\":\"1\"%')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 140 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 1.14 ms |
| End of update loop | 0.15 ms |
| Query end | 0.01 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.02 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:66 |
| 11 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:166 |
| 10 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInArea() | JROOT/plugins/system/rereplacer/src/Replace.php:68 |
| 9 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/rereplacer.php:144 |
| 8 | PlgSystemReReplacer->changeFinalHtmlOutput() | JROOT/libraries/regularlabs/src/SystemPlugin.php:146 |
| 7 | RegularLabs\Library\SystemPlugin->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 4.88 ms Nach letzter Abfrage: 274.56 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 74.139 MB Zeilen zurückgegeben: 0
SELECT r.*
FROM m4cmv_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'everywhere' OR r.params LIKE '%\"use_xml\":\"1\"%')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 140 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 4.49 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:66 |
| 11 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:154 |
| 10 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceEverywhere() | JROOT/plugins/system/rereplacer/src/Replace.php:70 |
| 9 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/rereplacer.php:144 |
| 8 | PlgSystemReReplacer->changeFinalHtmlOutput() | JROOT/libraries/regularlabs/src/SystemPlugin.php:146 |
| 7 | RegularLabs\Library\SystemPlugin->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.26 ms Nach letzter Abfrage: 7.10 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.106 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11680'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.113 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11680
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.26 ms Nach letzter Abfrage: 0.17 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.197 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11666'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.205 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11666
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.39 ms Nach letzter Abfrage: 0.19 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.215 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11679'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.13 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.223 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11679
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.26 ms Nach letzter Abfrage: 0.18 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.232 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11678'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.27 ms Nach letzter Abfrage: 0.08 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.240 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11678
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.30 ms Nach letzter Abfrage: 0.18 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.249 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11677'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.26 ms Nach letzter Abfrage: 0.08 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.257 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11677
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.20 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.266 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11676'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.274 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11676
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.26 ms Nach letzter Abfrage: 0.17 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.284 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11675'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.291 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11675
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.02 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.28 ms Nach letzter Abfrage: 0.19 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.301 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11674'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.27 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.309 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11674
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.318 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11673'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.29 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.326 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11673
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.24 ms Nach letzter Abfrage: 0.19 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.339 MB Zeilen zurückgegeben: 1
SELECT `alias`
FROM `m4cmv_content`
WHERE id = '11672'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |
Abfragezeit: 0.30 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 74.347 MB Zeilen zurückgegeben: 1
SELECT alias
FROM m4cmv_content
WHERE id=11672
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m4cmv_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:28 |