Query Time: 1.35 ms Query memory: 0.023 MB Memory before query: 4.151 MB Rows returned: 0
SELECT `data`
FROM `nz88qu8e0mjos_session`
WHERE `session_id` = X'3736353835643732313330356239623830316139646364643733623834353562'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 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:46 |
Query Time: 1.20 ms After last query: 1.39 ms Query memory: 0.020 MB Memory before query: 4.247 MB Rows returned: 0
SELECT `session_id`
FROM `nz88qu8e0mjos_session`
WHERE `session_id` = X'3736353835643732313330356239623830316139646364643733623834353562'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 2.71 ms After last query: 0.10 ms Query memory: 0.004 MB Memory before query: 4.252 MB
INSERT INTO `nz88qu8e0mjos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3736353835643732313330356239623830316139646364643733623834353562', 1, 1788806685, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `nz88qu8e0mjos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3736353835643732313330356239623830316139646364643733623834353562', 1, 1788806685, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| update | 0.15 ms |
| end | 0.00 ms |
| query end | 1.37 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.42 ms After last query: 1.92 ms Query memory: 0.024 MB Memory before query: 4.440 MB Rows returned: 39
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `nz88qu8e0mjos_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_extensions | NULL | ref | extension | extension | 82 | const | 39 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.29 ms After last query: 1.85 ms Query memory: 0.021 MB Memory before query: 4.696 MB Rows returned: 5
SELECT id, rules
FROM `nz88qu8e0mjos_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.28 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 4.708 MB Rows returned: 2
SELECT b.id
FROM nz88qu8e0mjos_usergroups AS a
LEFT JOIN nz88qu8e0mjos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.52 ms After last query: 0.57 ms Query memory: 0.030 MB Memory before query: 4.776 MB Rows returned: 83
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM nz88qu8e0mjos_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_extensions | NULL | ref | extension | extension | 82 | const | 107 | 0.60 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.21 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 12.16 ms Query memory: 0.028 MB Memory before query: 6.265 MB Rows returned: 10
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM nz88qu8e0mjos_menu AS m
LEFT JOIN nz88qu8e0mjos_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 11 | 10.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.17 ms |
| init | 0.01 ms |
| System lock | 0.07 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.27 ms After last query: 6.14 ms Query memory: 0.023 MB Memory before query: 6.897 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `nz88qu8e0mjos_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php: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:49 |
Query Time: 2.76 ms After last query: 0.14 ms Query memory: 0.005 MB Memory before query: 6.888 MB
UPDATE `nz88qu8e0mjos_extensions`
SET `params` = '{\"mediaversion\":\"d42efdde0a0cfa7969be5650557fbc64\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | nz88qu8e0mjos_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| updating | 0.06 ms |
| end | 0.01 ms |
| query end | 1.45 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 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:49 |
Query Time: 1.40 ms After last query: 1.73 ms Query memory: 0.019 MB Memory before query: 7.086 MB Rows returned: 1
SELECT *
FROM nz88qu8e0mjos_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.10 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.47 ms After last query: 0.25 ms Query memory: 0.019 MB Memory before query: 7.103 MB Rows returned: 3
SELECT id, home, template, s.params
FROM nz88qu8e0mjos_template_styles as s
LEFT JOIN nz88qu8e0mjos_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | db712232021.e.element | 1 | 60.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.90 ms After last query: 7.14 ms Query memory: 0.023 MB Memory before query: 7.693 MB Rows returned: 1
SELECT c.*, img.fullname AS item_image, img.caption AS image_caption,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as catslug
FROM nz88qu8e0mjos_djc2_categories AS c
LEFT JOIN (select im1.fullname, im1.caption, im1.type, im1.item_id
from nz88qu8e0mjos_djc2_images as im1, (select item_id, type, min(ordering) as lowest_order
from nz88qu8e0mjos_djc2_images
group by item_id, type) as im2
where im1.item_id = im2.item_id
and im1.type=im2.type
and im1.ordering = im2.lowest_order) AS img
ON img.item_id = c.id
AND img.type='category'
ORDER BY c.parent_id ASC, c.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | c | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using temporary; Using filesort |
| 1 | PRIMARY | im1 | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | PRIMARY | <derived3> | NULL | ref | <auto_key0> | <auto_key0> | 203 | db712232021.im1.item_id,db712232021.im1.type,db712232021.im1.ordering | 2 | 100.00 | Using where; Using index |
| 3 | DERIVED | nz88qu8e0mjos_djc2_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using temporary; Using filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.14 ms |
| init | 0.05 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.01 ms |
| Sending data | 0.20 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.07 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:223 |
| 13 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:105 |
| 12 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:141 |
| 11 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:48 |
| 10 | Djcatalog2Helper::getParams() | JROOT/components/com_djcatalog2/helpers/theme.php:39 |
| 9 | DJCatalog2ThemeHelper::setThemeAssets() | JROOT/components/com_djcatalog2/controller.php:42 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.69 ms After last query: 9.22 ms Query memory: 0.023 MB Memory before query: 8.557 MB Rows returned: 1
SELECT c.*, img.fullname AS item_image, img.caption AS image_caption,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as catslug
FROM nz88qu8e0mjos_djc2_categories AS c
LEFT JOIN (select im1.fullname, im1.caption, im1.type, im1.item_id
from nz88qu8e0mjos_djc2_images as im1, (select item_id, type, min(ordering) as lowest_order
from nz88qu8e0mjos_djc2_images
group by item_id, type) as im2
where im1.item_id = im2.item_id
and im1.type=im2.type
and im1.ordering = im2.lowest_order) AS img
ON img.item_id = c.id
AND img.type='category'
WHERE c.published=1
ORDER BY c.parent_id ASC, c.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | c | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | PRIMARY | im1 | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | PRIMARY | <derived3> | NULL | ref | <auto_key0> | <auto_key0> | 203 | db712232021.im1.item_id,db712232021.im1.type,db712232021.im1.ordering | 2 | 100.00 | Using where; Using index |
| 3 | DERIVED | nz88qu8e0mjos_djc2_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using temporary; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.06 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:223 |
| 13 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:105 |
| 12 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:141 |
| 11 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/views/item/view.html.php:53 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.69 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 8.574 MB Rows returned: 0
SELECT f.*, group_concat(fo.id separator '|') as options
FROM nz88qu8e0mjos_djc2_items_extra_fields as f
LEFT JOIN nz88qu8e0mjos_djc2_items_extra_fields_options as fo
ON fo.field_id=f.id
WHERE (f.visibility = 1 or f.visibility = 3)
and f.published = 1
GROUP BY f.id
ORDER BY f.ordering asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | fo | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.11 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.05 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.00 ms |
| removing tmp table | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/item.php:168 |
| 13 | DJCatalog2ModelItem->getAttributes() | JROOT/components/com_djcatalog2/models/item.php:100 |
| 12 | DJCatalog2ModelItem->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_djcatalog2/views/item/view.html.php:58 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.50 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 8.581 MB Rows returned: 1
SELECT i.*,
CASE WHEN CHAR_LENGTH(i.alias) THEN CONCAT_WS(":", i.id, i.alias) ELSE i.id END as slug ,c.id as _category_id, c.name as category, c.published as publish_category,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as catslug ,p.id as _producer_id, p.name as producer, p.published as publish_producer,
CASE WHEN CHAR_LENGTH(p.alias) THEN CONCAT_WS(":", p.id, p.alias) ELSE p.id END as prodslug
FROM nz88qu8e0mjos_djc2_items as i
LEFT JOIN nz88qu8e0mjos_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN nz88qu8e0mjos_djc2_producers AS p
ON p.id = i.producer_id
WHERE i.id =2
GROUP BY i.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | i | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.11 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.05 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_djcatalog2/models/item.php:119 |
| 12 | DJCatalog2ModelItem->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_djcatalog2/views/item/view.html.php:58 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.39 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 8.601 MB Rows returned: 0
SELECT fields.alias, fields.type, fields.ordering, fieldvalues.item_id, fieldvalues.field_id, fieldvalues.id as value_id, fieldoptions.id as option_id, fieldoptions.value
FROM nz88qu8e0mjos_djc2_items_extra_fields_values_int as fieldvalues
INNER JOIN nz88qu8e0mjos_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN nz88qu8e0mjos_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
LEFT JOIN nz88qu8e0mjos_djc2_items_extra_fields_options as fieldoptions
ON fieldoptions.id = fieldvalues.value
AND fieldoptions.field_id = fields.id
WHERE fieldvalues.item_id=2
AND (fields.visibility = 1 OR fields.visibility = 3)
AND fields.published = 1
ORDER BY fields.ordering asc, fieldoptions.ordering asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index; Using temporary; Using filesort |
| 1 | SIMPLE | fieldvalues | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | fields | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.fieldvalues.field_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fieldoptions | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.fieldvalues.value | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/item.php:196 |
| 13 | DJCatalog2ModelItem->bindAttributes() | JROOT/components/com_djcatalog2/models/item.php:131 |
| 12 | DJCatalog2ModelItem->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_djcatalog2/views/item/view.html.php:58 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.59 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 8.609 MB Rows returned: 0
SELECT fields.alias, fields.type, fields.ordering, fieldvalues.item_id, fieldvalues.field_id, fieldvalues.id as value_id, 0 as option_id, fieldvalues.value
FROM nz88qu8e0mjos_djc2_items_extra_fields_values_text as fieldvalues
INNER JOIN nz88qu8e0mjos_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN nz88qu8e0mjos_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
WHERE fieldvalues.item_id=2
AND (fields.visibility = 1 OR fields.visibility = 3)
AND fields.published = 1
ORDER BY fields.ordering asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index; Using temporary; Using filesort |
| 1 | SIMPLE | fieldvalues | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | fields | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.fieldvalues.field_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.06 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.05 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/item.php:198 |
| 13 | DJCatalog2ModelItem->bindAttributes() | JROOT/components/com_djcatalog2/models/item.php:131 |
| 12 | DJCatalog2ModelItem->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_djcatalog2/views/item/view.html.php:58 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.19 ms After last query: 13.50 ms Query memory: 0.147 MB Memory before query: 9.274 MB Rows returned: 223
SELECT *
FROM nz88qu8e0mjos_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_wf_profiles | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 63 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.17 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.47 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jce/editor/libraries/classes/application.php:196 |
| 20 | WFApplication->getProfile() | JROOT/administrator/components/com_jce/helpers/browser.php:76 |
| 19 | WfBrowserHelper::getMediaFieldOptions() | JROOT/plugins/system/jce/jce.php:36 |
| 18 | PlgSystemJce->getMediaRedirectUrl() | JROOT/plugins/system/jce/jce.php:150 |
| 17 | PlgSystemJce->onContentPrepareForm() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/src/MVC/Model/FormModel.php:323 |
| 14 | Joomla\CMS\MVC\Model\FormModel->preprocessForm() | JROOT/libraries/src/MVC/Model/FormModel.php:244 |
| 13 | Joomla\CMS\MVC\Model\FormModel->loadForm() | JROOT/components/com_djcatalog2/models/item.php:55 |
| 12 | DJCatalog2ModelItem->getForm() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_djcatalog2/views/item/view.html.php:59 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.68 ms After last query: 1.16 ms Query memory: 0.147 MB Memory before query: 9.299 MB Rows returned: 223
SELECT *
FROM nz88qu8e0mjos_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_wf_profiles | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 63 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.37 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jce/editor/libraries/classes/application.php:196 |
| 22 | WFApplication->getProfile() | JROOT/components/com_jce/editor/libraries/classes/application.php:369 |
| 21 | WFApplication->getParams() | JROOT/components/com_jce/editor/libraries/classes/application.php:417 |
| 20 | WFApplication->getParam() | JROOT/administrator/components/com_jce/helpers/browser.php:79 |
| 19 | WfBrowserHelper::getMediaFieldOptions() | JROOT/plugins/system/jce/jce.php:36 |
| 18 | PlgSystemJce->getMediaRedirectUrl() | JROOT/plugins/system/jce/jce.php:150 |
| 17 | PlgSystemJce->onContentPrepareForm() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/src/MVC/Model/FormModel.php:323 |
| 14 | Joomla\CMS\MVC\Model\FormModel->preprocessForm() | JROOT/libraries/src/MVC/Model/FormModel.php:244 |
| 13 | Joomla\CMS\MVC\Model\FormModel->loadForm() | JROOT/components/com_djcatalog2/models/item.php:55 |
| 12 | DJCatalog2ModelItem->getForm() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_djcatalog2/views/item/view.html.php:59 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.20 ms After last query: 5.49 ms Query memory: 0.027 MB Memory before query: 9.752 MB Rows returned: 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 nz88qu8e0mjos_fields AS a
LEFT JOIN `nz88qu8e0mjos_languages` AS l
ON l.lang_code = a.language
LEFT JOIN nz88qu8e0mjos_users AS uc
ON uc.id=a.checked_out
LEFT JOIN nz88qu8e0mjos_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN nz88qu8e0mjos_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN nz88qu8e0mjos_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_djcatalog2.contact'
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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | db712232021.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.28 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.23 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.10 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 21 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 20 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 19 | FieldsHelper::getFields() | JROOT/administrator/components/com_fields/helpers/fields.php:286 |
| 18 | FieldsHelper::prepareForm() | JROOT/plugins/system/fields/fields.php:305 |
| 17 | PlgSystemFields->onContentPrepareForm() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/src/MVC/Model/FormModel.php:323 |
| 14 | Joomla\CMS\MVC\Model\FormModel->preprocessForm() | JROOT/libraries/src/MVC/Model/FormModel.php:244 |
| 13 | Joomla\CMS\MVC\Model\FormModel->loadForm() | JROOT/components/com_djcatalog2/models/item.php:55 |
| 12 | DJCatalog2ModelItem->getForm() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_djcatalog2/views/item/view.html.php:59 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.88 ms After last query: 1.40 ms Query memory: 0.023 MB Memory before query: 9.769 MB Rows returned: 0
SELECT fields.alias, fields.type, fields.ordering, fieldvalues.item_id, fieldvalues.field_id, fieldvalues.id as value_id, fieldoptions.id as option_id, fieldoptions.value
FROM nz88qu8e0mjos_djc2_items_extra_fields_values_int as fieldvalues
INNER JOIN nz88qu8e0mjos_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN nz88qu8e0mjos_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
LEFT JOIN nz88qu8e0mjos_djc2_items_extra_fields_options as fieldoptions
ON fieldoptions.id = fieldvalues.value
AND fieldoptions.field_id = fields.id
WHERE fieldvalues.item_id=2
AND (fields.visibility = 1 OR fields.visibility = 3)
AND fields.published = 1
ORDER BY fields.ordering asc, fieldoptions.ordering asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index; Using temporary; Using filesort |
| 1 | SIMPLE | fieldvalues | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | fields | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.fieldvalues.field_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fieldoptions | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.fieldvalues.value | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.51 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/item.php:196 |
| 14 | DJCatalog2ModelItem->bindAttributes() | JROOT/components/com_djcatalog2/models/item.php:131 |
| 13 | DJCatalog2ModelItem->getItem() | JROOT/components/com_djcatalog2/models/item.php:70 |
| 12 | DJCatalog2ModelItem->getForm() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_djcatalog2/views/item/view.html.php:59 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.51 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 9.777 MB Rows returned: 0
SELECT fields.alias, fields.type, fields.ordering, fieldvalues.item_id, fieldvalues.field_id, fieldvalues.id as value_id, 0 as option_id, fieldvalues.value
FROM nz88qu8e0mjos_djc2_items_extra_fields_values_text as fieldvalues
INNER JOIN nz88qu8e0mjos_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN nz88qu8e0mjos_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
WHERE fieldvalues.item_id=2
AND (fields.visibility = 1 OR fields.visibility = 3)
AND fields.published = 1
ORDER BY fields.ordering asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index; Using temporary; Using filesort |
| 1 | SIMPLE | fieldvalues | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | fields | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.fieldvalues.field_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.18 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.07 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/item.php:198 |
| 14 | DJCatalog2ModelItem->bindAttributes() | JROOT/components/com_djcatalog2/models/item.php:131 |
| 13 | DJCatalog2ModelItem->getItem() | JROOT/components/com_djcatalog2/models/item.php:70 |
| 12 | DJCatalog2ModelItem->getForm() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_djcatalog2/views/item/view.html.php:59 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.30 ms After last query: 0.53 ms Query memory: 0.024 MB Memory before query: 9.803 MB Rows returned: 41
select id, producer_id
from nz88qu8e0mjos_djc2_items
where published=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_djc2_items | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 41 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/helpers/route.php:62 |
| 11 | DJCatalogHelperRoute::getItemRoute() | JROOT/components/com_djcatalog2/views/item/view.html.php:80 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.89 ms After last query: 0.32 ms Query memory: 0.022 MB Memory before query: 9.811 MB Rows returned: 0
SELECT i.*, c.id AS ccategory_id, p.id AS pproducer_id, c.name AS category, p.name AS producer, p.published as publish_producer, img.fullname AS item_image, img.caption AS image_caption,
CASE WHEN CHAR_LENGTH(i.alias) THEN CONCAT_WS(":", i.id, i.alias) ELSE i.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as catslug,
CASE WHEN CHAR_LENGTH(p.alias) THEN CONCAT_WS(":", p.id, p.alias) ELSE p.id END as prodslug
FROM nz88qu8e0mjos_djc2_items AS i
LEFT JOIN nz88qu8e0mjos_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN nz88qu8e0mjos_djc2_producers AS p
ON p.id = i.producer_id
LEFT JOIN nz88qu8e0mjos_djc2_images AS img
ON img.item_id = i.id
AND img.type='item'
AND img.ordering = 1
WHERE i.published = 1
AND i.id IN (SELECT related_item
FROM nz88qu8e0mjos_djc2_items_related
WHERE item_id=2)
ORDER BY i.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_djc2_items_related | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary; Using filesort; Start temporary |
| 1 | SIMPLE | i | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.nz88qu8e0mjos_djc2_items_related.related_item | 1 | 10.00 | Using where |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.i.cat_id | 1 | 100.00 | End temporary |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db712232021.i.producer_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | img | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.14 ms |
| init | 0.05 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.18 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.06 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/item.php:152 |
| 11 | DJCatalog2ModelItem->getRelatedItems() | JROOT/components/com_djcatalog2/views/item/view.html.php:116 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.58 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 9.820 MB Rows returned: 0
SELECT f.*, group_concat(fo.id separator '|') as options
FROM nz88qu8e0mjos_djc2_items_extra_fields as f
LEFT JOIN nz88qu8e0mjos_djc2_items_extra_fields_options as fo
ON fo.field_id=f.id
WHERE (f.visibility = 1 or f.visibility = 3)
and f.published = 1
GROUP BY f.id
ORDER BY f.ordering asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | fo | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.14 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.06 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| removing tmp table | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/item.php:168 |
| 11 | DJCatalog2ModelItem->getAttributes() | JROOT/components/com_djcatalog2/views/item/view.html.php:117 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.49 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 9.824 MB Rows returned: 1
SELECT position
FROM (SELECT a.id, a.name, a.alias, a.cat_id, c.alias as category_alias, @num := @num + 1 AS position
FROM nz88qu8e0mjos_djc2_items AS a JOIN (SELECT @num := 0) AS n
LEFT JOIN nz88qu8e0mjos_djc2_categories as c
ON c.id = a.cat_id
WHERE a.published = 1
AND c.published = 1
AND a.cat_id=1
ORDER BY c.ordering ASC, a.ordering ASC ) as sub
WHERE sub.id = 2
ORDER BY position DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | const | 1 | 100.00 | Using where; Using filesort |
| 2 | DERIVED | <derived3> | NULL | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using filesort |
| 2 | DERIVED | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 2 | DERIVED | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 41 | 2.44 | Using where |
| 3 | DERIVED | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | No tables used |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.01 ms |
| executing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.11 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_djcatalog2/models/item.php:235 |
| 11 | DJCatalog2ModelItem->getNavigation() | JROOT/components/com_djcatalog2/views/item/view.html.php:118 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.42 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 9.830 MB Rows returned: 2
SELECT *
FROM (SELECT a.id, a.name, a.alias, a.cat_id, c.alias as category_alias, @num := @num + 1 AS position
FROM nz88qu8e0mjos_djc2_items AS a JOIN (SELECT @num := 0) AS n
LEFT JOIN nz88qu8e0mjos_djc2_categories as c
ON c.id = a.cat_id
WHERE a.published = 1
AND c.published = 1
AND a.cat_id=1
ORDER BY c.ordering ASC, a.ordering ASC ) as sub
WHERE position=1 OR position=3
ORDER BY position ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | <derived2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 75.00 | Using where; Using filesort |
| 2 | DERIVED | <derived3> | NULL | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using filesort |
| 2 | DERIVED | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 2 | DERIVED | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 41 | 2.44 | Using where |
| 3 | DERIVED | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | No tables used |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.00 ms |
| executing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.07 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/item.php:238 |
| 11 | DJCatalog2ModelItem->getNavigation() | JROOT/components/com_djcatalog2/views/item/view.html.php:118 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.23 ms After last query: 1.52 ms Query memory: 0.023 MB Memory before query: 9.989 MB Rows returned: 0
SELECT *
FROM nz88qu8e0mjos_djc2_images
WHERE item_id=2
AND type='item'
ORDER BY ordering ASC, name ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_djc2_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/helpers/image.php:169 |
| 14 | DJCatalog2ImageHelper::getImages() | JROOT/components/com_djcatalog2/views/item/tmpl/default.php:59 |
| 13 | include JROOT/components/com_djcatalog2/views/item/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_djcatalog2/views/item/view.html.php:121 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.32 ms After last query: 0.35 ms Query memory: 0.023 MB Memory before query: 10.004 MB Rows returned: 0
SELECT *
FROM nz88qu8e0mjos_djc2_files
WHERE item_id=2
AND type='item'
ORDER BY ordering ASC, name ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | nz88qu8e0mjos_djc2_files | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.01 ms |
| System lock | 0.00 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.00 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/helpers/file.php:172 |
| 14 | DJCatalog2FileHelper::getFiles() | JROOT/components/com_djcatalog2/views/item/tmpl/default.php:156 |
| 13 | include JROOT/components/com_djcatalog2/views/item/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_djcatalog2/views/item/view.html.php:121 |
| 10 | DJCatalog2ViewItem->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:44 |
| 8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:55 |
| 6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.56 ms After last query: 4.44 ms Query memory: 0.024 MB Memory before query: 10.249 MB Rows returned: 8
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM nz88qu8e0mjos_modules AS m
LEFT JOIN nz88qu8e0mjos_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN nz88qu8e0mjos_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-07 18:44:46')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-07 18:44:46')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 175 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds | published | 1 | const | 16 | 3.03 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | db712232021.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | db712232021.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 12 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 11 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 10 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 9 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/wrpgreen1/library/Artx/Page.php:42 |
| 8 | ArtxPage->containsModules() | JROOT/templates/wrpgreen1/index.php:69 |
| 7 | require JROOT/templates/wrpgreen1/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.75 ms After last query: 4.06 ms Query memory: 0.023 MB Memory before query: 10.494 MB Rows returned: 0
SELECT MAX(`tag_id`) AS tag_id, COUNT(*) AS count,MAX(t.title) AS title,MAX(`t`.`access`) AS access,MAX(`t`.`alias`) AS alias,MAX(`t`.`params`) AS params
FROM `nz88qu8e0mjos_contentitem_tag_map` AS `m`
INNER JOIN `nz88qu8e0mjos_tags` AS `t`
ON `tag_id` = t.id
INNER JOIN `nz88qu8e0mjos_ucm_content` AS `c`
ON `m`.`core_content_id` = `c`.`core_content_id`
WHERE `t`.`access` IN (1,1,5)
AND `t`.`published` = 1
AND `m`.`type_alias` = `c`.`core_type_alias`
AND `c`.`core_state` = 1
AND (`c`.`core_access` IN (1,1,5) OR `c`.`core_access` = 0)
AND (`c`.`core_publish_up` = '0000-00-00 00:00:00' OR `c`.`core_publish_up` <= '2026-09-07 18:44:46')
AND (`c`.`core_publish_down` = '0000-00-00 00:00:00' OR `c`.`core_publish_down` >= '2026-09-07 18:44:46')
GROUP BY `tag_id`,`title`,`access`,`alias`
ORDER BY `count` DESC
LIMIT 10
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type,idx_core_content_id | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using temporary; Using filesort |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY,tag_idx,idx_access,idx_content_type | PRIMARY | 4 | db712232021.m.core_content_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db712232021.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.22 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.05 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_tags_popular/helper.php:134 |
| 14 | ModTagsPopularHelper::getList() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 11 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_tags_popular/mod_tags_popular.php:22 |
| 10 | include JROOT/modules/mod_tags_popular/mod_tags_popular.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
2 × SELECT fields.alias, fields.type, fields.ordering, fieldvalues.item_id, fieldvalues.field_id, fieldvalues.id as value_id, fieldoptions.id as option_id, fieldoptions.value
FROM nz88qu8e0mjos_djc2_items_extra_fields_values_int as fieldvalues
INNER JOIN nz88qu8e0mjos_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN nz88qu8e0mjos_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
LEFT JOIN nz88qu8e0mjos_djc2_items_extra_fields_options as fieldoptions
ON fieldoptions.id = fieldvalues.value
AND fieldoptions.field_id = fields.id
2 × SELECT *
FROM nz88qu8e0mjos_wf_profiles
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `nz88qu8e0mjos_extensions`
2 × SELECT c.*, img.fullname AS item_image, img.caption AS image_caption,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as catslug
FROM nz88qu8e0mjos_djc2_categories AS c
LEFT JOIN (select im1.fullname, im1.caption, im1.type, im1.item_id
from nz88qu8e0mjos_djc2_images as im1, (select item_id, type, min(ordering) as lowest_order
from nz88qu8e0mjos_djc2_images
group by item_id, type) as im2
2 × SELECT f.*, group_concat(fo.id separator '|') as options
FROM nz88qu8e0mjos_djc2_items_extra_fields as f
LEFT JOIN nz88qu8e0mjos_djc2_items_extra_fields_options as fo
ON fo.field_id=f.id
2 × SELECT fields.alias, fields.type, fields.ordering, fieldvalues.item_id, fieldvalues.field_id, fieldvalues.id as value_id, 0 as option_id, fieldvalues.value
FROM nz88qu8e0mjos_djc2_items_extra_fields_values_text as fieldvalues
INNER JOIN nz88qu8e0mjos_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN nz88qu8e0mjos_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM nz88qu8e0mjos_modules AS m
LEFT JOIN nz88qu8e0mjos_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN nz88qu8e0mjos_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT *
FROM nz88qu8e0mjos_djc2_files
1 × SELECT *
FROM nz88qu8e0mjos_djc2_images
1 × SELECT *
FROM (SELECT a.id, a.name, a.alias, a.cat_id, c.alias as category_alias, @num := @num + 1 AS position
FROM nz88qu8e0mjos_djc2_items AS a JOIN (SELECT @num := 0) AS n
LEFT JOIN nz88qu8e0mjos_djc2_categories as c
ON c.id = a.cat_id
1 × SELECT position
FROM (SELECT a.id, a.name, a.alias, a.cat_id, c.alias as category_alias, @num := @num + 1 AS position
FROM nz88qu8e0mjos_djc2_items AS a JOIN (SELECT @num := 0) AS n
LEFT JOIN nz88qu8e0mjos_djc2_categories as c
ON c.id = a.cat_id
1 × SELECT i.*, c.id AS ccategory_id, p.id AS pproducer_id, c.name AS category, p.name AS producer, p.published as publish_producer, img.fullname AS item_image, img.caption AS image_caption,
CASE WHEN CHAR_LENGTH(i.alias) THEN CONCAT_WS(":", i.id, i.alias) ELSE i.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as catslug,
CASE WHEN CHAR_LENGTH(p.alias) THEN CONCAT_WS(":", p.id, p.alias) ELSE p.id END as prodslug
FROM nz88qu8e0mjos_djc2_items AS i
LEFT JOIN nz88qu8e0mjos_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN nz88qu8e0mjos_djc2_producers AS p
ON p.id = i.producer_id
LEFT JOIN nz88qu8e0mjos_djc2_images AS img
ON img.item_id = i.id
AND img.type='item'
AND img.ordering = 1
1 × select id, producer_id
from nz88qu8e0mjos_djc2_items
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM nz88qu8e0mjos_fields AS a
LEFT JOIN `nz88qu8e0mjos_languages` AS l
ON l.lang_code = a.language
LEFT JOIN nz88qu8e0mjos_users AS uc
ON uc.id=a.checked_out
LEFT JOIN nz88qu8e0mjos_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN nz88qu8e0mjos_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN nz88qu8e0mjos_fields_groups AS g
ON g.id = a.group_id
1 × SELECT `data`
FROM `nz88qu8e0mjos_session`
1 × SELECT `session_id`
FROM `nz88qu8e0mjos_session`
1 × SELECT i.*,
CASE WHEN CHAR_LENGTH(i.alias) THEN CONCAT_WS(":", i.id, i.alias) ELSE i.id END as slug ,c.id as _category_id, c.name as category, c.published as publish_category,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as catslug ,p.id as _producer_id, p.name as producer, p.published as publish_producer,
CASE WHEN CHAR_LENGTH(p.alias) THEN CONCAT_WS(":", p.id, p.alias) ELSE p.id END as prodslug
FROM nz88qu8e0mjos_djc2_items as i
LEFT JOIN nz88qu8e0mjos_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN nz88qu8e0mjos_djc2_producers AS p
ON p.id = i.producer_id
1 × SELECT id, home, template, s.params
FROM nz88qu8e0mjos_template_styles as s
LEFT JOIN nz88qu8e0mjos_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM nz88qu8e0mjos_languages
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM nz88qu8e0mjos_menu AS m
LEFT JOIN nz88qu8e0mjos_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM nz88qu8e0mjos_extensions
1 × SELECT b.id
FROM nz88qu8e0mjos_usergroups AS a
LEFT JOIN nz88qu8e0mjos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `nz88qu8e0mjos_viewlevels
1 × SELECT MAX(`tag_id`) AS tag_id, COUNT(*) AS count,MAX(t.title) AS title,MAX(`t`.`access`) AS access,MAX(`t`.`alias`) AS alias,MAX(`t`.`params`) AS params
FROM `nz88qu8e0mjos_contentitem_tag_map` AS `m`
INNER JOIN `nz88qu8e0mjos_tags` AS `t`
ON `tag_id` = t.id
INNER JOIN `nz88qu8e0mjos_ucm_content` AS `c`
ON `m`.`core_content_id` = `c`.`core_content_id`