Query Time: 0.31 ms Query memory: 0.025 MB Memory before query: 4.101 MB Rows returned: 0
SELECT `data`
FROM `rxezm_session`
WHERE `session_id` = X'3364386535333438643331323062303865336335313862316232323562653337'
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.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
executing | 0.01 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.23 ms After last query: 1.39 ms Query memory: 0.022 MB Memory before query: 4.202 MB Rows returned: 0
SELECT `session_id`
FROM `rxezm_session`
WHERE `session_id` = X'3364386535333438643331323062303865336335313862316232323562653337'
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.03 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
executing | 0.01 ms |
end | 0.00 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: 317.82 ms After last query: 0.10 ms Query memory: 0.004 MB Memory before query: 4.208 MB
INSERT INTO `rxezm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3364386535333438643331323062303865336335313862316232323562653337', 1, 1741307233, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `rxezm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3364386535333438643331323062303865336335313862316232323562653337', 1, 1741307233, 0, '', 0)
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 |
update | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 317.48 ms |
closing tables | 0.03 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.51 ms After last query: 6.52 ms Query memory: 0.023 MB Memory before query: 4.775 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.09 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.01 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.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 |
---|
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.48 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 4.788 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.13 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.50 ms After last query: 18.14 ms Query memory: 0.024 MB Memory before query: 6.590 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.08 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.29 ms After last query: 1.64 ms Query memory: 0.024 MB Memory before query: 6.718 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.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.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 |
---|
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.60 ms After last query: 19.72 ms Query memory: 0.026 MB Memory before query: 8.598 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.10 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.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.43 ms After last query: 36.20 ms Query memory: 0.023 MB Memory before query: 10.982 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `rxezm_admintools_redirects`
WHERE ((`dest` = 'premeasured') OR (`dest` = 'premeasured') OR ('premeasured' 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.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.03 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.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 |
---|
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: 130.97 ms After last query: 26.16 ms Query memory: 0.005 MB Memory before query: 13.258 MB
UPDATE `rxezm_extensions`
SET `params` = '{\"mediaversion\":\"25ac4ad57734e5581b3f06c03aeb402c\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `rxezm_extensions`
SET `params` = '{\"mediaversion\":\"25ac4ad57734e5581b3f06c03aeb402c\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
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.15 ms |
updating | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 130.35 ms |
closing tables | 0.03 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.41 ms After last query: 14.96 ms Query memory: 0.032 MB Memory before query: 14.705 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.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.22 ms |
preparing | 0.03 ms |
executing | 0.74 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
19 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/category.php:139 |
14 | ContentModelCategory->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/libraries/src/MVC/View/CategoryView.php:116 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 0.28 ms Query memory: 0.038 MB Memory before query: 14.756 MB Rows returned: 79
SELECT `id`,`name`,`rules`,`parent_id`
FROM `rxezm_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_assets | NULL | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 282 | 24.44 | Using where |
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.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 0.56 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
19 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/category.php:139 |
14 | ContentModelCategory->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/libraries/src/MVC/View/CategoryView.php:116 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.18 ms After last query: 2.78 ms Query memory: 0.038 MB Memory before query: 14.923 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,(
SELECT COUNT(i.`id`)
FROM `rxezm_content` AS `i`
WHERE i.`catid` = c.id
AND i.state = 1) AS numitems
FROM `rxezm_categories` AS `s`
INNER JOIN `rxezm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.published = 1
AND s.id = 89
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | c | NULL | range | cat_idx,idx_left_right | idx_left_right | 4 | NULL | 10 | 70.59 | Using index condition; Using where |
2 | DEPENDENT SUBQUERY | i | NULL | ref | idx_state,idx_catid | idx_catid | 4 | stearnsp_storyart_stearnsp_joom546.c.id | 4 | 100.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.20 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.12 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.20 ms |
preparing | 0.05 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.11 ms |
executing | 0.06 ms |
executing | 0.07 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 |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
16 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
15 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/models/category.php:355 |
14 | ContentModelCategory->getCategory() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:122 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.47 ms After last query: 113.84 ms Query memory: 0.046 MB Memory before query: 15.095 MB Rows returned: 5
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM rxezm_content AS a
LEFT JOIN rxezm_categories AS c
ON c.id = a.catid
LEFT JOIN rxezm_users AS ua
ON ua.id = a.created_by
LEFT JOIN rxezm_users AS uam
ON uam.id = a.modified_by
LEFT JOIN rxezm_categories as parent
ON parent.id = c.parent_id
LEFT JOIN rxezm_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid = 89
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-03-07 00:27:13')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-03-07 00:27:13')
ORDER BY c.lft, a.title, a.created
LIMIT 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid | idx_catid | 4 | const | 5 | 16.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.a.created_by | 1 | 100.00 | Using where |
1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.a.modified_by | 1 | 100.00 | Using where |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
1 | SIMPLE | v | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.a.id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.26 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 |
Opening tables | 1.29 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.05 ms |
statistics | 0.19 ms |
preparing | 0.07 ms |
executing | 0.37 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.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 1.77 ms Query memory: 0.026 MB Memory before query: 15.318 MB Rows returned: 1
SELECT COUNT(*)
FROM rxezm_content AS a
LEFT JOIN rxezm_categories AS c
ON c.id = a.catid
LEFT JOIN rxezm_users AS ua
ON ua.id = a.created_by
LEFT JOIN rxezm_users AS uam
ON uam.id = a.modified_by
LEFT JOIN rxezm_categories as parent
ON parent.id = c.parent_id
LEFT JOIN rxezm_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid = 89
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-03-07 00:27:13')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-03-07 00:27:13')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid | idx_catid | 4 | const | 5 | 16.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.a.created_by | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.a.modified_by | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | v | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.a.id | 1 | 100.00 | Using where; Using index |
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.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.16 ms |
preparing | 0.06 ms |
executing | 0.16 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/libraries/src/MVC/Model/BaseDatabaseModel.php:354 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 |
16 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
15 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/components/com_content/models/category.php:265 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 1.77 ms Query memory: 0.036 MB Memory before query: 15.443 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `rxezm_contentitem_tag_map` AS m
INNER JOIN `rxezm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 89
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.m.tag_id | 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 |
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.10 ms |
preparing | 0.03 ms |
executing | 0.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 |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
13 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/libraries/src/MVC/View/CategoryView.php:229 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.54 ms After last query: 74.89 ms Query memory: 0.179 MB Memory before query: 21.266 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.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.13 ms |
preparing | 0.07 ms |
executing | 0.97 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:346 |
20 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
19 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
18 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:65 |
17 | Djcatalog2Helper::getParams() | JROOT/components/com_djcatalog2/helpers/theme.php:25 |
16 | DJCatalog2ThemeHelper::setThemeAssets() | JROOT/plugins/content/djcatalog2/djcatalog2.php:167 |
15 | plgContentDJCatalog2->import() | JROOT/plugins/content/djcatalog2/djcatalog2.php:53 |
14 | plgContentDJCatalog2->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.02 ms After last query: 0.45 ms Query memory: 0.031 MB Memory before query: 21.593 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.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.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.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.04 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.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.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.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.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.02 ms |
executing | 0.02 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.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.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 |
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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:359 |
20 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
19 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
18 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:65 |
17 | Djcatalog2Helper::getParams() | JROOT/components/com_djcatalog2/helpers/theme.php:25 |
16 | DJCatalog2ThemeHelper::setThemeAssets() | JROOT/plugins/content/djcatalog2/djcatalog2.php:167 |
15 | plgContentDJCatalog2->import() | JROOT/plugins/content/djcatalog2/djcatalog2.php:53 |
14 | plgContentDJCatalog2->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.20 ms After last query: 48.83 ms Query memory: 0.033 MB Memory before query: 22.830 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-03-07 00:27:13')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-03-07 00:27:13')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 752 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.13 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.05 ms |
statistics | 0.14 ms |
preparing | 0.07 ms |
executing | 2.57 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 |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
14 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
13 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
12 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/jmframework/includes/libraries/template.php:167 |
10 | JMFTemplate->countModules() | JROOT/templates/jm-car-dealer/lib/jm_template.php:20 |
9 | JMTemplateBlank->postSetUp() | JROOT/plugins/system/jmframework/includes/libraries/template.php:58 |
8 | JMFTemplate->__construct() | JROOT/templates/jm-car-dealer/index.php:18 |
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: 5.05 ms After last query: 11.41 ms Query memory: 0.029 MB Memory before query: 23.393 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 ic.category_id IN (41,2,14,15,6,3,1,7,35,36,37,38,39,40,4,17,18,19,20,21,22,9,32,33,34,10,23,24,11,12,27,28,29,30,31,65,13,25,26)) AS category_filter
ON i.id = category_filter.item_id
WHERE i.published = 1
AND i.parent_id = 0
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-03-07 00:27:13')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-03-07 00:27:13')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | i | NULL | ref | PRIMARY,idx_published,idx_parent_id | idx_published | 4 | const | 197 | 16.00 | Using where |
1 | SIMPLE | ic | NULL | ref | PRIMARY,item_category | item_category | 4 | stearnsp_storyart_stearnsp_joom546.i.id | 3 | 33.97 | Using where; Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_published,idx_published_parent_ordering | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.ic.category_id | 1 | 100.00 | Using where |
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.05 ms |
statistics | 0.86 ms |
preparing | 0.11 ms |
executing | 3.65 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 |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:166 |
22 | Djc2CategoryNode->getProductCount() | JROOT/modules/mod_djc2categories/helper.php:130 |
21 | DJC2CategoriesModuleHelper::makeList() | JROOT/modules/mod_djc2categories/helper.php:77 |
20 | DJC2CategoriesModuleHelper::getHtml() | JROOT/modules/mod_djc2categories/mod_djc2categories.php:32 |
19 | include JROOT/modules/mod_djc2categories/mod_djc2categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:632 |
15 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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.21 ms After last query: 0.13 ms Query memory: 0.177 MB Memory before query: 23.399 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.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 |
preparing | 0.05 ms |
executing | 0.87 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:346 |
25 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
24 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
23 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/route.php:236 |
22 | DJCatalogHelperRoute::getCategoryRoute() | JROOT/modules/mod_djc2categories/helper.php:138 |
21 | DJC2CategoriesModuleHelper::makeList() | JROOT/modules/mod_djc2categories/helper.php:77 |
20 | DJC2CategoriesModuleHelper::getHtml() | JROOT/modules/mod_djc2categories/mod_djc2categories.php:32 |
19 | include JROOT/modules/mod_djc2categories/mod_djc2categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:632 |
15 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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.85 ms After last query: 0.43 ms Query memory: 0.034 MB Memory before query: 23.724 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.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.02 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.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.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.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.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.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.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.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.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 |
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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:359 |
25 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
24 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
23 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/route.php:236 |
22 | DJCatalogHelperRoute::getCategoryRoute() | JROOT/modules/mod_djc2categories/helper.php:138 |
21 | DJC2CategoriesModuleHelper::makeList() | JROOT/modules/mod_djc2categories/helper.php:77 |
20 | DJC2CategoriesModuleHelper::getHtml() | JROOT/modules/mod_djc2categories/mod_djc2categories.php:32 |
19 | include JROOT/modules/mod_djc2categories/mod_djc2categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:632 |
15 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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.83 ms After last query: 2.44 ms Query memory: 0.029 MB Memory before query: 23.877 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 ic.category_id IN (42,43,44,45,46,47,48,49,50,51)) AS category_filter
ON i.id = category_filter.item_id
WHERE i.published = 1
AND i.parent_id = 0
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-03-07 00:27:13')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-03-07 00:27:13')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | i | NULL | ref | PRIMARY,idx_published,idx_parent_id | idx_published | 4 | const | 197 | 16.00 | Using where |
1 | SIMPLE | ic | NULL | ref | PRIMARY,item_category | item_category | 4 | stearnsp_storyart_stearnsp_joom546.i.id | 3 | 18.19 | Using where; Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_published,idx_published_parent_ordering | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.ic.category_id | 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.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.34 ms |
preparing | 0.07 ms |
executing | 3.01 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.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:166 |
22 | Djc2CategoryNode->getProductCount() | JROOT/modules/mod_djc2categories/helper.php:130 |
21 | DJC2CategoriesModuleHelper::makeList() | JROOT/modules/mod_djc2categories/helper.php:77 |
20 | DJC2CategoriesModuleHelper::getHtml() | JROOT/modules/mod_djc2categories/mod_djc2categories.php:32 |
19 | include JROOT/modules/mod_djc2categories/mod_djc2categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:632 |
15 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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.38 ms After last query: 1.47 ms Query memory: 0.029 MB Memory before query: 23.891 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 ic.category_id IN (52,53,54,55)) AS category_filter
ON i.id = category_filter.item_id
WHERE i.published = 1
AND i.parent_id = 0
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-03-07 00:27:13')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-03-07 00:27:13')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | PRIMARY,idx_published,idx_published_parent_ordering | idx_published | 8 | NULL | 4 | 100.00 | Using where; Using index |
1 | SIMPLE | ic | NULL | ref | PRIMARY,item_category | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.c.id | 12 | 100.00 | Using index |
1 | SIMPLE | i | NULL | eq_ref | PRIMARY,idx_published,idx_parent_id | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.ic.item_id | 1 | 16.00 | 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.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.05 ms |
statistics | 0.30 ms |
preparing | 0.09 ms |
executing | 1.55 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 |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:166 |
22 | Djc2CategoryNode->getProductCount() | JROOT/modules/mod_djc2categories/helper.php:130 |
21 | DJC2CategoriesModuleHelper::makeList() | JROOT/modules/mod_djc2categories/helper.php:77 |
20 | DJC2CategoriesModuleHelper::getHtml() | JROOT/modules/mod_djc2categories/mod_djc2categories.php:32 |
19 | include JROOT/modules/mod_djc2categories/mod_djc2categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:632 |
15 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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.93 ms After last query: 1.38 ms Query memory: 0.029 MB Memory before query: 23.904 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 ic.category_id IN (62,56,57,58,59,60,66,67)) AS category_filter
ON i.id = category_filter.item_id
WHERE i.published = 1
AND i.parent_id = 0
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-03-07 00:27:13')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-03-07 00:27:13')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | i | NULL | ref | PRIMARY,idx_published,idx_parent_id | idx_published | 4 | const | 197 | 16.00 | Using where |
1 | SIMPLE | ic | NULL | ref | PRIMARY,item_category | item_category | 4 | stearnsp_storyart_stearnsp_joom546.i.id | 3 | 22.90 | Using where; Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_published,idx_published_parent_ordering | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.ic.category_id | 1 | 100.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.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.31 ms |
preparing | 0.07 ms |
executing | 3.19 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 |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:166 |
22 | Djc2CategoryNode->getProductCount() | JROOT/modules/mod_djc2categories/helper.php:130 |
21 | DJC2CategoriesModuleHelper::makeList() | JROOT/modules/mod_djc2categories/helper.php:77 |
20 | DJC2CategoriesModuleHelper::getHtml() | JROOT/modules/mod_djc2categories/mod_djc2categories.php:32 |
19 | include JROOT/modules/mod_djc2categories/mod_djc2categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:632 |
15 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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.74 ms After last query: 1.13 ms Query memory: 0.029 MB Memory before query: 23.918 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 ic.category_id IN (63)) AS category_filter
ON i.id = category_filter.item_id
WHERE i.published = 1
AND i.parent_id = 0
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-03-07 00:27:13')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-03-07 00:27:13')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | const | PRIMARY,idx_published,idx_published_parent_ordering | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | ic | NULL | ref | PRIMARY,item_category | PRIMARY | 4 | const | 6 | 100.00 | Using index |
1 | SIMPLE | i | NULL | eq_ref | PRIMARY,idx_published,idx_parent_id | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.ic.item_id | 1 | 16.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.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.16 ms |
preparing | 0.07 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.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:166 |
22 | Djc2CategoryNode->getProductCount() | JROOT/modules/mod_djc2categories/helper.php:130 |
21 | DJC2CategoriesModuleHelper::makeList() | JROOT/modules/mod_djc2categories/helper.php:77 |
20 | DJC2CategoriesModuleHelper::getHtml() | JROOT/modules/mod_djc2categories/mod_djc2categories.php:32 |
19 | include JROOT/modules/mod_djc2categories/mod_djc2categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:632 |
15 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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.10 ms After last query: 8.09 ms Query memory: 0.038 MB Memory before query: 24.351 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.17 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.11 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.27 ms |
preparing | 0.06 ms |
executing | 0.23 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 |
---|
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.79 ms After last query: 0.12 ms Query memory: 0.039 MB Memory before query: 24.380 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.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.12 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.30 ms After last query: 0.15 ms Query memory: 0.029 MB Memory before query: 24.438 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.02 ms |
executing | 1.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 |
---|
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: 0.42 ms After last query: 12.99 ms Query memory: 0.030 MB Memory before query: 25.240 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.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 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.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/components/com_djcatalog2/helpers/user.php:357 |
23 | Djcatalog2HelperUser::getUserProfile() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:134 |
22 | Djcatalog2Helper::getUser() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:253 |
21 | Djcatalog2Helper::getUserProfile() | JROOT/components/com_djcatalog2/models/items.php:66 |
20 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
19 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/modules/mod_djc2filters/helper.php:318 |
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.62 ms After last query: 0.12 ms Query memory: 0.032 MB Memory before query: 25.253 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.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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
24 | JDatabaseDriver->loadObject() | JROOT/components/com_djcatalog2/helpers/user.php:418 |
23 | Djcatalog2HelperUser::getUserProfile() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:134 |
22 | Djcatalog2Helper::getUser() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:253 |
21 | Djcatalog2Helper::getUserProfile() | JROOT/components/com_djcatalog2/models/items.php:66 |
20 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
19 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/modules/mod_djc2filters/helper.php:318 |
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.39 ms After last query: 0.12 ms Query memory: 0.032 MB Memory before query: 25.271 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.03 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/helpers/user.php:492 |
23 | Djcatalog2HelperUser::getUserProfile() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:134 |
22 | Djcatalog2Helper::getUser() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:253 |
21 | Djcatalog2Helper::getUserProfile() | JROOT/components/com_djcatalog2/models/items.php:66 |
20 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
19 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/modules/mod_djc2filters/helper.php:318 |
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: 1.23 ms After last query: 0.17 ms Query memory: 0.046 MB Memory before query: 25.284 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.22 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
Creating tmp table | 0.17 ms |
executing | 0.44 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1108 |
21 | DJCatalog2ModelItems->getAttributes() | JROOT/components/com_djcatalog2/models/items.php:108 |
20 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
19 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/modules/mod_djc2filters/helper.php:318 |
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.49 ms After last query: 0.15 ms Query memory: 0.036 MB Memory before query: 25.360 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/models/items.php:1118 |
21 | DJCatalog2ModelItems->getAttributes() | JROOT/components/com_djcatalog2/models/items.php:108 |
20 | DJCatalog2ModelItems->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
19 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/modules/mod_djc2filters/helper.php:318 |
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: 11.85 ms After last query: 0.50 ms Query memory: 0.039 MB Memory before query: 25.391 MB Rows returned: 86
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
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
WHERE c.published = 1
AND c.access IN (1,1,5)
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-03-07 00:27:13')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-03-07 00:27:13')
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 | 5 | 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 | i | NULL | 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 | idx_published | 4 | const | 197 | 3.04 | Using where; Using temporary |
2 | DERIVED | c | NULL | eq_ref | PRIMARY,idx_published,idx_published_parent_ordering,idx_access | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.cat_id | 1 | 100.00 | Using where; Distinct |
2 | DERIVED | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.producer_id | 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 | stearnsp_storyart_stearnsp_joom546.i.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 |
Status | Duration |
---|
starting | 0.23 ms |
Executing hook on transaction | 0.01 ms |
starting | 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 |
Opening tables | 0.21 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.06 ms |
statistics | 0.28 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 | 10.51 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.04 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: 7.85 ms After last query: 0.29 ms Query memory: 0.029 MB Memory before query: 25.484 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
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
WHERE c.published = 1
AND c.access IN (1,1,5)
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-03-07 00:27:13')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-03-07 00:27:13')
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 | 5 | 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 | i | NULL | 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 | idx_published | 4 | const | 197 | 3.04 | Using where; Using temporary |
2 | DERIVED | c | NULL | eq_ref | PRIMARY,idx_published,idx_published_parent_ordering,idx_access | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.cat_id | 1 | 100.00 | Using where; Distinct |
2 | DERIVED | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stearnsp_storyart_stearnsp_joom546.i.producer_id | 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 | stearnsp_storyart_stearnsp_joom546.i.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 |
Status | Duration |
---|
starting | 0.23 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.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.18 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.06 ms |
statistics | 0.30 ms |
preparing | 0.05 ms |
Creating tmp table | 0.05 ms |
statistics | 0.10 ms |
preparing | 0.02 ms |
Creating tmp table | 0.05 ms |
executing | 6.55 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 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.44 ms After last query: 55.95 ms Query memory: 0.027 MB Memory before query: 27.193 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-03-07 00:27:13')
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.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 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 |
---|
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 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
2 × 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 `id`,`name`,`rules`,`parent_id`
FROM `rxezm_assets`
2 × SELECT c.*
FROM rxezm_djc2_categories AS c
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
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
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
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
1 × SELECT o.id, o.field_id
FROM rxezm_djc2_items_extra_fields_options AS o
1 × 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
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 *
from rxezm_djc2_countries
1 × SELECT id
FROM rxezm_djc2_customer_groups
1 × SELECT distinct *
FROM rxezm_djc2_items_extra_fields_values_text
1 × SELECT *
FROM rxezm_djc2_items_extra_fields_options
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 `data`
FROM `rxezm_session`
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 `session_id`
FROM `rxezm_session`
1 × SELECT `m`.`tag_id`,`t`.*
FROM `rxezm_contentitem_tag_map` AS m
INNER JOIN `rxezm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × SELECT COUNT(*)
FROM rxezm_content AS a
LEFT JOIN rxezm_categories AS c
ON c.id = a.catid
LEFT JOIN rxezm_users AS ua
ON ua.id = a.created_by
LEFT JOIN rxezm_users AS uam
ON uam.id = a.modified_by
LEFT JOIN rxezm_categories as parent
ON parent.id = c.parent_id
LEFT JOIN rxezm_content_rating AS v
ON a.id = v.content_id
1 × SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating, COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM rxezm_content AS a
LEFT JOIN rxezm_categories AS c
ON c.id = a.catid
LEFT JOIN rxezm_users AS ua
ON ua.id = a.created_by
LEFT JOIN rxezm_users AS uam
ON uam.id = a.modified_by
LEFT JOIN rxezm_categories as parent
ON parent.id = c.parent_id
LEFT JOIN rxezm_content_rating AS v
ON a.id = v.content_id
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,( SELECT COUNT(i.`id`)
FROM `rxezm_content` AS `i`
1 × SELECT `source`,`keepurlparams`
FROM `rxezm_admintools_redirects`
1 × SELECT *
FROM `rxezm_nextend2_section_storage`
1 × SELECT *
FROM `rxezm_admintools_wafexceptions`
1 × SELECT `value`
FROM `rxezm_admintools_storage`
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 id, rules
FROM `rxezm_viewlevels
1 × SELECT id, name, currency, symbol, is_default
FROM rxezm_djc2_currencies