Query Time: 0.39 ms Query memory: 0.025 MB Memory before query: 4.103 MB Rows returned: 0
SELECT `data`
FROM `rxezm_session`
WHERE `session_id` = X'6164313432323330633539346536373436656561646535613035663361383933'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 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: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: 0.27 ms After last query: 1.67 ms Query memory: 0.022 MB Memory before query: 4.204 MB Rows returned: 0
SELECT `session_id`
FROM `rxezm_session`
WHERE `session_id` = X'6164313432323330633539346536373436656561646535613035663361383933'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 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: 5.21 ms After last query: 0.10 ms Query memory: 0.004 MB Memory before query: 4.210 MB
INSERT INTO `rxezm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6164313432323330633539346536373436656561646535613035663361383933', 1, 1739744438, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `rxezm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6164313432323330633539346536373436656561646535613035663361383933', 1, 1739744438, 0, '', 0)
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
update | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 4.85 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 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: 0.42 ms After last query: 6.90 ms Query memory: 0.023 MB Memory before query: 4.777 MB Rows returned: 5
SELECT id, rules
FROM `rxezm_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.03 ms |
executing | 0.08 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 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: 0.50 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 4.790 MB Rows returned: 2
SELECT b.id
FROM rxezm_usergroups AS a
LEFT JOIN rxezm_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.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.04 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 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: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: 0.49 ms After last query: 18.71 ms Query memory: 0.024 MB Memory before query: 6.592 MB Rows returned: 1
SELECT `value`
FROM `rxezm_admintools_storage`
WHERE `key` = 'cparams'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php:122 |
12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT/administrator/components/com_admintools/Helper/Storage.php:37 |
11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT/administrator/components/com_admintools/Helper/Storage.php:49 |
10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:409 |
9 | plgSystemAdmintools->loadComponentParameters() | JROOT/plugins/system/admintools/admintools/main.php:892 |
8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 1.73 ms Query memory: 0.024 MB Memory before query: 6.721 MB Rows returned: 0
SELECT *
FROM `rxezm_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_admintools_wafexceptions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:729 |
10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:640 |
9 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:901 |
8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 21.05 ms Query memory: 0.026 MB Memory before query: 8.601 MB Rows returned: 1
SELECT *
FROM `rxezm_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_nextend2_section_storage | NULL | ref | application,application_2 | application | 284 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
12 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
11 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
10 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:17 |
9 | Nextend\SmartSlider3\Settings::getAll() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:25 |
8 | Nextend\SmartSlider3\Settings::get() | JROOT/plugins/system/smartslider3/smartslider3.php:16 |
7 | require_once JROOT/plugins/system/smartslider3/smartslider3.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 41.52 ms Query memory: 0.023 MB Memory before query: 10.985 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `rxezm_admintools_redirects`
WHERE ((`dest` = 'premeasured/one-packs') OR (`dest` = 'premeasured/one-packs?cm=0&f_one_packs=44%2C38%2C45%2C43%2C40&f_one_packs_express=64%2C63') OR ('premeasured/one-packs?cm=0&f_one_packs=44%2C38%2C45%2C43%2C40&f_one_packs_express=64%2C63' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_admintools_redirects | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.04 ms |
preparing | 0.05 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php:91 |
10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.18 ms After last query: 27.16 ms Query memory: 0.005 MB Memory before query: 13.261 MB
UPDATE `rxezm_extensions`
SET `params` = '{\"mediaversion\":\"c00b183eb8e014b74b5d037cb847fd86\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `rxezm_extensions`
SET `params` = '{\"mediaversion\":\"c00b183eb8e014b74b5d037cb847fd86\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.18 ms |
updating | 0.14 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 3.53 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 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.84 ms After last query: 29.37 ms Query memory: 0.178 MB Memory before query: 16.393 MB Rows returned: 62
SELECT c.*
FROM rxezm_djc2_categories AS c
WHERE c.published=1
AND c.access IN (1,5)
AND (c.language = 'en-GB' OR c.language = '*')
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 | SIMPLE | c | NULL | ref | idx_published,idx_published_parent_ordering,idx_access | idx_published_parent_ordering | 4 | const | 62 | 19.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.16 ms |
preparing | 0.07 ms |
executing | 1.27 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:346 |
12 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
11 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
10 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:65 |
9 | Djcatalog2Helper::getParams() | JROOT/components/com_djcatalog2/controller.php:36 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 4.35 ms After last query: 0.37 ms Query memory: 0.028 MB Memory before query: 16.720 MB Rows returned: 25
SELECT i.id, img.fullname as item_image, img.caption AS image_caption, img.path AS image_path, img.fullpath AS image_fullpath
FROM rxezm_djc2_categories as i
INNER JOIN rxezm_djc2_images as img
on img.id=(select id
from rxezm_djc2_images
where type='category'
and item_id=i.id
order by ordering asc
limit 1)
WHERE (i.language = 'en-GB' OR i.language = '*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | i | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | 19.00 | Using where |
1 | PRIMARY | img | NULL | eq_ref | PRIMARY | PRIMARY | 4 | func | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | rxezm_djc2_images | NULL | ref | idx_type_item,idx_item_type,idx_item_type_ordering | idx_item_type_ordering | 198 | stearnsp_storyart_stearnsp_joom546.i.id,const | 1 | 100.00 | Using index; Using filesort |
Status | Duration |
---|
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.05 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.05 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:359 |
12 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
11 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
10 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:65 |
9 | Djcatalog2Helper::getParams() | JROOT/components/com_djcatalog2/controller.php:36 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.56 ms After last query: 8.14 ms Query memory: 0.023 MB Memory before query: 17.378 MB Rows returned: 16
select alias
from rxezm_djc2_items_extra_fields
where type='checkbox' or type='radio' or type='select'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_djc2_items_extra_fields | NULL | ALL | idx_type | NO INDEX KEY COULD BE USED | NULL | NULL | 21 | 85.71 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.04 ms |
executing | 0.10 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/components/com_djcatalog2/controller.php:127 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.55 ms After last query: 8.90 ms Query memory: 0.033 MB Memory before query: 18.012 MB Rows returned: 39
SELECT `id`,`name`,`rules`,`parent_id`
FROM `rxezm_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_admintools','com_ajax','com_akeeba','com_banners','com_breezingforms','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_djcatalog2','com_djmediatools','com_installer','com_jchoptimize','com_joomlaupdate','com_languages','com_login','com_lscache','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_smartslider3','com_tags','com_templates','com_users','com_weblinks','com_wrapper')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 41 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.21 ms |
preparing | 0.03 ms |
executing | 0.91 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 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/Access/Access.php:429 |
22 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
21 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
20 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
19 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
18 | Joomla\CMS\User\User->authorise() | JROOT/components/com_djcatalog2/helpers/user.php:303 |
17 | Djcatalog2HelperUser::getUserProfile() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:134 |
16 | Djcatalog2Helper::getUser() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:253 |
15 | Djcatalog2Helper::getUserProfile() | JROOT/components/com_djcatalog2/models/items.php:66 |
14 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_djcatalog2/models/items.php:224 |
12 | DJCatalog2ModelItems->getStoreId() | JROOT/components/com_djcatalog2/models/items.php:293 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.42 ms After last query: 6.61 ms Query memory: 0.026 MB Memory before query: 18.514 MB Rows returned: 0
SELECT id
FROM rxezm_djc2_customer_groups
WHERE (user_group IN (1,9) OR is_default=1)
ORDER BY ordering DESC
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_djc2_customer_groups | NULL | ALL | user_group | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.04 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 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:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_djcatalog2/helpers/user.php:357 |
17 | Djcatalog2HelperUser::getUserProfile() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:134 |
16 | Djcatalog2Helper::getUser() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:253 |
15 | Djcatalog2Helper::getUserProfile() | JROOT/components/com_djcatalog2/models/items.php:66 |
14 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_djcatalog2/models/items.php:224 |
12 | DJCatalog2ModelItems->getStoreId() | JROOT/components/com_djcatalog2/models/items.php:293 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.64 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 18.523 MB Rows returned: 1
select *
from rxezm_djc2_countries
where is_default=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_djc2_countries | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 250 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.38 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 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:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/components/com_djcatalog2/helpers/user.php:418 |
17 | Djcatalog2HelperUser::getUserProfile() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:134 |
16 | Djcatalog2Helper::getUser() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:253 |
15 | Djcatalog2Helper::getUserProfile() | JROOT/components/com_djcatalog2/models/items.php:66 |
14 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_djcatalog2/models/items.php:224 |
12 | DJCatalog2ModelItems->getStoreId() | JROOT/components/com_djcatalog2/models/items.php:293 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.41 ms After last query: 0.10 ms Query memory: 0.029 MB Memory before query: 18.539 MB Rows returned: 0
SELECT vrul.id as rule_id, vrul.name, vrat.*
FROM rxezm_djc2_vat_rules AS vrul
INNER JOIN rxezm_djc2_vat_rules_xref AS vx
ON vx.rule_id = vrul.id
INNER JOIN rxezm_djc2_vat_rates AS vrat
ON vx.rate_id = vrat.id
WHERE (vrat.country_id=223 OR vrat.country_id=0)
AND vrat.state_id=0
AND (vrat.client_type='A' OR vrat.client_type='R')
ORDER BY vrat.client_type ASC, vrat.country_id ASC, vrat.state_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.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/components/com_djcatalog2/helpers/user.php:492 |
17 | Djcatalog2HelperUser::getUserProfile() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:134 |
16 | Djcatalog2Helper::getUser() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:253 |
15 | Djcatalog2Helper::getUserProfile() | JROOT/components/com_djcatalog2/models/items.php:66 |
14 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_djcatalog2/models/items.php:224 |
12 | DJCatalog2ModelItems->getStoreId() | JROOT/components/com_djcatalog2/models/items.php:293 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.11 ms After last query: 0.18 ms Query memory: 0.041 MB Memory before query: 18.545 MB Rows returned: 21
SELECT f.*, g.name as group_name, g.label as group_label, g.id as fgroup_id
FROM rxezm_djc2_items_extra_fields as f
LEFT JOIN rxezm_djc2_items_extra_fields_groups as g
ON g.id=f.group_id
WHERE f.published = 1
ORDER BY IFNULL(g.ordering,0) asc, g.ordering asc, f.ordering asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | f | NULL | ALL | idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 21 | 100.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | g | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
Creating tmp table | 0.15 ms |
executing | 0.47 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1108 |
15 | DJCatalog2ModelItems->getAttributes() | JROOT/components/com_djcatalog2/models/items.php:108 |
14 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_djcatalog2/models/items.php:224 |
12 | DJCatalog2ModelItems->getStoreId() | JROOT/components/com_djcatalog2/models/items.php:293 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.51 ms After last query: 0.16 ms Query memory: 0.033 MB Memory before query: 18.616 MB Rows returned: 97
SELECT o.id, o.field_id
FROM rxezm_djc2_items_extra_fields_options AS o
ORDER BY o.field_id asc, o.ordering asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | o | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 97 | 100.00 | Using filesort |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.21 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1118 |
15 | DJCatalog2ModelItems->getAttributes() | JROOT/components/com_djcatalog2/models/items.php:108 |
14 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_djcatalog2/models/items.php:224 |
12 | DJCatalog2ModelItems->getStoreId() | JROOT/components/com_djcatalog2/models/items.php:293 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.67 ms After last query: 0.37 ms Query memory: 0.173 MB Memory before query: 18.635 MB Rows returned: 62
SELECT c.*
FROM rxezm_djc2_categories AS c
WHERE c.published=1
AND c.access IN (1,1,5)
AND (c.language = 'en-GB' OR c.language = '*')
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 | SIMPLE | c | NULL | ref | idx_published,idx_published_parent_ordering,idx_access | idx_published_parent_ordering | 4 | const | 62 | 19.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.06 ms |
executing | 1.22 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:346 |
18 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
17 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
16 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/models/items.php:912 |
15 | DJCatalog2ModelItems->_buildContentWhere() | JROOT/components/com_djcatalog2/models/items.php:362 |
14 | DJCatalog2ModelItems->buildQuery() | JROOT/components/com_djcatalog2/models/items.php:329 |
13 | DJCatalog2ModelItems->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
12 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/components/com_djcatalog2/models/items.php:306 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 4.01 ms After last query: 0.38 ms Query memory: 0.030 MB Memory before query: 18.957 MB Rows returned: 25
SELECT i.id, img.fullname as item_image, img.caption AS image_caption, img.path AS image_path, img.fullpath AS image_fullpath
FROM rxezm_djc2_categories as i
INNER JOIN rxezm_djc2_images as img
on img.id=(select id
from rxezm_djc2_images
where type='category'
and item_id=i.id
order by ordering asc
limit 1)
WHERE (i.language = 'en-GB' OR i.language = '*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | i | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | 19.00 | Using where |
1 | PRIMARY | img | NULL | eq_ref | PRIMARY | PRIMARY | 4 | func | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | rxezm_djc2_images | NULL | ref | idx_type_item,idx_item_type,idx_item_type_ordering | idx_item_type_ordering | 198 | stearnsp_storyart_stearnsp_joom546.i.id,const | 1 | 100.00 | Using index; Using filesort |
Status | Duration |
---|
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:359 |
18 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
17 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
16 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/models/items.php:912 |
15 | DJCatalog2ModelItems->_buildContentWhere() | JROOT/components/com_djcatalog2/models/items.php:362 |
14 | DJCatalog2ModelItems->buildQuery() | JROOT/components/com_djcatalog2/models/items.php:329 |
13 | DJCatalog2ModelItems->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
12 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/components/com_djcatalog2/models/items.php:306 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 4.44 ms After last query: 0.83 ms Query memory: 0.053 MB Memory before query: 19.083 MB Rows returned: 1
SELECT distinct i.*,
CASE WHEN (i.special_price > 0.0
AND i.special_price < i.price) THEN i.special_price ELSE i.price END as final_price,c.id as _category_id, c.name as category, c.published as publish_category, c.alias as category_alias,p.id as _producer_id, p.name as producer, p.published as publish_producer, p.alias as producer_alias,ua.name AS author, ua.email AS author_email,gc.price as group_price, gc.available as group_available,countries.country_name, countries.id as item_country_id,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating, COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count,states.name as state_name,combinations.combo_count
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
WHERE c.published = 1
AND c.access IN (1,1,5)
AND ic.category_id IN (56)) as category_filter
ON i.id = category_filter.item_id
LEFT JOIN rxezm_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN rxezm_djc2_producers AS p
ON p.id = i.producer_id
LEFT JOIN rxezm_users AS ua
ON ua.id = i.created_by
LEFT JOIN rxezm_djc2_prices AS gc
ON gc.item_id = i.id
AND gc.group_id=0
LEFT JOIN rxezm_djc2_countries AS countries
ON countries.id = i.country
LEFT JOIN rxezm_djc2_item_rating AS v
ON i.id = v.item_id
LEFT JOIN rxezm_djc2_countries_states AS states
ON states.id = i.state
LEFT JOIN (SELECT item_id, COUNT(*) as combo_count
FROM rxezm_djc2_items_combinations
GROUP BY item_id) AS combinations
ON combinations.item_id = i.id
INNER JOIN (select *
from (select count(*) as c, item_id
from ((select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=44) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=38) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=45) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=43) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=40) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=64) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=63)) as f
group by f.item_id) as filter_counter
where filter_counter.c = 7) as filters
on filters.item_id = i.id
WHERE (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-02-16 22:20:38')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-16 22:20:38')
AND i.producer_id = 4
AND i.published = 1
AND i.access IN (1,1,5)
AND i.parent_id=0
AND (i.language = 'en-GB' OR i.language = '*')
ORDER BY i.ordering asc, c.ordering asc
LIMIT 18
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | PRIMARY | c | NULL | const | PRIMARY,idx_published,idx_published_parent_ordering,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | PRIMARY | <derived5> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
1 | PRIMARY | ic | NULL | eq_ref | PRIMARY,item_category | PRIMARY | 8 | const,filter_counter.item_id | 1 | 100.00 | Using index |
1 | PRIMARY | i | NULL | eq_ref | PRIMARY,idx_producer_id,idx_published,idx_parent_id,idx_access | PRIMARY | 4 | filter_counter.item_id | 1 | 5.00 | Using where |
1 | PRIMARY | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.cat_id | 1 | 100.00 | NULL |
1 | PRIMARY | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.created_by | 1 | 100.00 | NULL |
1 | PRIMARY | gc | NULL | eq_ref | item_group,group_item | item_group | 8 | filter_counter.item_id,const | 1 | 100.00 | NULL |
1 | PRIMARY | countries | NULL | eq_ref | PRIMARY | PRIMARY | 2 | stearnsp_storyart_stearnsp_joom546.i.country | 1 | 100.00 | Using where |
1 | PRIMARY | states | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.state | 1 | 100.00 | NULL |
1 | PRIMARY | <derived3> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (hash join) |
5 | DERIVED | <derived6> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | Using temporary |
6 | DERIVED | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
7 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 5 | 10.00 | Using where |
8 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 12 | 10.00 | Using where |
9 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
10 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 18 | 10.00 | Using where |
11 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
12 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
13 | UNION RESULT | <union6,7,8,9,10,11,12> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
3 | DERIVED | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.43 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.50 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Creating tmp table | 0.09 ms |
statistics | 1.13 ms |
preparing | 0.06 ms |
Creating tmp table | 0.23 ms |
executing | 0.87 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.04 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:285 |
12 | DJCatalog2ModelItems->_getList() | JROOT/components/com_djcatalog2/models/items.php:308 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.78 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 19.132 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, fieldoptions.params as option_params
FROM rxezm_djc2_items_extra_fields_values_int as fieldvalues
INNER JOIN rxezm_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN rxezm_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
LEFT JOIN rxezm_djc2_items_extra_fields_options as fieldoptions
ON fieldoptions.id = fieldvalues.value
AND fieldoptions.field_id = fields.id
WHERE fieldvalues.item_id IN (1)
AND fields.cart_variant = 2
AND fields.published = 1
ORDER BY fieldvalues.field_id asc, 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 | fields | NULL | ALL | PRIMARY,idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 21 | 10.00 | Using where |
1 | SIMPLE | fieldvalues | NULL | ref | idx_item_field | idx_item_field | 8 | const,stearnsp_storyart_stearnsp_joom546.fields.id | 1 | 100.00 | NULL |
1 | SIMPLE | fieldoptions | NULL | eq_ref | PRIMARY,idx_field_id | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.fieldvalues.value | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.16 ms |
preparing | 0.07 ms |
Creating tmp table | 0.05 ms |
executing | 0.10 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1228 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.76 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 19.140 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, fieldoptions.params as option_params
FROM rxezm_djc2_items_extra_fields_values_int as fieldvalues
INNER JOIN rxezm_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN rxezm_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
LEFT JOIN rxezm_djc2_items_extra_fields_options as fieldoptions
ON fieldoptions.id = fieldvalues.value
AND fieldoptions.field_id = fields.id
WHERE fieldvalues.item_id IN (1)
AND (fields.visibility = 2 OR fields.visibility = 3)
AND fields.published = 1
ORDER BY fieldvalues.field_id asc, 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 | fields | NULL | ALL | PRIMARY,idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 21 | 19.00 | Using where |
1 | SIMPLE | fieldvalues | NULL | ref | idx_item_field | idx_item_field | 8 | const,stearnsp_storyart_stearnsp_joom546.fields.id | 1 | 100.00 | NULL |
1 | SIMPLE | fieldoptions | NULL | eq_ref | PRIMARY,idx_field_id | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.fieldvalues.value | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.15 ms |
preparing | 0.06 ms |
Creating tmp table | 0.05 ms |
executing | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1231 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.66 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 19.147 MB Rows returned: 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 rxezm_djc2_items_extra_fields_values_text as fieldvalues
INNER JOIN rxezm_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN rxezm_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
WHERE fieldvalues.item_id IN (1)
AND (fields.visibility = 2 OR fields.visibility = 3)
AND fields.published = 1
ORDER BY fieldvalues.field_id asc, 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 |
1 | SIMPLE | fieldvalues | NULL | ref | idx_item_field | idx_item_field | 4 | const | 2 | 100.00 | NULL |
1 | SIMPLE | fields | NULL | eq_ref | PRIMARY,idx_published | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.fieldvalues.field_id | 1 | 19.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.04 ms |
executing | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1234 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.57 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 19.156 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 rxezm_djc2_items_extra_fields_values_date as fieldvalues
INNER JOIN rxezm_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN rxezm_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
WHERE fieldvalues.item_id IN (1)
AND (fields.visibility = 2 OR fields.visibility = 3)
AND fields.published = 1
ORDER BY fieldvalues.field_id asc, 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 |
1 | SIMPLE | fieldvalues | NULL | ref | item_field | item_field | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | fields | NULL | eq_ref | PRIMARY,idx_published | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.fieldvalues.field_id | 1 | 19.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.13 ms |
preparing | 0.04 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1237 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.34 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 19.163 MB Rows returned: 0
SELECT l.*, li.item_id
FROM rxezm_djc2_labels as l
INNER JOIN rxezm_djc2_labels_items AS li
ON li.label_id=l.id
WHERE li.item_id IN (1)
AND l.published = 1
ORDER BY l.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1240 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.47 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 19.169 MB Rows returned: 0
SELECT cg.*, p.item_id, p.available, p.price
FROM rxezm_djc2_customer_groups AS cg
INNER JOIN rxezm_djc2_prices AS p
ON p.group_id=cg.id
WHERE p.item_id IN (1)
AND (p.available = 1 OR p.price > 0.0)
ORDER BY cg.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cg | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using filesort |
1 | SIMPLE | p | NULL | eq_ref | item_group,group_item | item_group | 8 | const,stearnsp_storyart_stearnsp_joom546.cg.id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1243 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.73 ms After last query: 0.13 ms Query memory: 0.025 MB Memory before query: 19.180 MB Rows returned: 1
SELECT i.id, img.fullname as item_image, img.caption AS image_caption, img.path AS image_path, img.fullpath AS image_fullpath
FROM rxezm_djc2_items as i
INNER JOIN rxezm_djc2_images as img
on img.id=(select id
from rxezm_djc2_images
where type='item'
and item_id=i.id
order by ordering asc
limit 1)
WHERE i.id IN (1)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | i | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
1 | PRIMARY | img | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
2 | DEPENDENT SUBQUERY | rxezm_djc2_images | NULL | ref | idx_type_item,idx_item_type,idx_item_type_ordering | idx_item_type_ordering | 198 | const,const | 2 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.03 ms |
executing | 0.03 ms |
executing | 0.05 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1351 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.172 MB Memory before query: 19.190 MB Rows returned: 62
SELECT c.*
FROM rxezm_djc2_categories AS c
WHERE c.published=1
AND c.access IN (1,1,5)
AND (c.language = 'en-GB' OR c.language = '*')
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 | SIMPLE | c | NULL | ref | idx_published,idx_published_parent_ordering,idx_access | idx_published_parent_ordering | 4 | const | 62 | 19.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.07 ms |
executing | 1.22 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:346 |
15 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
14 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
13 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/models/items.php:1358 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 4.14 ms After last query: 0.25 ms Query memory: 0.029 MB Memory before query: 19.511 MB Rows returned: 25
SELECT i.id, img.fullname as item_image, img.caption AS image_caption, img.path AS image_path, img.fullpath AS image_fullpath
FROM rxezm_djc2_categories as i
INNER JOIN rxezm_djc2_images as img
on img.id=(select id
from rxezm_djc2_images
where type='category'
and item_id=i.id
order by ordering asc
limit 1)
WHERE (i.language = 'en-GB' OR i.language = '*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | i | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | 19.00 | Using where |
1 | PRIMARY | img | NULL | eq_ref | PRIMARY | PRIMARY | 4 | func | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | rxezm_djc2_images | NULL | ref | idx_type_item,idx_item_type,idx_item_type_ordering | idx_item_type_ordering | 198 | stearnsp_storyart_stearnsp_joom546.i.id,const | 1 | 100.00 | Using index; Using filesort |
Status | Duration |
---|
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.05 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.05 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:359 |
15 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
14 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
13 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/models/items.php:1358 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.39 ms After last query: 0.87 ms Query memory: 0.037 MB Memory before query: 19.629 MB Rows returned: 0
SELECT *
FROM rxezm_djc2_price_rules
WHERE published=1
AND (start_date = '0000-00-00 00:00:00' OR start_date <= '2025-02-16 22:20:38')
AND (expire_date = '0000-00-00 00:00:00' OR expire_date >= '2025-02-16 22:20:38')
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.02 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/helpers/price.php:703 |
14 | Djcatalog2HelperPrice::getPriceRules() | JROOT/components/com_djcatalog2/helpers/price.php:299 |
13 | Djcatalog2HelperPrice::applyPriceRules() | JROOT/components/com_djcatalog2/models/items.php:1389 |
12 | DJCatalog2ModelItems->bindAttributes() | JROOT/components/com_djcatalog2/models/items.php:323 |
11 | DJCatalog2ModelItems->getItems() | JROOT/components/com_djcatalog2/views/items/view.html.php:103 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.13 ms After last query: 1.55 ms Query memory: 0.025 MB Memory before query: 19.710 MB Rows returned: 1
SELECT COUNT(distinct (i.id))
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
WHERE c.published = 1
AND c.access IN (1,1,5)
AND ic.category_id IN (56)) as category_filter
ON i.id = category_filter.item_id
LEFT JOIN rxezm_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN rxezm_djc2_producers AS p
ON p.id = i.producer_id
LEFT JOIN rxezm_users AS ua
ON ua.id = i.created_by
LEFT JOIN rxezm_djc2_prices AS gc
ON gc.item_id = i.id
AND gc.group_id=0
LEFT JOIN rxezm_djc2_countries AS countries
ON countries.id = i.country
LEFT JOIN rxezm_djc2_item_rating AS v
ON i.id = v.item_id
LEFT JOIN rxezm_djc2_countries_states AS states
ON states.id = i.state
LEFT JOIN (SELECT item_id, COUNT(*) as combo_count
FROM rxezm_djc2_items_combinations
GROUP BY item_id) AS combinations
ON combinations.item_id = i.id
INNER JOIN (select *
from (select count(*) as c, item_id
from ((select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=44) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=38) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=45) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=43) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=40) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=64) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=63)) as f
group by f.item_id) as filter_counter
where filter_counter.c = 7) as filters
on filters.item_id = i.id
WHERE (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-02-16 22:20:38')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-16 22:20:38')
AND i.producer_id = 4
AND i.published = 1
AND i.access IN (1,1,5)
AND i.parent_id=0
AND (i.language = 'en-GB' OR i.language = '*')
LIMIT 18
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | PRIMARY | c | NULL | const | PRIMARY,idx_published,idx_published_parent_ordering,idx_access | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | <derived5> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
1 | PRIMARY | ic | NULL | eq_ref | PRIMARY,item_category | PRIMARY | 8 | const,filter_counter.item_id | 1 | 100.00 | Using index |
1 | PRIMARY | i | NULL | eq_ref | PRIMARY,idx_producer_id,idx_published,idx_parent_id,idx_access | PRIMARY | 4 | filter_counter.item_id | 1 | 5.00 | Using where |
1 | PRIMARY | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.cat_id | 1 | 100.00 | Using index |
1 | PRIMARY | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
1 | PRIMARY | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.created_by | 1 | 100.00 | Using index |
1 | PRIMARY | gc | NULL | eq_ref | item_group,group_item | item_group | 8 | filter_counter.item_id,const | 1 | 100.00 | Using index |
1 | PRIMARY | countries | NULL | eq_ref | PRIMARY | PRIMARY | 2 | stearnsp_storyart_stearnsp_joom546.i.country | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | states | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.state | 1 | 100.00 | Using index |
1 | PRIMARY | <derived3> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (hash join) |
5 | DERIVED | <derived6> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | Using temporary |
6 | DERIVED | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
7 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 5 | 10.00 | Using where |
8 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 12 | 10.00 | Using where |
9 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
10 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 18 | 10.00 | Using where |
11 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
12 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
13 | UNION RESULT | <union6,7,8,9,10,11,12> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
3 | DERIVED | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.34 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.39 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.03 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Creating tmp table | 0.09 ms |
statistics | 0.41 ms |
preparing | 0.21 ms |
executing | 0.61 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.04 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_djcatalog2/models/items.php:342 |
13 | DJCatalog2ModelItems->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 |
12 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
11 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/components/com_djcatalog2/views/items/view.html.php:105 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.52 ms After last query: 1.55 ms Query memory: 0.171 MB Memory before query: 19.812 MB Rows returned: 62
SELECT c.*
FROM rxezm_djc2_categories AS c
WHERE c.published=1
AND (c.language = 'en-GB' OR c.language = '*')
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 | SIMPLE | c | NULL | ref | idx_published,idx_published_parent_ordering | idx_published_parent_ordering | 4 | const | 62 | 19.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.06 ms |
executing | 1.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 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/administrator/components/com_djcatalog2/lib/categories.php:346 |
14 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
13 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
12 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/models/items.php:1413 |
11 | DJCatalog2ModelItems->getProducers() | JROOT/components/com_djcatalog2/views/items/view.html.php:159 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.92 ms After last query: 0.38 ms Query memory: 0.028 MB Memory before query: 20.132 MB Rows returned: 25
SELECT i.id, img.fullname as item_image, img.caption AS image_caption, img.path AS image_path, img.fullpath AS image_fullpath
FROM rxezm_djc2_categories as i
INNER JOIN rxezm_djc2_images as img
on img.id=(select id
from rxezm_djc2_images
where type='category'
and item_id=i.id
order by ordering asc
limit 1)
WHERE (i.language = 'en-GB' OR i.language = '*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | i | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | 19.00 | Using where |
1 | PRIMARY | img | NULL | eq_ref | PRIMARY | PRIMARY | 4 | func | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | rxezm_djc2_images | NULL | ref | idx_type_item,idx_item_type,idx_item_type_ordering | idx_item_type_ordering | 198 | stearnsp_storyart_stearnsp_joom546.i.id,const | 1 | 100.00 | Using index; Using filesort |
Status | Duration |
---|
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.05 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 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/administrator/components/com_djcatalog2/lib/categories.php:359 |
14 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
13 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
12 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/models/items.php:1413 |
11 | DJCatalog2ModelItems->getProducers() | JROOT/components/com_djcatalog2/views/items/view.html.php:159 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.25 ms After last query: 0.58 ms Query memory: 0.024 MB Memory before query: 20.244 MB Rows returned: 2
SELECT DISTINCT a.id, a.name as text
FROM rxezm_djc2_producers as a
INNER JOIN rxezm_djc2_items AS i
ON a.id = i.producer_id
AND i.published = 1
INNER JOIN rxezm_djc2_items_categories AS c
ON c.item_id = i.id
WHERE c.category_id IN (56)
AND a.published=1
AND (a.language = 'en-GB' OR a.language = '*')
GROUP BY a.id, a.name
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 | PRIMARY,idx_published | idx_published | 4 | const | 3 | 55.56 | Using where; Using temporary; Using filesort |
1 | SIMPLE | c | NULL | ref | PRIMARY,item_category | PRIMARY | 4 | const | 53 | 100.00 | Using index |
1 | SIMPLE | i | NULL | eq_ref | PRIMARY,idx_producer_id,idx_published | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.c.item_id | 1 | 25.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.17 ms |
preparing | 0.04 ms |
Creating tmp table | 0.05 ms |
executing | 1.63 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 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/items.php:1434 |
11 | DJCatalog2ModelItems->getProducers() | JROOT/components/com_djcatalog2/views/items/view.html.php:159 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.38 ms After last query: 9.57 ms Query memory: 0.039 MB Memory before query: 20.918 MB Rows returned: 21
SELECT f.*, group_concat(fo.id separator '|') as options
FROM rxezm_djc2_items_extra_fields as f
LEFT JOIN rxezm_djc2_items_extra_fields_options as fo
ON fo.field_id=f.id
WHERE f.published = 1
GROUP BY f.id
ORDER BY f.group_id asc, f.ordering asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | f | NULL | index | PRIMARY,idx_published,idx_filterable,idx_searchable,idx_separate_column,idx_type,idx_group_id | PRIMARY | 4 | NULL | 21 | 100.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | fo | NULL | ref | idx_field_id | idx_field_id | 4 | stearnsp_storyart_stearnsp_joom546.f.id | 6 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
Creating tmp table | 0.10 ms |
executing | 0.76 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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/plugins/djcatalog2/customfield/customfield.php:41 |
13 | plgDJCatalog2Customfield->onPrepareItemDescription() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_djcatalog2/views/items/view.html.php:223 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.77 ms After last query: 0.66 ms Query memory: 0.031 MB Memory before query: 20.986 MB Rows returned: 2
SELECT f.*, g.name as group_name, g.label as group_label, g.id as fgroup_id
FROM rxezm_djc2_items_extra_fields as f
LEFT JOIN rxezm_djc2_items_extra_fields_groups as g
ON g.id=f.group_id
WHERE (f.visibility = 2 or f.visibility = 3)
and f.published = 1
ORDER BY IFNULL(g.ordering,0) asc, g.ordering asc, f.ordering asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | f | NULL | ALL | idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 21 | 19.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
Creating tmp table | 0.07 ms |
executing | 0.23 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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/items.php:1108 |
11 | DJCatalog2ModelItems->getAttributes() | JROOT/components/com_djcatalog2/views/items/view.html.php:260 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.72 ms After last query: 0.52 ms Query memory: 0.030 MB Memory before query: 21.018 MB Rows returned: 0
SELECT f.*
FROM rxezm_djc2_items_extra_fields as f
INNER JOIN rxezm_djc2_items_groups as i
on i.group_id = f.group_id
INNER JOIN (
SELECT distinct i.id
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
WHERE c.published = 1
AND c.access IN (1,1,5)
AND ic.category_id IN (56)) as category_filter
ON i.id = category_filter.item_id
LEFT JOIN rxezm_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN rxezm_djc2_producers AS p
ON p.id = i.producer_id
LEFT JOIN rxezm_users AS ua
ON ua.id = i.created_by
LEFT JOIN rxezm_djc2_prices AS gc
ON gc.item_id = i.id
AND gc.group_id=0
LEFT JOIN rxezm_djc2_countries AS countries
ON countries.id = i.country
LEFT JOIN rxezm_djc2_item_rating AS v
ON i.id = v.item_id
LEFT JOIN rxezm_djc2_countries_states AS states
ON states.id = i.state
INNER JOIN (select *
from (select count(*) as c, item_id
from ((select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=44) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=38) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=45) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=43) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=40) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=64) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=63)) as f
group by f.item_id) as filter_counter
where filter_counter.c = 7) as filters
on filters.item_id = i.id
WHERE (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-02-16 22:20:38')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-16 22:20:38')
AND i.producer_id = 4
AND i.published = 1
AND i.access IN (1,1,5)
AND i.parent_id=0
AND (i.language = 'en-GB' OR i.language = '*')
ORDER BY i.id asc) as iq
on iq.id = i.item_id
WHERE (f.visibility = 2 or f.visibility = 3)
and f.published = 1
and f.separate_column = 1
GROUP BY f.name, f.alias, f.id, f.group_id
ORDER BY f.group_id asc, f.ordering asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | f | NULL | ref | idx_published,idx_separate_column,idx_group_id | idx_separate_column | 4 | const | 1 | 19.00 | Using where; Using temporary; Using filesort |
1 | PRIMARY | i | NULL | ref | PRIMARY,item_group | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.f.group_id | 4 | 100.00 | Using index |
1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | stearnsp_storyart_stearnsp_joom546.i.item_id | 2 | 100.00 | Using index |
2 | DERIVED | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
2 | DERIVED | c | NULL | const | PRIMARY,idx_published,idx_published_parent_ordering,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
2 | DERIVED | <derived5> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
2 | DERIVED | ic | NULL | eq_ref | PRIMARY,item_category | PRIMARY | 8 | const,filter_counter.item_id | 1 | 100.00 | Using index |
2 | DERIVED | i | NULL | eq_ref | PRIMARY,idx_name,idx_cat_id,idx_group_id,idx_producer_id,idx_published,idx_featured,idx_created_by,idx_country,idx_state,idx_latitude,idx_longitude,idx_ordering,idx_parent_id,idx_access | PRIMARY | 4 | filter_counter.item_id | 1 | 5.00 | Using where |
2 | DERIVED | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.cat_id | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.created_by | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | gc | NULL | eq_ref | item_group,group_item | item_group | 8 | filter_counter.item_id,const | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | countries | NULL | eq_ref | PRIMARY | PRIMARY | 2 | stearnsp_storyart_stearnsp_joom546.i.country | 1 | 100.00 | Using where; Using index; Distinct |
2 | DERIVED | states | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.state | 1 | 100.00 | Using index; Distinct |
5 | DERIVED | <derived6> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | Using temporary |
6 | DERIVED | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
7 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 5 | 10.00 | Using where |
8 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 12 | 10.00 | Using where |
9 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
10 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 18 | 10.00 | Using where |
11 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
12 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
13 | UNION RESULT | <union6,7,8,9,10,11,12> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.35 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.43 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Creating tmp table | 0.09 ms |
statistics | 0.37 ms |
preparing | 0.05 ms |
Creating tmp table | 0.06 ms |
statistics | 0.12 ms |
preparing | 0.03 ms |
Creating tmp table | 0.06 ms |
executing | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.05 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/items.php:1692 |
11 | DJCatalog2ModelItems->getFieldGroups() | JROOT/components/com_djcatalog2/views/items/view.html.php:261 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.38 ms After last query: 0.40 ms Query memory: 0.031 MB Memory before query: 21.026 MB Rows returned: 3
SELECT f.*
FROM rxezm_djc2_items_extra_fields as f
INNER JOIN rxezm_djc2_items_groups as i
on i.group_id = f.group_id
INNER JOIN (
SELECT distinct i.id
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
WHERE c.published = 1
AND c.access IN (1,1,5)
AND ic.category_id IN (56)) as category_filter
ON i.id = category_filter.item_id
LEFT JOIN rxezm_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN rxezm_djc2_producers AS p
ON p.id = i.producer_id
LEFT JOIN rxezm_users AS ua
ON ua.id = i.created_by
LEFT JOIN rxezm_djc2_prices AS gc
ON gc.item_id = i.id
AND gc.group_id=0
LEFT JOIN rxezm_djc2_countries AS countries
ON countries.id = i.country
LEFT JOIN rxezm_djc2_item_rating AS v
ON i.id = v.item_id
LEFT JOIN rxezm_djc2_countries_states AS states
ON states.id = i.state
INNER JOIN (select *
from (select count(*) as c, item_id
from ((select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=44) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=38) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=45) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=43) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=40) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=64) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=63)) as f
group by f.item_id) as filter_counter
where filter_counter.c = 7) as filters
on filters.item_id = i.id
WHERE (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-02-16 22:20:38')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-16 22:20:38')
AND i.producer_id = 4
AND i.published = 1
AND i.access IN (1,1,5)
AND i.parent_id=0
AND (i.language = 'en-GB' OR i.language = '*')
ORDER BY i.id asc) as iq
on iq.id = i.item_id
WHERE f.published = 1
and f.sortable = 1
and (f.type = 'text' OR f.type = 'radio' OR f.type = 'select' OR f.type = 'calendar')
GROUP BY f.name, f.alias, f.id, f.group_id
ORDER BY f.group_id asc, f.ordering asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | f | NULL | ref | idx_published,idx_type,idx_group_id | idx_published | 4 | const | 21 | 4.76 | Using where; Using temporary; Using filesort |
1 | PRIMARY | <derived2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using join buffer (hash join) |
1 | PRIMARY | i | NULL | eq_ref | PRIMARY,item_group | PRIMARY | 8 | stearnsp_storyart_stearnsp_joom546.f.group_id,iq.id | 1 | 100.00 | Using index |
2 | DERIVED | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
2 | DERIVED | c | NULL | const | PRIMARY,idx_published,idx_published_parent_ordering,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
2 | DERIVED | <derived5> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
2 | DERIVED | ic | NULL | eq_ref | PRIMARY,item_category | PRIMARY | 8 | const,filter_counter.item_id | 1 | 100.00 | Using index |
2 | DERIVED | i | NULL | eq_ref | PRIMARY,idx_name,idx_cat_id,idx_group_id,idx_producer_id,idx_published,idx_featured,idx_created_by,idx_country,idx_state,idx_latitude,idx_longitude,idx_ordering,idx_parent_id,idx_access | PRIMARY | 4 | filter_counter.item_id | 1 | 5.00 | Using where |
2 | DERIVED | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.cat_id | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.created_by | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | gc | NULL | eq_ref | item_group,group_item | item_group | 8 | filter_counter.item_id,const | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | countries | NULL | eq_ref | PRIMARY | PRIMARY | 2 | stearnsp_storyart_stearnsp_joom546.i.country | 1 | 100.00 | Using where; Using index; Distinct |
2 | DERIVED | states | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.state | 1 | 100.00 | Using index; Distinct |
5 | DERIVED | <derived6> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | Using temporary |
6 | DERIVED | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
7 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 5 | 10.00 | Using where |
8 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 12 | 10.00 | Using where |
9 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
10 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 18 | 10.00 | Using where |
11 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
12 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
13 | UNION RESULT | <union6,7,8,9,10,11,12> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.34 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.35 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Creating tmp table | 0.08 ms |
statistics | 0.31 ms |
preparing | 0.05 ms |
Creating tmp table | 0.06 ms |
statistics | 0.17 ms |
preparing | 0.03 ms |
Creating tmp table | 0.12 ms |
executing | 0.89 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.05 ms |
closing tables | 0.03 ms |
freeing items | 0.05 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/items.php:1732 |
11 | DJCatalog2ModelItems->getSortables() | JROOT/components/com_djcatalog2/views/items/view.html.php:262 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.62 ms After last query: 1.34 ms Query memory: 0.172 MB Memory before query: 21.055 MB Rows returned: 62
SELECT c.*
FROM rxezm_djc2_categories AS c
WHERE c.published=1
AND c.access IN (1,5)
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 | SIMPLE | c | NULL | ref | idx_published,idx_published_parent_ordering,idx_access | idx_published_parent_ordering | 4 | const | 62 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.06 ms |
executing | 1.18 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:346 |
15 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
14 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
13 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/route.php:236 |
12 | DJCatalogHelperRoute::getCategoryRoute() | JROOT/components/com_djcatalog2/views/items/view.html.php:391 |
11 | DJCatalog2ViewItems->_prepareDocument() | JROOT/components/com_djcatalog2/views/items/view.html.php:263 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.62 ms After last query: 0.32 ms Query memory: 0.029 MB Memory before query: 21.376 MB Rows returned: 25
SELECT i.id, img.fullname as item_image, img.caption AS image_caption, img.path AS image_path, img.fullpath AS image_fullpath
FROM rxezm_djc2_categories as i
INNER JOIN rxezm_djc2_images as img
on img.id=(select id
from rxezm_djc2_images
where type='category'
and item_id=i.id
order by ordering asc
limit 1)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | i | NULL | index | NULL | idx_parent_id | 4 | NULL | 62 | 100.00 | Using index |
1 | PRIMARY | img | NULL | eq_ref | PRIMARY | PRIMARY | 4 | func | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | rxezm_djc2_images | NULL | ref | idx_type_item,idx_item_type,idx_item_type_ordering | idx_item_type_ordering | 198 | stearnsp_storyart_stearnsp_joom546.i.id,const | 1 | 100.00 | Using index; Using filesort |
Status | Duration |
---|
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:359 |
15 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
14 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
13 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/route.php:236 |
12 | DJCatalogHelperRoute::getCategoryRoute() | JROOT/components/com_djcatalog2/views/items/view.html.php:391 |
11 | DJCatalog2ViewItems->_prepareDocument() | JROOT/components/com_djcatalog2/views/items/view.html.php:263 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.52 ms After last query: 5.89 ms Query memory: 0.027 MB Memory before query: 21.788 MB Rows returned: 1
SELECT *
FROM rxezm_djc2_images
WHERE item_id=56
AND type='category'
AND exclude=0
ORDER BY ordering ASC, name ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_djc2_images | NULL | ref | idx_type_item,idx_item_type,idx_item_type_ordering | idx_type_item | 198 | const,const | 1 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.03 ms |
executing | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/helpers/image.php:77 |
12 | DJCatalog2ImageHelper::getImages() | JROOT/components/com_djcatalog2/views/items/view.html.php:449 |
11 | DJCatalog2ViewItems->_prepareDocument() | JROOT/components/com_djcatalog2/views/items/view.html.php:263 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.96 ms After last query: 3.11 ms Query memory: 0.034 MB Memory before query: 21.962 MB Rows returned: 30
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM rxezm_modules AS m
LEFT JOIN rxezm_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN rxezm_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 <= '2025-02-16 22:20:38')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-02-16 22:20:38')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 745 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 | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 143 | 0.70 | Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | stearnsp_storyart_stearnsp_joom546.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.m.id | 5 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.06 ms |
statistics | 0.14 ms |
preparing | 0.07 ms |
executing | 3.29 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_djcatalog2/views/items/tmpl/default.php:13 |
13 | include JROOT/components/com_djcatalog2/views/items/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/items/view.html.php:266 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.73 ms After last query: 13.92 ms Query memory: 0.041 MB Memory before query: 22.631 MB Rows returned: 197
select id, producer_id
from rxezm_djc2_items
where published=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_djc2_items | NULL | ref | idx_published | idx_published | 4 | const | 197 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 1.30 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/helpers/route.php:73 |
16 | DJCatalogHelperRoute::getItemRoute() | JROOT/components/com_djcatalog2/views/items/tmpl/default_table.php:158 |
15 | include JROOT/components/com_djcatalog2/views/items/tmpl/default_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_djcatalog2/views/items/tmpl/default.php:228 |
13 | include JROOT/components/com_djcatalog2/views/items/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/items/view.html.php:266 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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: 0.44 ms After last query: 62.84 ms Query memory: 0.032 MB Memory before query: 26.614 MB Rows returned: 4
SELECT *
FROM rxezm_djc2_units
ORDER BY is_default DESC, ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_djc2_units | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.03 ms |
executing | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/helpers/quantity.php:24 |
18 | DJCatalog2HelperQuantity::getUnit() | JROOT/templates/jm-car-dealer/html/layouts/com_djcatalog2/com_djcatalog2/addtocart.php:51 |
17 | include JROOT/templates/jm-car-dealer/html/layouts/com_djcatalog2/com_djcatalog2/addtocart.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
16 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_djcatalog2/views/items/tmpl/default_table.php:463 |
15 | include JROOT/components/com_djcatalog2/views/items/tmpl/default_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_djcatalog2/views/items/tmpl/default.php:228 |
13 | include JROOT/components/com_djcatalog2/views/items/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/items/view.html.php:266 |
10 | DJCatalog2ViewItems->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
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.03 ms After last query: 18.79 ms Query memory: 0.038 MB Memory before query: 27.016 MB Rows returned: 7
SELECT f.*, g.name as group_name, g.label as group_label
FROM rxezm_djc2_items_extra_fields as f
LEFT JOIN rxezm_djc2_items_extra_fields_groups as g
ON g.id=f.group_id
WHERE f.published = 1
and f.filterable = 1
and (f.type = 'checkbox' or f.type = 'radio' or f.type = 'select' or f.type = 'text' or f.type = 'color' or f.type = 'multicolor' or f.type = 'multiselect')
and (g.id in (1))
GROUP BY f.id
ORDER BY IFNULL(g.ordering,0) asc, g.ordering asc, f.ordering asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | f | NULL | ref | PRIMARY,idx_published,idx_filterable,idx_searchable,idx_separate_column,idx_type,idx_group_id | idx_group_id | 4 | const | 12 | 61.90 | Using where |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.24 ms |
preparing | 0.04 ms |
executing | 0.27 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_djc2filters/helper.php:165 |
18 | DJC2FiltersModuleHelper::getAttributes() | JROOT/modules/mod_djc2filters/helper.php:28 |
17 | DJC2FiltersModuleHelper::getData() | JROOT/modules/mod_djc2filters/mod_djc2filters.php:49 |
16 | include JROOT/modules/mod_djc2filters/mod_djc2filters.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/jmframework/includes/libraries/modulehelper.php:67 |
13 | DJModuleHelper::renderModules() | JROOT/templates/jm-car-dealer/tpl/blocks/content.php:67 |
12 | include JROOT/templates/jm-car-dealer/tpl/blocks/content.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
11 | JMFTemplate->renderBlock() | JROOT/templates/jm-car-dealer/tpl/default.php:53 |
10 | include JROOT/templates/jm-car-dealer/tpl/default.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
9 | JMFTemplate->renderBlock() | JROOT/plugins/system/jmframework/includes/libraries/template.php:211 |
8 | JMFTemplate->renderScheme() | JROOT/templates/jm-car-dealer/index.php:40 |
7 | require JROOT/templates/jm-car-dealer/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: 0.76 ms After last query: 0.12 ms Query memory: 0.039 MB Memory before query: 27.045 MB Rows returned: 54
SELECT *
FROM rxezm_djc2_items_extra_fields_options
WHERE field_id in (18,17,19,40,24,26,27)
ORDER BY field_id asc, ordering asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_djc2_items_extra_fields_options | NULL | ALL | idx_field_id | NO INDEX KEY COULD BE USED | NULL | NULL | 97 | 55.67 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.11 ms |
preparing | 0.03 ms |
executing | 0.37 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_djc2filters/helper.php:175 |
18 | DJC2FiltersModuleHelper::getAttributes() | JROOT/modules/mod_djc2filters/helper.php:28 |
17 | DJC2FiltersModuleHelper::getData() | JROOT/modules/mod_djc2filters/mod_djc2filters.php:49 |
16 | include JROOT/modules/mod_djc2filters/mod_djc2filters.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/jmframework/includes/libraries/modulehelper.php:67 |
13 | DJModuleHelper::renderModules() | JROOT/templates/jm-car-dealer/tpl/blocks/content.php:67 |
12 | include JROOT/templates/jm-car-dealer/tpl/blocks/content.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
11 | JMFTemplate->renderBlock() | JROOT/templates/jm-car-dealer/tpl/default.php:53 |
10 | include JROOT/templates/jm-car-dealer/tpl/default.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
9 | JMFTemplate->renderBlock() | JROOT/plugins/system/jmframework/includes/libraries/template.php:211 |
8 | JMFTemplate->renderScheme() | JROOT/templates/jm-car-dealer/index.php:40 |
7 | require JROOT/templates/jm-car-dealer/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.37 ms After last query: 0.13 ms Query memory: 0.029 MB Memory before query: 27.103 MB Rows returned: 0
SELECT distinct *
FROM rxezm_djc2_items_extra_fields_values_text
WHERE field_id in (18,17,19,40,24,26,27)
ORDER BY field_id asc, value asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_djc2_items_extra_fields_values_text | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 467 | 50.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.03 ms |
executing | 1.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_djc2filters/helper.php:184 |
18 | DJC2FiltersModuleHelper::getAttributes() | JROOT/modules/mod_djc2filters/helper.php:28 |
17 | DJC2FiltersModuleHelper::getData() | JROOT/modules/mod_djc2filters/mod_djc2filters.php:49 |
16 | include JROOT/modules/mod_djc2filters/mod_djc2filters.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/jmframework/includes/libraries/modulehelper.php:67 |
13 | DJModuleHelper::renderModules() | JROOT/templates/jm-car-dealer/tpl/blocks/content.php:67 |
12 | include JROOT/templates/jm-car-dealer/tpl/blocks/content.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
11 | JMFTemplate->renderBlock() | JROOT/templates/jm-car-dealer/tpl/default.php:53 |
10 | include JROOT/templates/jm-car-dealer/tpl/default.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
9 | JMFTemplate->renderBlock() | JROOT/plugins/system/jmframework/includes/libraries/template.php:211 |
8 | JMFTemplate->renderScheme() | JROOT/templates/jm-car-dealer/index.php:40 |
7 | require JROOT/templates/jm-car-dealer/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: 3.43 ms After last query: 0.73 ms Query memory: 0.030 MB Memory before query: 27.129 MB Rows returned: 11
SELECT ef.id as field_id, ef.name as field_name, opt.id as option_id, opt.value as option_value, count(fv.item_id) as item_count
FROM rxezm_djc2_items_extra_fields_values_int as fv
INNER JOIN rxezm_djc2_items_extra_fields as ef
on ef.id=fv.field_id
INNER JOIN rxezm_djc2_items_extra_fields_options as opt
on opt.field_id=ef.id
and opt.id=fv.value
INNER JOIN (
SELECT distinct i.id
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
WHERE c.published = 1
AND c.access IN (1,1,5)
AND ic.category_id IN (56)) as category_filter
ON i.id = category_filter.item_id
LEFT JOIN rxezm_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN rxezm_djc2_producers AS p
ON p.id = i.producer_id
LEFT JOIN rxezm_users AS ua
ON ua.id = i.created_by
LEFT JOIN rxezm_djc2_prices AS gc
ON gc.item_id = i.id
AND gc.group_id=0
LEFT JOIN rxezm_djc2_countries AS countries
ON countries.id = i.country
LEFT JOIN rxezm_djc2_item_rating AS v
ON i.id = v.item_id
LEFT JOIN rxezm_djc2_countries_states AS states
ON states.id = i.state
INNER JOIN (select *
from (select count(*) as c, item_id
from ((select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=44) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=38) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=45) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=43) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=40) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=64) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=63)) as f
group by f.item_id) as filter_counter
where filter_counter.c = 7) as filters
on filters.item_id = i.id
WHERE (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-02-16 22:20:38')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-16 22:20:38')
AND i.producer_id = 4
AND i.published = 1
AND i.access IN (1,1,5)
AND i.parent_id=0
AND (i.language = 'en-GB' OR i.language = '*')
ORDER BY i.id asc) as item_ids
on fv.item_id = item_ids.id
GROUP BY ef.id, opt.value
ORDER BY ef.name 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 | 100.00 | Using temporary; Using filesort |
1 | PRIMARY | fv | NULL | ref | idx_item_field,idx_value | idx_item_field | 4 | item_ids.id | 1 | 100.00 | NULL |
1 | PRIMARY | ef | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.fv.field_id | 1 | 100.00 | NULL |
1 | PRIMARY | opt | NULL | eq_ref | PRIMARY,idx_field_id | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.fv.value | 1 | 6.67 | Using where |
2 | DERIVED | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
2 | DERIVED | c | NULL | const | PRIMARY,idx_published,idx_published_parent_ordering,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
2 | DERIVED | <derived5> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
2 | DERIVED | ic | NULL | eq_ref | PRIMARY,item_category | PRIMARY | 8 | const,filter_counter.item_id | 1 | 100.00 | Using index |
2 | DERIVED | i | NULL | eq_ref | PRIMARY,idx_name,idx_cat_id,idx_group_id,idx_producer_id,idx_published,idx_featured,idx_created_by,idx_country,idx_state,idx_latitude,idx_longitude,idx_ordering,idx_parent_id,idx_access | PRIMARY | 4 | filter_counter.item_id | 1 | 5.00 | Using where |
2 | DERIVED | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.cat_id | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.created_by | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | gc | NULL | eq_ref | item_group,group_item | item_group | 8 | filter_counter.item_id,const | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | countries | NULL | eq_ref | PRIMARY | PRIMARY | 2 | stearnsp_storyart_stearnsp_joom546.i.country | 1 | 100.00 | Using where; Using index; Distinct |
2 | DERIVED | states | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.state | 1 | 100.00 | Using index; Distinct |
5 | DERIVED | <derived6> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | Using temporary |
6 | DERIVED | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
7 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 5 | 10.00 | Using where |
8 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 12 | 10.00 | Using where |
9 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
10 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 18 | 10.00 | Using where |
11 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
12 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
13 | UNION RESULT | <union6,7,8,9,10,11,12> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.35 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.02 ms |
Opening tables | 0.41 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.03 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Creating tmp table | 0.10 ms |
statistics | 0.37 ms |
preparing | 0.05 ms |
Creating tmp table | 0.05 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
Creating tmp table | 0.05 ms |
executing | 0.84 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.04 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_djc2filters/helper.php:344 |
18 | DJC2FiltersModuleHelper::getCountersApprox() | JROOT/modules/mod_djc2filters/helper.php:29 |
17 | DJC2FiltersModuleHelper::getData() | JROOT/modules/mod_djc2filters/mod_djc2filters.php:49 |
16 | include JROOT/modules/mod_djc2filters/mod_djc2filters.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/jmframework/includes/libraries/modulehelper.php:67 |
13 | DJModuleHelper::renderModules() | JROOT/templates/jm-car-dealer/tpl/blocks/content.php:67 |
12 | include JROOT/templates/jm-car-dealer/tpl/blocks/content.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
11 | JMFTemplate->renderBlock() | JROOT/templates/jm-car-dealer/tpl/default.php:53 |
10 | include JROOT/templates/jm-car-dealer/tpl/default.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
9 | JMFTemplate->renderBlock() | JROOT/plugins/system/jmframework/includes/libraries/template.php:211 |
8 | JMFTemplate->renderScheme() | JROOT/templates/jm-car-dealer/index.php:40 |
7 | require JROOT/templates/jm-car-dealer/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: 2.98 ms After last query: 0.15 ms Query memory: 0.029 MB Memory before query: 27.151 MB Rows returned: 0
SELECT ef.id as field_id, ef.name as field_name, "" as option_id, "" as option_value, count(fv.item_id) as item_count
FROM rxezm_djc2_items_extra_fields_values_text as fv
INNER JOIN rxezm_djc2_items_extra_fields as ef
on ef.id=fv.field_id
AND ef.filterable = 1
INNER JOIN (
SELECT distinct i.id
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
WHERE c.published = 1
AND c.access IN (1,1,5)
AND ic.category_id IN (56)) as category_filter
ON i.id = category_filter.item_id
LEFT JOIN rxezm_djc2_categories AS c
ON c.id = i.cat_id
LEFT JOIN rxezm_djc2_producers AS p
ON p.id = i.producer_id
LEFT JOIN rxezm_users AS ua
ON ua.id = i.created_by
LEFT JOIN rxezm_djc2_prices AS gc
ON gc.item_id = i.id
AND gc.group_id=0
LEFT JOIN rxezm_djc2_countries AS countries
ON countries.id = i.country
LEFT JOIN rxezm_djc2_item_rating AS v
ON i.id = v.item_id
LEFT JOIN rxezm_djc2_countries_states AS states
ON states.id = i.state
INNER JOIN (select *
from (select count(*) as c, item_id
from ((select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=44) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=38) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=45) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=43) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=17
and value=40) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=64) union (select *
from rxezm_djc2_items_extra_fields_values_int
where field_id=19
and value=63)) as f
group by f.item_id) as filter_counter
where filter_counter.c = 7) as filters
on filters.item_id = i.id
WHERE (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-02-16 22:20:38')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-16 22:20:38')
AND i.producer_id = 4
AND i.published = 1
AND i.access IN (1,1,5)
AND i.parent_id=0
AND (i.language = 'en-GB' OR i.language = '*')
ORDER BY i.id asc) as item_ids
on fv.item_id = item_ids.id
GROUP BY ef.id
ORDER BY ef.name 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 | 100.00 | Using temporary; Using filesort |
1 | PRIMARY | fv | NULL | ref | idx_item_field | idx_item_field | 4 | item_ids.id | 1 | 100.00 | Using index |
1 | PRIMARY | ef | NULL | eq_ref | PRIMARY,idx_published,idx_filterable,idx_searchable,idx_separate_column,idx_type,idx_group_id | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.fv.field_id | 1 | 61.90 | Using where |
2 | DERIVED | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
2 | DERIVED | c | NULL | const | PRIMARY,idx_published,idx_published_parent_ordering,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
2 | DERIVED | <derived5> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
2 | DERIVED | ic | NULL | eq_ref | PRIMARY,item_category | PRIMARY | 8 | const,filter_counter.item_id | 1 | 100.00 | Using index |
2 | DERIVED | i | NULL | eq_ref | PRIMARY,idx_name,idx_cat_id,idx_group_id,idx_producer_id,idx_published,idx_featured,idx_created_by,idx_country,idx_state,idx_latitude,idx_longitude,idx_ordering,idx_parent_id,idx_access | PRIMARY | 4 | filter_counter.item_id | 1 | 5.00 | Using where |
2 | DERIVED | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.cat_id | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.created_by | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | gc | NULL | eq_ref | item_group,group_item | item_group | 8 | filter_counter.item_id,const | 1 | 100.00 | Using index; Distinct |
2 | DERIVED | countries | NULL | eq_ref | PRIMARY | PRIMARY | 2 | stearnsp_storyart_stearnsp_joom546.i.country | 1 | 100.00 | Using where; Using index; Distinct |
2 | DERIVED | states | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.state | 1 | 100.00 | Using index; Distinct |
5 | DERIVED | <derived6> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | Using temporary |
6 | DERIVED | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
7 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 5 | 10.00 | Using where |
8 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 12 | 10.00 | Using where |
9 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 8 | 10.00 | Using where |
10 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 18 | 10.00 | Using where |
11 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
12 | UNION | rxezm_djc2_items_extra_fields_values_int | NULL | ref | idx_value | idx_value | 4 | const | 2 | 10.00 | Using where |
13 | UNION RESULT | <union6,7,8,9,10,11,12> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.34 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.34 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Creating tmp table | 0.09 ms |
statistics | 0.32 ms |
preparing | 0.06 ms |
Creating tmp table | 0.06 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
Creating tmp table | 0.05 ms |
executing | 0.59 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.04 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_djc2filters/helper.php:355 |
18 | DJC2FiltersModuleHelper::getCountersApprox() | JROOT/modules/mod_djc2filters/helper.php:29 |
17 | DJC2FiltersModuleHelper::getData() | JROOT/modules/mod_djc2filters/mod_djc2filters.php:49 |
16 | include JROOT/modules/mod_djc2filters/mod_djc2filters.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/jmframework/includes/libraries/modulehelper.php:67 |
13 | DJModuleHelper::renderModules() | JROOT/templates/jm-car-dealer/tpl/blocks/content.php:67 |
12 | include JROOT/templates/jm-car-dealer/tpl/blocks/content.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
11 | JMFTemplate->renderBlock() | JROOT/templates/jm-car-dealer/tpl/default.php:53 |
10 | include JROOT/templates/jm-car-dealer/tpl/default.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:204 |
9 | JMFTemplate->renderBlock() | JROOT/plugins/system/jmframework/includes/libraries/template.php:211 |
8 | JMFTemplate->renderScheme() | JROOT/templates/jm-car-dealer/index.php:40 |
7 | require JROOT/templates/jm-car-dealer/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: 0.70 ms After last query: 19.82 ms Query memory: 0.027 MB Memory before query: 28.402 MB Rows returned: 0
SELECT id, name, currency, symbol, is_default
FROM rxezm_djc2_currencies
WHERE is_default=1
UNION ALL (
SELECT c2.id, c2.name, c2.currency, c2.symbol, c2.is_default
FROM rxezm_djc2_currencies AS c2
INNER JOIN rxezm_djc2_currency_exchange AS e2
ON e2.base_id=c2.id
INNER JOIN rxezm_djc2_currencies AS c3
ON c3.id=e2.target_id
WHERE c3.is_default=1
AND c2.is_default=0
AND DATE(e2.rate_date) <= DATE('2025-02-16 22:20:38')
GROUP BY c2.id, c2.name, c2.currency, c2.symbol)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.19 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.15 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/helpers/price.php:196 |
15 | Djcatalog2HelperPrice::getCurrencies() | JROOT/components/com_djcatalog2/helpers/price.php:212 |
14 | Djcatalog2HelperPrice::getCurrencyDefault() | JROOT/components/com_djcatalog2/helpers/cart.php:1680 |
13 | Djcatalog2HelperCart->recalculate() | JROOT/components/com_djcatalog2/helpers/cart.php:328 |
12 | Djcatalog2HelperCart::getInstance() | JROOT/modules/mod_djc2cart/tmpl/default.php:12 |
11 | require JROOT/modules/mod_djc2cart/tmpl/default.php | JROOT/modules/mod_djc2cart/mod_djc2cart.php:25 |
10 | include JROOT/modules/mod_djc2cart/mod_djc2cart.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:500 |
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 |
5 × SELECT c.*
FROM rxezm_djc2_categories AS c
5 × SELECT i.id, img.fullname as item_image, img.caption AS image_caption, img.path AS image_path, img.fullpath AS image_fullpath
FROM rxezm_djc2_categories as i
INNER JOIN rxezm_djc2_images as img
on img.id=(select id
from rxezm_djc2_images
2 × SELECT f.*, g.name as group_name, g.label as group_label, g.id as fgroup_id
FROM rxezm_djc2_items_extra_fields as f
LEFT JOIN rxezm_djc2_items_extra_fields_groups as g
ON g.id=f.group_id
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, fieldoptions.params as option_params
FROM rxezm_djc2_items_extra_fields_values_int as fieldvalues
INNER JOIN rxezm_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN rxezm_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
LEFT JOIN rxezm_djc2_items_extra_fields_options as fieldoptions
ON fieldoptions.id = fieldvalues.value
AND fieldoptions.field_id = fields.id
2 × SELECT f.*
FROM rxezm_djc2_items_extra_fields as f
INNER JOIN rxezm_djc2_items_groups as i
on i.group_id = f.group_id
INNER JOIN ( SELECT distinct i.id
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
1 × SELECT `data`
FROM `rxezm_session`
1 × SELECT *
FROM rxezm_djc2_images
1 × SELECT *
FROM rxezm_djc2_price_rules
1 × SELECT COUNT(distinct (i.id))
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
1 × SELECT DISTINCT a.id, a.name as text
FROM rxezm_djc2_producers as a
INNER JOIN rxezm_djc2_items AS i
ON a.id = i.producer_id
AND i.published = 1
INNER JOIN rxezm_djc2_items_categories AS c
ON c.item_id = i.id
1 × SELECT f.*, group_concat(fo.id separator '|') as options
FROM rxezm_djc2_items_extra_fields as f
LEFT JOIN rxezm_djc2_items_extra_fields_options as fo
ON fo.field_id=f.id
1 × select id, producer_id
from rxezm_djc2_items
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM rxezm_modules AS m
LEFT JOIN rxezm_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN rxezm_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT cg.*, p.item_id, p.available, p.price
FROM rxezm_djc2_customer_groups AS cg
INNER JOIN rxezm_djc2_prices AS p
ON p.group_id=cg.id
1 × SELECT *
FROM rxezm_djc2_units
1 × SELECT f.*, g.name as group_name, g.label as group_label
FROM rxezm_djc2_items_extra_fields as f
LEFT JOIN rxezm_djc2_items_extra_fields_groups as g
ON g.id=f.group_id
1 × SELECT *
FROM rxezm_djc2_items_extra_fields_options
1 × SELECT distinct *
FROM rxezm_djc2_items_extra_fields_values_text
1 × SELECT ef.id as field_id, ef.name as field_name, opt.id as option_id, opt.value as option_value, count(fv.item_id) as item_count
FROM rxezm_djc2_items_extra_fields_values_int as fv
INNER JOIN rxezm_djc2_items_extra_fields as ef
on ef.id=fv.field_id
INNER JOIN rxezm_djc2_items_extra_fields_options as opt
on opt.field_id=ef.id
and opt.id=fv.value
INNER JOIN ( SELECT distinct i.id
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
1 × SELECT ef.id as field_id, ef.name as field_name, "" as option_id, "" as option_value, count(fv.item_id) as item_count
FROM rxezm_djc2_items_extra_fields_values_text as fv
INNER JOIN rxezm_djc2_items_extra_fields as ef
on ef.id=fv.field_id
AND ef.filterable = 1
INNER JOIN ( SELECT distinct i.id
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
1 × SELECT i.id, img.fullname as item_image, img.caption AS image_caption, img.path AS image_path, img.fullpath AS image_fullpath
FROM rxezm_djc2_items as i
INNER JOIN rxezm_djc2_images as img
on img.id=(select id
from rxezm_djc2_images
1 × 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 rxezm_djc2_items_extra_fields_values_text as fieldvalues
INNER JOIN rxezm_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN rxezm_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
1 × SELECT l.*, li.item_id
FROM rxezm_djc2_labels as l
INNER JOIN rxezm_djc2_labels_items AS li
ON li.label_id=l.id
1 × select alias
from rxezm_djc2_items_extra_fields
1 × SELECT id, rules
FROM `rxezm_viewlevels
1 × SELECT b.id
FROM rxezm_usergroups AS a
LEFT JOIN rxezm_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `value`
FROM `rxezm_admintools_storage`
1 × SELECT *
FROM `rxezm_admintools_wafexceptions`
1 × SELECT *
FROM `rxezm_nextend2_section_storage`
1 × SELECT `source`,`keepurlparams`
FROM `rxezm_admintools_redirects`
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `rxezm_assets`
1 × 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 rxezm_djc2_items_extra_fields_values_date as fieldvalues
INNER JOIN rxezm_djc2_items as items
on items.id=fieldvalues.item_id
INNER JOIN rxezm_djc2_items_extra_fields as fields
ON fields.id = fieldvalues.field_id
1 × SELECT id
FROM rxezm_djc2_customer_groups
1 × select *
from rxezm_djc2_countries
1 × SELECT vrul.id as rule_id, vrul.name, vrat.*
FROM rxezm_djc2_vat_rules AS vrul
INNER JOIN rxezm_djc2_vat_rules_xref AS vx
ON vx.rule_id = vrul.id
INNER JOIN rxezm_djc2_vat_rates AS vrat
ON vx.rate_id = vrat.id
1 × SELECT o.id, o.field_id
FROM rxezm_djc2_items_extra_fields_options AS o
1 × SELECT distinct i.*,
CASE WHEN (i.special_price > 0.0
AND i.special_price < i.price) THEN i.special_price ELSE i.price END as final_price,c.id as _category_id, c.name as category, c.published as publish_category, c.alias as category_alias,p.id as _producer_id, p.name as producer, p.published as publish_producer, p.alias as producer_alias,ua.name AS author, ua.email AS author_email,gc.price as group_price, gc.available as group_available,countries.country_name, countries.id as item_country_id,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating, COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count,states.name as state_name,combinations.combo_count
FROM rxezm_djc2_items as i
INNER JOIN (SELECT ic.item_id
FROM rxezm_djc2_items_categories AS ic
INNER JOIN rxezm_djc2_categories AS c
ON c.id=ic.category_id
1 × SELECT `session_id`
FROM `rxezm_session`
1 × SELECT id, name, currency, symbol, is_default
FROM rxezm_djc2_currencies