Query Time: 0.27 ms Query memory: 0.025 MB Memory before query: 4.103 MB Rows returned: 0
SELECT `data`
FROM `rxezm_session`
WHERE `session_id` = X'3366623930623761386633313061653066393338356137616432373838336362'
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.04 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
executing | 0.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 |
---|
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.26 ms After last query: 1.87 ms Query memory: 0.022 MB Memory before query: 4.204 MB Rows returned: 0
SELECT `session_id`
FROM `rxezm_session`
WHERE `session_id` = X'3366623930623761386633313061653066393338356137616432373838336362'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.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.01 ms |
query end | 0.00 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: 6.74 ms After last query: 0.13 ms Query memory: 0.004 MB Memory before query: 4.210 MB
INSERT INTO `rxezm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3366623930623761386633313061653066393338356137616432373838336362', 1, 1740003409, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `rxezm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3366623930623761386633313061653066393338356137616432373838336362', 1, 1740003409, 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.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 6.44 ms |
closing tables | 0.02 ms |
freeing items | 0.02 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.38 ms After last query: 8.65 ms Query memory: 0.023 MB Memory before query: 4.778 MB Rows returned: 5
SELECT id, rules
FROM `rxezm_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.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.44 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 4.790 MB Rows returned: 2
SELECT b.id
FROM rxezm_usergroups AS a
LEFT JOIN rxezm_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.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.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
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.34 ms After last query: 23.68 ms Query memory: 0.024 MB Memory before query: 6.592 MB Rows returned: 1
SELECT `value`
FROM `rxezm_admintools_storage`
WHERE `key` = 'cparams'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.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 |
preparing | 0.02 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 |
---|
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.45 ms After last query: 2.29 ms Query memory: 0.023 MB Memory before query: 6.721 MB Rows returned: 0
SELECT `query`
FROM `rxezm_admintools_wafexceptions`
WHERE (`option` IS NULL OR `option` = '' OR `option` = 'com_djcatalog2')
AND (`view` IS NULL OR `view` = '' OR `view` = 'cart')
GROUP BY `query`
ORDER BY `query` ASC
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; Using temporary; Using filesort |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
Creating tmp table | 0.05 ms |
executing | 0.07 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 |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/admintools/main.php:813 |
10 | plgSystemAdmintools->loadWAFExceptionsByOption() | JROOT/plugins/system/admintools/admintools/main.php:651 |
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.41 ms After last query: 26.67 ms Query memory: 0.026 MB Memory before query: 8.601 MB Rows returned: 1
SELECT *
FROM `rxezm_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_nextend2_section_storage | NULL | ref | application,application_2 | application | 284 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.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.03 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
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.42 ms After last query: 50.53 ms Query memory: 0.023 MB Memory before query: 10.985 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `rxezm_admintools_redirects`
WHERE ((`dest` = 'index.php') OR (`dest` = 'index.php?Itemid=678&option=com_djcatalog2&view=cart') OR ('index.php?Itemid=678&option=com_djcatalog2&view=cart' 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.08 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.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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: 3.23 ms After last query: 34.39 ms Query memory: 0.005 MB Memory before query: 13.261 MB
UPDATE `rxezm_extensions`
SET `params` = '{\"mediaversion\":\"f4c7fa3b8e8e5e691f5211b23e64b34c\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `rxezm_extensions`
SET `params` = '{\"mediaversion\":\"f4c7fa3b8e8e5e691f5211b23e64b34c\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
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.14 ms |
updating | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 2.70 ms |
closing tables | 0.02 ms |
freeing items | 0.02 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.67 ms After last query: 37.83 ms Query memory: 0.178 MB Memory before query: 16.385 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.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.06 ms |
executing | 1.20 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:346 |
12 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
11 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
10 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:65 |
9 | Djcatalog2Helper::getParams() | JROOT/components/com_djcatalog2/controller.php:36 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.23 ms After last query: 0.50 ms Query memory: 0.028 MB Memory before query: 16.711 MB Rows returned: 25
SELECT i.id, img.fullname as item_image, img.caption AS image_caption, img.path AS image_path, img.fullpath AS image_fullpath
FROM rxezm_djc2_categories as i
INNER JOIN rxezm_djc2_images as img
on img.id=(select id
from rxezm_djc2_images
where type='category'
and item_id=i.id
order by ordering asc
limit 1)
WHERE (i.language = 'en-GB' OR i.language = '*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | i | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | 19.00 | Using where |
1 | PRIMARY | img | NULL | eq_ref | PRIMARY | PRIMARY | 4 | func | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | rxezm_djc2_images | NULL | ref | idx_type_item,idx_item_type,idx_item_type_ordering | idx_item_type_ordering | 198 | stearnsp_storyart_stearnsp_joom546.i.id,const | 1 | 100.00 | Using index; Using filesort |
Status | Duration |
---|
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.13 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.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.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:359 |
12 | Djc2Categories->getCategories() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:207 |
11 | Djc2Categories->__construct() | JROOT/administrator/components/com_djcatalog2/lib/categories.php:245 |
10 | Djc2Categories::getInstance() | JROOT/components/com_djcatalog2/helpers/djcatalog2.php:65 |
9 | Djcatalog2Helper::getParams() | JROOT/components/com_djcatalog2/controller.php:36 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 11.03 ms Query memory: 0.023 MB Memory before query: 17.369 MB Rows returned: 16
select alias
from rxezm_djc2_items_extra_fields
where type='checkbox' or type='radio' or type='select'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rxezm_djc2_items_extra_fields | NULL | ALL | idx_type | NO INDEX KEY COULD BE USED | NULL | NULL | 21 | 85.71 | Using where |
Status | Duration |
---|
starting | 0.11 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.14 ms |
preparing | 0.04 ms |
executing | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/components/com_djcatalog2/controller.php:127 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 3.16 ms Query memory: 0.025 MB Memory before query: 17.502 MB Rows returned: 0
SELECT id, name, currency, symbol, is_default
FROM rxezm_djc2_currencies
WHERE is_default=1
UNION ALL (
SELECT c2.id, c2.name, c2.currency, c2.symbol, c2.is_default
FROM rxezm_djc2_currencies AS c2
INNER JOIN rxezm_djc2_currency_exchange AS e2
ON e2.base_id=c2.id
INNER JOIN rxezm_djc2_currencies AS c3
ON c3.id=e2.target_id
WHERE c3.is_default=1
AND c2.is_default=0
AND DATE(e2.rate_date) <= DATE('2025-02-19 22:16:49')
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.13 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.11 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_djcatalog2/helpers/price.php:196 |
14 | Djcatalog2HelperPrice::getCurrencies() | JROOT/components/com_djcatalog2/helpers/price.php:212 |
13 | Djcatalog2HelperPrice::getCurrencyDefault() | JROOT/components/com_djcatalog2/helpers/cart.php:1680 |
12 | Djcatalog2HelperCart->recalculate() | JROOT/components/com_djcatalog2/helpers/cart.php:328 |
11 | Djcatalog2HelperCart::getInstance() | JROOT/components/com_djcatalog2/views/cart/view.html.php:43 |
10 | DJCatalog2ViewCart->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.95 ms After last query: 5.52 ms Query memory: 0.034 MB Memory before query: 17.687 MB Rows returned: 27
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM rxezm_modules AS m
LEFT JOIN rxezm_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN rxezm_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-02-19 22:16:49')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-02-19 22:16:49')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 678 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.14 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 | 1.95 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.06 ms |
statistics | 0.15 ms |
preparing | 0.08 ms |
executing | 3.33 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_djcatalog2/views/cart/tmpl/default.php:86 |
13 | include JROOT/components/com_djcatalog2/views/cart/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_djcatalog2/views/cart/view.html.php:144 |
10 | DJCatalog2ViewCart->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_djcatalog2/controller.php:139 |
8 | DJCatalog2Controller->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_djcatalog2/djcatalog2.php:58 |
6 | require_once JROOT/components/com_djcatalog2/djcatalog2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.57 ms After last query: 44.36 ms Query memory: 0.029 MB Memory before query: 19.182 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-02-19 22:16:49')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-19 22:16:49')
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.15 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.11 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.05 ms |
statistics | 1.15 ms |
preparing | 0.10 ms |
executing | 4.78 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.05 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.51 ms After last query: 0.23 ms Query memory: 0.178 MB Memory before query: 19.189 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.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.02 ms |
statistics | 0.10 ms |
preparing | 0.06 ms |
executing | 1.11 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: 3.84 ms After last query: 0.39 ms Query memory: 0.034 MB Memory before query: 19.515 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.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.02 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.04 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
executing | 0.03 ms |
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: 2.82 ms After last query: 3.13 ms Query memory: 0.029 MB Memory before query: 19.668 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-02-19 22:16:49')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-19 22:16:49')
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.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.03 ms |
statistics | 0.31 ms |
preparing | 0.07 ms |
executing | 2.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.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.68 ms After last query: 1.28 ms Query memory: 0.029 MB Memory before query: 19.681 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-02-19 22:16:49')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-19 22:16:49')
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.08 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.00 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.20 ms |
preparing | 0.06 ms |
executing | 1.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.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: 4.92 ms After last query: 1.25 ms Query memory: 0.029 MB Memory before query: 19.695 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-02-19 22:16:49')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-19 22:16:49')
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.07 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.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.25 ms |
preparing | 0.08 ms |
executing | 4.24 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 |
---|
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.91 ms After last query: 1.37 ms Query memory: 0.029 MB Memory before query: 19.708 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-02-19 22:16:49')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-19 22:16:49')
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.13 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.21 ms |
preparing | 0.09 ms |
executing | 0.13 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 |
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 c.*
FROM rxezm_djc2_categories AS c
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
1 × SELECT `data`
FROM `rxezm_session`
1 × SELECT `session_id`
FROM `rxezm_session`
1 × SELECT id, rules
FROM `rxezm_viewlevels
1 × SELECT b.id
FROM rxezm_usergroups AS a
LEFT JOIN rxezm_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `value`
FROM `rxezm_admintools_storage`
1 × SELECT `query`
FROM `rxezm_admintools_wafexceptions`
1 × SELECT *
FROM `rxezm_nextend2_section_storage`
1 × SELECT `source`,`keepurlparams`
FROM `rxezm_admintools_redirects`
1 × select alias
from rxezm_djc2_items_extra_fields
1 × SELECT id, name, currency, symbol, is_default
FROM rxezm_djc2_currencies
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