Query Time: 0.46 ms Query memory: 0.022 MB Memory before query: 0.913 MB Rows returned: 1
SELECT `data`
FROM `jos3b_session`
WHERE `session_id` = 'uof9i5ecknj3hnlbvsj92gf8i4'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_session | const | PRIMARY | PRIMARY | 766 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 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:82 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:648 |
| 9 | JSession->_start() | JROOT/libraries/joomla/session/session.php:608 |
| 8 | JSession->start() | JROOT/libraries/joomla/session/session.php:486 |
| 7 | JSession->get() | JROOT/libraries/joomla/session/session.php:443 |
| 6 | JSession->isNew() | JROOT/libraries/cms/application/cms.php:829 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:413 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.61 ms After last query: 1.37 ms Query memory: 0.018 MB Memory before query: 1.021 MB Rows returned: 38
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos3b_extensions`
WHERE `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | extension | extension | 82 | const | 22 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/component/helper.php:447 |
| 9 | JComponentHelper::{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:455 |
| 6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
| 5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:111 |
| 4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:593 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 1.31 ms Query memory: 0.014 MB Memory before query: 1.111 MB Rows returned: 5
SELECT id, rules
FROM `jos3b_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:1061 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:309 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.17 ms Query memory: 0.015 MB Memory before query: 1.135 MB Rows returned: 2
SELECT b.id
FROM jos3b_usergroups AS a
LEFT JOIN jos3b_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:978 |
| 9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:1093 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:309 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 0.36 ms Query memory: 0.018 MB Memory before query: 1.172 MB Rows returned: 94
SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM jos3b_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 208 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:327 |
| 9 | JPluginHelper::{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/plugin/helper.php:332 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 7.81 ms Query memory: 0.017 MB Memory before query: 1.868 MB Rows returned: 116
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
| 9 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
| 8 | JSNConfigHelper::get() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:98 |
| 7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/cms/plugin/helper.php:271 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:181 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:683 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 1.905 MB Rows returned: 2
SELECT name,value
FROM jos3b_jsn_poweradmin_config
WHERE 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_poweradmin_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
| 8 | JSNConfigHelper::get() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:98 |
| 7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/cms/plugin/helper.php:271 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:181 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:683 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.74 ms Query memory: 0.014 MB Memory before query: 1.927 MB Rows returned: 1
SELECT COUNT(*)
FROM jos3b_extensions
WHERE element="jsnadminbar"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:910 |
| 8 | plgSystemJsnpoweradmin->_removeAdminBarPlugin() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:105 |
| 7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/cms/plugin/helper.php:271 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:181 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:683 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 6.53 ms Query memory: 0.019 MB Memory before query: 2.160 MB Rows returned: 116
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
| 11 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
| 10 | JSNConfigHelper::get() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:114 |
| 9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:684 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.19 ms Query memory: 0.016 MB Memory before query: 2.199 MB Rows returned: 5
SELECT name,value
FROM jos3b_jsn_mobilize_config
WHERE 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_mobilize_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
| 10 | JSNConfigHelper::get() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:114 |
| 9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:684 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.43 ms Query memory: 0.018 MB Memory before query: 2.204 MB Rows returned: 1
SELECT *
FROM jos3b_jsn_mobilize_os
WHERE os_type = 'other'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_mobilize_os | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:445 |
| 11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
| 10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:144 |
| 9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:684 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 1.33 ms Query memory: 0.019 MB Memory before query: 2.224 MB Rows returned: 0
SELECT *
FROM jos3b_jsn_mobilize_profiles AS p
INNER JOIN jos3b_jsn_mobilize_os_support AS s
ON s.profile_id = p.profile_id
WHERE s.os_id = '11'
AND p.profile_state = 1
AND p.profile_device = "jsn_mobile"
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | p | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| 1 | SIMPLE | s | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 12 | JDatabaseDriver->loadObject() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:512 |
| 11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
| 10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:144 |
| 9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:684 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.11 ms Query memory: 0.018 MB Memory before query: 2.239 MB Rows returned: 0
SELECT *
FROM jos3b_jsn_mobilize_design
WHERE profile_id = ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_mobilize_design | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 22 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:519 |
| 11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
| 10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:144 |
| 9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:684 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.82 ms Query memory: 0.038 MB Memory before query: 2.326 MB Rows returned: 36
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM jos3b_menu AS m
LEFT JOIN jos3b_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 1 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
| 22 | JMenuSite->{closure}() | Same as call in the line below. |
| 21 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 20 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
| 19 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 18 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 17 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:129 |
| 16 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:444 |
| 15 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
| 14 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:59 |
| 13 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:198 |
| 12 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:549 |
| 11 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:402 |
| 10 | JApplicationSite::getRouter() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:170 |
| 9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:684 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 6.46 ms Query memory: 0.018 MB Memory before query: 2.866 MB Rows returned: 1
SELECT *
FROM jos3b_jsn_mobilize_os
WHERE os_type = 'other'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_mobilize_os | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:445 |
| 11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
| 10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:282 |
| 9 | PlgSystemJSNMobilize->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 1.33 ms Query memory: 0.019 MB Memory before query: 2.886 MB Rows returned: 0
SELECT *
FROM jos3b_jsn_mobilize_profiles AS p
INNER JOIN jos3b_jsn_mobilize_os_support AS s
ON s.profile_id = p.profile_id
WHERE s.os_id = '11'
AND p.profile_state = 1
AND p.profile_device = "jsn_mobile"
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | p | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| 1 | SIMPLE | s | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 12 | JDatabaseDriver->loadObject() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:512 |
| 11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
| 10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:282 |
| 9 | PlgSystemJSNMobilize->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.11 ms Query memory: 0.018 MB Memory before query: 2.901 MB Rows returned: 0
SELECT *
FROM jos3b_jsn_mobilize_design
WHERE profile_id = ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_mobilize_design | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 22 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:519 |
| 11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
| 10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:282 |
| 9 | PlgSystemJSNMobilize->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.36 ms Query memory: 0.025 MB Memory before query: 2.938 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos3b_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 19 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 |
| 18 | JLibraryHelper::{closure}() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 16 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 |
| 15 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 |
| 14 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 |
| 13 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 |
| 12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
| 11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 10 | JFactory::getDocument() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:390 |
| 9 | plgSystemJsnpoweradmin->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.24 ms Query memory: 0.017 MB Memory before query: 2.944 MB
UPDATE `jos3b_extensions`
SET `params` = '{\"mediaversion\":\"0c61223c1c29b877cd056cba7ea50039\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `jos3b_extensions`
SET `params` = '{\"mediaversion\":\"0c61223c1c29b877cd056cba7ea50039\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:116 |
| 14 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 |
| 13 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 |
| 12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
| 11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 10 | JFactory::getDocument() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:390 |
| 9 | plgSystemJsnpoweradmin->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.75 ms Query memory: 0.018 MB Memory before query: 3.027 MB Rows returned: 3
SELECT id, home, template, s.params
FROM jos3b_template_styles as s
LEFT JOIN jos3b_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | henc7372_joom775.s.template,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:485 |
| 12 | JApplicationSite->getTemplate() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/loader.php:33 |
| 11 | jsn_template_framework_class_loader() | Same as call in the line below. |
| 10 | spl_autoload_call() | JROOT/plugins/system/jsntplframework/jsntplframework.php:187 |
| 9 | PlgSystemJSNTPLFramework->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.42 ms Query memory: 0.018 MB Memory before query: 3.054 MB Rows returned: 1
SELECT manifest_cache
FROM jos3b_extensions
WHERE element LIKE 'jsn_corsa_free'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | range | element_clientid,element_folder_clientid | element_folder_clientid | 402 | NULL | 6 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 14 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/helper.php:122 |
| 13 | JSNTplHelper::getManifestCache() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/helper.php:217 |
| 12 | JSNTplHelper::getTemplateVersion() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/loader.php:35 |
| 11 | jsn_template_framework_class_loader() | Same as call in the line below. |
| 10 | spl_autoload_call() | JROOT/plugins/system/jsntplframework/jsntplframework.php:187 |
| 9 | PlgSystemJSNTPLFramework->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 3.64 ms Query memory: 0.017 MB Memory before query: 3.177 MB Rows returned: 1
SELECT COUNT(*)
FROM jos3b_extensions
WHERE type = 'component'
AND element = 'com_sh404sef'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 12 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:1166 |
| 11 | JSNTplUtils->checkSH404SEF() | JROOT/plugins/system/jsntplframework/includes/core/jsntplframework.php:36 |
| 10 | JSNTPLFramework::initial() | JROOT/plugins/system/jsntplframework/jsntplframework.php:191 |
| 9 | PlgSystemJSNTPLFramework->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.39 ms Query memory: 0.014 MB Memory before query: 3.218 MB Rows returned: 1
SELECT *
FROM jos3b_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_languages | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:148 |
| 5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:327 |
| 4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 3.71 ms Query memory: 0.028 MB Memory before query: 3.548 MB Rows returned: 38
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos3b_assets`
WHERE `name` IN ('root.1','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_easyslider','com_fields','com_finder','com_imageshow','com_installer','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_mobilize','com_modules','com_newsfeeds','com_pagebuilder','com_plugins','com_postinstall','com_poweradmin','com_redirect','com_search','com_tags','com_templates','com_uniform','com_users','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 39 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |
| 18 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
| 17 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
| 16 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
| 15 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 14 | JUser->authorise() | JROOT/components/com_content/models/category.php:142 |
| 13 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:434 |
| 12 | JModelLegacy->getState() | JROOT/libraries/legacy/view/category.php:115 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.40 ms Query memory: 0.037 MB Memory before query: 3.633 MB Rows returned: 271
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos3b_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_assets | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 417 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:357 |
| 18 | JAccess::preloadPermissions() | JROOT/libraries/joomla/access/access.php:224 |
| 17 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:538 |
| 16 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
| 15 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 14 | JUser->authorise() | JROOT/components/com_content/models/category.php:142 |
| 13 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:434 |
| 12 | JModelLegacy->getState() | JROOT/libraries/legacy/view/category.php:115 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.49 ms After last query: 2.30 ms Query memory: 0.030 MB Memory before query: 4.098 MB Rows returned: 5
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,COUNT(i.`id`) AS numitems
FROM jos3b_categories as c
LEFT JOIN jos3b_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN `jos3b_content` AS i
ON i.`catid` = c.id
AND i.state = 1
WHERE (c.extension='com_content' OR c.extension='system')
AND c.published = 1
AND s.id=29
GROUP BY 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
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
| 1 | SIMPLE | c | ALL | cat_idx,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
| 1 | SIMPLE | i | ref | idx_state,idx_catid | idx_catid | 4 | henc7372_joom775.c.id | 6 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:304 |
| 15 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
| 14 | JCategories->get() | JROOT/components/com_content/models/category.php:355 |
| 13 | ContentModelCategory->getCategory() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:121 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.05 ms After last query: 1.30 ms Query memory: 0.034 MB Memory before query: 4.212 MB Rows returned: 4
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,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,
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 jos3b_content AS a
LEFT JOIN jos3b_categories AS c
ON c.id = a.catid
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos3b_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos3b_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos3b_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 = 29 OR a.catid IN (
SELECT sub.id
FROM jos3b_categories as sub
INNER JOIN jos3b_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id = 29))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-03 15:54:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-03 15:54:08')
ORDER BY
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created
LIMIT 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | v | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found |
| 1 | PRIMARY | a | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 213 | Using where; Using filesort |
| 1 | PRIMARY | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | henc7372_joom775.a.catid | 1 | Using index condition; Using where |
| 1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.created_by | 1 | Using where |
| 1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.modified_by | 1 | Using where |
| 1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.c.parent_id | 1 | Using where |
| 2 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 2 | MATERIALIZED | sub | ALL | PRIMARY,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
| 16 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:186 |
| 15 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:536 |
| 14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
| 13 | ContentModelCategory->getItems() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:143 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 1.06 ms Query memory: 0.029 MB Memory before query: 4.353 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `jos3b_contentitem_tag_map` AS m
INNER JOIN `jos3b_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 13
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
| 15 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
| 14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
| 13 | ContentModelCategory->getItems() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:143 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.51 ms Query memory: 0.029 MB Memory before query: 4.400 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `jos3b_contentitem_tag_map` AS m
INNER JOIN `jos3b_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 20
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
| 15 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
| 14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
| 13 | ContentModelCategory->getItems() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:143 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.50 ms Query memory: 0.029 MB Memory before query: 4.446 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `jos3b_contentitem_tag_map` AS m
INNER JOIN `jos3b_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 23
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
| 15 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
| 14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
| 13 | ContentModelCategory->getItems() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:143 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.51 ms Query memory: 0.029 MB Memory before query: 4.492 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `jos3b_contentitem_tag_map` AS m
INNER JOIN `jos3b_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 58
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
| 15 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
| 14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
| 13 | ContentModelCategory->getItems() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:143 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.62 ms After last query: 0.41 ms Query memory: 0.024 MB Memory before query: 4.525 MB Rows returned: 1
SELECT COUNT(*)
FROM jos3b_content AS a
LEFT JOIN jos3b_categories AS c
ON c.id = a.catid
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos3b_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos3b_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos3b_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 = 29 OR a.catid IN (
SELECT sub.id
FROM jos3b_categories as sub
INNER JOIN jos3b_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id = 29))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-03 15:54:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-03 15:54:08')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | v | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found |
| 1 | PRIMARY | a | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 213 | Using where |
| 1 | PRIMARY | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | henc7372_joom775.a.catid | 1 | Using index condition; Using where |
| 2 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 2 | MATERIALIZED | sub | ALL | PRIMARY,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 17 | JDatabaseDriver->loadResult() | JROOT/libraries/legacy/model/legacy.php:334 |
| 16 | JModelLegacy->_getListCount() | JROOT/libraries/legacy/model/list.php:281 |
| 15 | JModelList->getTotal() | JROOT/libraries/legacy/model/list.php:231 |
| 14 | JModelList->getPagination() | JROOT/components/com_content/models/category.php:265 |
| 13 | ContentModelCategory->getItems() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:143 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.36 ms Query memory: 0.026 MB Memory before query: 4.544 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `jos3b_contentitem_tag_map` AS m
INNER JOIN `jos3b_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 29
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
| 12 | JHelperTags->getItemTags() | JROOT/libraries/legacy/view/category.php:225 |
| 11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 3.43 ms Query memory: 0.035 MB Memory before query: 4.744 MB Rows returned: 5
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM jos3b_categories as c
LEFT JOIN jos3b_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=29
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:304 |
| 20 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
| 19 | JCategories->get() | JROOT/administrator/components/com_fields/models/fields.php:197 |
| 18 | FieldsModelFields->getListQuery() | JROOT/libraries/legacy/model/list.php:132 |
| 17 | JModelList->_getListQuery() | JROOT/libraries/legacy/model/list.php:186 |
| 16 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
| 14 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.37 ms Query memory: 0.032 MB Memory before query: 4.806 MB Rows returned: 0
SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state
FROM jos3b_fields AS a
LEFT JOIN `jos3b_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos3b_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos3b_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos3b_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jos3b_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (29,0,14))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
| 18 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
| 16 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
| 14 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 1.07 ms Query memory: 0.025 MB Memory before query: 4.918 MB Rows returned: 0
SELECT `name`, `value`
FROM `jos3b_jsn_imageshow_config`
WHERE `name` IN ('show_quick_icons', 'enable_update_checking', 'number_of_images_on_loading')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_imageshow_config | range | name | name | 767 | NULL | 3 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_parameter.php:81 |
| 17 | JSNISParameter->getParameters() | JROOT/administrator/components/com_imageshow/imageshow.defines.php:27 |
| 16 | require_once JROOT/administrator/components/com_imageshow/imageshow.defines.php | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:16 |
| 15 | include_once JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php | JROOT/plugins/content/imageshow/imageshow.php:28 |
| 14 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 1.12 ms Query memory: 0.026 MB Memory before query: 5.013 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 15 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
| 14 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.40 ms Query memory: 0.022 MB Memory before query: 5.034 MB Rows returned: 1
SELECT MAX(contact.id) AS contactid, contact.alias, contact.catid
FROM `jos3b_contact_details` AS `contact`
WHERE contact.published = 1
AND contact.user_id = 129
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | contact | ALL | idx_state | NO INDEX KEY COULD BE USED | NULL | NULL | 11 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/content/contact/contact.php:108 |
| 15 | PlgContentContact->getContactId() | JROOT/plugins/content/contact/contact.php:60 |
| 14 | PlgContentContact->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.65 ms Query memory: 0.039 MB Memory before query: 5.079 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
FROM jos3b_categories as c
LEFT JOIN jos3b_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_contact' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=88
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 26 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:304 |
| 25 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
| 24 | JCategories->get() | JROOT/components/com_contact/router.php:68 |
| 23 | ContactRouter->getCategorySegment() | Same as call in the line below. |
| 22 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 21 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 20 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 19 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 18 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/content/contact/contact.php:66 |
| 14 | PlgContentContact->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 2.15 ms Query memory: 0.026 MB Memory before query: 5.303 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 15 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
| 14 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.80 ms Query memory: 0.032 MB Memory before query: 5.326 MB Rows returned: 0
SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state
FROM jos3b_fields AS a
LEFT JOIN `jos3b_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos3b_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos3b_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos3b_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jos3b_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (30,0,29,14))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
| 18 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
| 16 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
| 14 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.24 ms Query memory: 0.026 MB Memory before query: 5.353 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 15 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
| 14 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.71 ms Query memory: 0.026 MB Memory before query: 5.376 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 15 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
| 14 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:108 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 9.54 ms Query memory: 0.038 MB Memory before query: 5.588 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 26 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 25 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
| 24 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 23 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 20 | JHtmlContent::prepare() | Same as call in the line below. |
| 19 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 18 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
| 17 | JHtml::_() | JROOT/plugins/system/jsntplframework/html/com_content/category/blog_children.php:62 |
| 16 | include JROOT/plugins/system/jsntplframework/html/com_content/category/blog_children.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:663 |
| 15 | JViewLegacy->loadTemplate() | JROOT/plugins/system/jsntplframework/html/com_content/category/blog.php:119 |
| 14 | include JROOT/plugins/system/jsntplframework/html/com_content/category/blog.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:663 |
| 13 | JViewLegacy->loadTemplate() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:211 |
| 12 | JViewLegacy->display() | JROOT/libraries/legacy/view/category.php:241 |
| 11 | JViewCategory->display() | JROOT/components/com_content/views/category/view.html.php:260 |
| 10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.28 ms After last query: 2.89 ms Query memory: 0.028 MB Memory before query: 5.675 MB Rows returned: 43
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos3b_modules AS m
LEFT JOIN jos3b_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos3b_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-11-03 15:54:08')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-03 15:54:08')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 435 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 99 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | henc7372_joom775.m.module,const | 1 | Using index condition; Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.m.id | 3 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 1.77 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:467 |
| 13 | JModuleHelper::getModuleList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:410 |
| 12 | JModuleHelper::load() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:89 |
| 11 | JModuleHelper::getModules() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:168 |
| 10 | JSNTplUtils->countModules() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:493 |
| 9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
| 8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_corsa_free/index.php:18 |
| 7 | require JROOT/templates/jsn_corsa_free/index.php | JROOT/libraries/joomla/document/html.php:653 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 1.94 ms Query memory: 0.020 MB Memory before query: 5.787 MB Rows returned: 0
SELECT m.id
FROM jos3b_modules AS m
INNER JOIN jos3b_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid < 0
AND mm.menuid = -435)
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "user5", "user6", "user7", "footer", "bottom", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where |
| 1 | SIMPLE | mm | eq_ref | PRIMARY | PRIMARY | 8 | henc7372_joom775.m.id,const | 1 | Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.11 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:720 |
| 13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:761 |
| 12 | JSNTplUtils->checkK2() | JROOT/templates/jsn_corsa_free/template_custom.php:23 |
| 11 | include_once JROOT/templates/jsn_corsa_free/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:997 |
| 10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:737 |
| 9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
| 8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_corsa_free/index.php:18 |
| 7 | require JROOT/templates/jsn_corsa_free/index.php | JROOT/libraries/joomla/document/html.php:653 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.14 ms Query memory: 0.020 MB Memory before query: 5.808 MB Rows returned: 0
SELECT m.id
FROM jos3b_modules AS m
INNER JOIN jos3b_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid = 435 OR mm.menuid = 0 OR (mm.menuid < 0
AND mm.menuid != -435))
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "user5", "user6", "user7", "footer", "bottom", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
GROUP BY m.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.m.id | 3 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| Creating sort index | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:741 |
| 13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:761 |
| 12 | JSNTplUtils->checkK2() | JROOT/templates/jsn_corsa_free/template_custom.php:23 |
| 11 | include_once JROOT/templates/jsn_corsa_free/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:997 |
| 10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:737 |
| 9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
| 8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_corsa_free/index.php:18 |
| 7 | require JROOT/templates/jsn_corsa_free/index.php | JROOT/libraries/joomla/document/html.php:653 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 1.89 ms Query memory: 0.015 MB Memory before query: 5.853 MB Rows returned: 0
SELECT assets, legacy
FROM jos3b_jsn_poweradmin_menu_assets
WHERE type='css'
AND menuId='435'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
| 9 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:209 |
| 8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.11 ms Query memory: 0.015 MB Memory before query: 5.867 MB Rows returned: 0
SELECT assets, legacy
FROM jos3b_jsn_poweradmin_menu_assets
WHERE type='js'
AND menuId='435'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
| 9 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:210 |
| 8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.11 ms Query memory: 0.016 MB Memory before query: 5.881 MB Rows returned: 1
SELECT parent_id
FROM jos3b_menu
WHERE id='435'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
| 10 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
| 9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:215 |
| 8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.11 ms Query memory: 0.016 MB Memory before query: 5.896 MB Rows returned: 0
SELECT assets, legacy
FROM jos3b_jsn_poweradmin_menu_assets
WHERE type='css'
AND menuId='1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
| 10 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:416 |
| 9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:215 |
| 8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.11 ms Query memory: 0.017 MB Memory before query: 5.911 MB Rows returned: 1
SELECT parent_id
FROM jos3b_menu
WHERE id='1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
| 11 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
| 10 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:432 |
| 9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:215 |
| 8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.11 ms Query memory: 0.016 MB Memory before query: 5.927 MB Rows returned: 1
SELECT parent_id
FROM jos3b_menu
WHERE id='435'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
| 10 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
| 9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:248 |
| 8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.11 ms Query memory: 0.016 MB Memory before query: 5.942 MB Rows returned: 0
SELECT assets, legacy
FROM jos3b_jsn_poweradmin_menu_assets
WHERE type='js'
AND menuId='1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
| 10 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:416 |
| 9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:248 |
| 8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.10 ms Query memory: 0.017 MB Memory before query: 5.957 MB Rows returned: 1
SELECT parent_id
FROM jos3b_menu
WHERE id='1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
| 11 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
| 10 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:432 |
| 9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:248 |
| 8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.86 ms After last query: 0.59 ms Query memory: 0.022 MB Memory before query: 5.996 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `jos3b_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos3b_extensions`
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.24 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.07 ms |
| closing tables | 0.02 ms |
| checking permissions | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Removing tmp table | 0.08 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 12 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 11 | JTable->__construct() | JROOT/libraries/joomla/table/extension.php:31 |
| 10 | JTableExtension->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 9 | JTable::getInstance() | JROOT/plugins/system/pagebuilder/pagebuilder.php:68 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.71 ms Query memory: 0.019 MB Memory before query: 6.068 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE `element` = 'jsnframework'
AND `type` = 'plugin'
AND `folder` = 'system'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 804 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.14 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 9 | JTable->load() | JROOT/plugins/system/pagebuilder/pagebuilder.php:75 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.38 ms Query memory: 0.017 MB Memory before query: 6.080 MB Rows returned: 116
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.28 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Removing tmp table | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
| 10 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
| 9 | JSNConfigHelper::get() | JROOT/plugins/system/pagebuilder/pagebuilder.php:135 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.21 ms Query memory: 0.015 MB Memory before query: 6.118 MB Rows returned: 2
SELECT name,value
FROM jos3b_jsn_pagebuilder_config
WHERE 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_pagebuilder_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
| 9 | JSNConfigHelper::get() | JROOT/plugins/system/pagebuilder/pagebuilder.php:135 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 3.37 ms Query memory: 0.024 MB Memory before query: 6.351 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_k2'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 18 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 17 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 16 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:107 |
| 15 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
| 14 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
| 13 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
| 12 | JSNPBShortcodeArticleList->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:424 |
| 9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.16 ms Query memory: 0.024 MB Memory before query: 6.375 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_easyblog'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 18 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 17 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 16 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:113 |
| 15 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
| 14 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
| 13 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
| 12 | JSNPBShortcodeArticleList->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:424 |
| 9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 4.00 ms Query memory: 0.020 MB Memory before query: 6.708 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_easyslider'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 14 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 13 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/easyslider/easyslider.php:31 |
| 12 | JSNPBShortcodeEasyslider->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:424 |
| 9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 2.69 ms Query memory: 0.020 MB Memory before query: 6.895 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_imageshow'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.12 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 14 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 13 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/imageshow/imageshow.php:31 |
| 12 | JSNPBShortcodeImageShow->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:424 |
| 9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 12.27 ms Query memory: 0.020 MB Memory before query: 7.721 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_uniform'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.11 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 14 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 13 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/uniform/uniform.php:32 |
| 12 | JSNPBShortcodeUniform->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:424 |
| 9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.54 ms After last query: 5.79 ms Query memory: 0.021 MB Memory before query: 7.931 MB Rows returned: 43
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos3b_modules AS m
LEFT JOIN jos3b_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos3b_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-11-03 15:54:08')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-03 15:54:08')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 435 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 99 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | henc7372_joom775.m.module,const | 1 | Using index condition; Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.m.id | 3 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.07 ms |
| Preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 1.92 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:467 |
| 10 | JModuleHelper::getModuleList() | JROOT/plugins/system/pagebuilder/pagebuilder.php:431 |
| 9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 1.71 ms Query memory: 0.022 MB Memory before query: 8.058 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_k2'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 16 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 15 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 14 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:107 |
| 13 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
| 12 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
| 11 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
| 10 | JSNPBShortcodeArticleList->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:467 |
| 9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 8.080 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_easyblog'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 16 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 15 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 14 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:113 |
| 13 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
| 12 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
| 11 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
| 10 | JSNPBShortcodeArticleList->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:467 |
| 9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
| 8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1106 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 2.97 ms Query memory: 0.035 MB Memory before query: 6.954 MB Rows returned: 0
SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state
FROM jos3b_fields AS a
LEFT JOIN `jos3b_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos3b_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos3b_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos3b_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jos3b_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'mod_custom.content'
AND (fc.category_id IS NULL OR fc.category_id IN (30,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Executing | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
| 22 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
| 21 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
| 20 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
| 19 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
| 18 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.23 ms Query memory: 0.031 MB Memory before query: 6.985 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
| 18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 1.02 ms Query memory: 0.031 MB Memory before query: 7.017 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
| 18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 3.44 ms Query memory: 0.030 MB Memory before query: 7.091 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
| 18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 2.15 ms Query memory: 0.025 MB Memory before query: 7.144 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.04 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 13 | JSNISUtils->getComponentInfo() | JROOT/modules/mod_imageshow/helper.php:24 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.20 ms Query memory: 0.021 MB Memory before query: 7.167 MB Rows returned: 0
SELECT c.introtext, c.fulltext
FROM jos3b_imageshow_showlist sl
INNER JOIN jos3b_content c
ON sl.alter_autid = c.id
WHERE sl.showlist_id=3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Executing | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_show.php:85 |
| 13 | JSNISShow->getArticleAuth() | JROOT/modules/mod_imageshow/helper.php:42 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 7.187 MB Rows returned: 1
SELECT *
FROM jos3b_imageshow_showlist
WHERE published = 1
AND showlist_id = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
| 13 | JSNISShowlist->getShowListByID() | JROOT/modules/mod_imageshow/helper.php:43 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 7.211 MB Rows returned: 1
SELECT *
FROM jos3b_imageshow_showcase
WHERE published = 1
AND showcase_id = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_showcase | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.02 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcase.php:155 |
| 13 | JSNISShowcase->getShowCaseByID() | JROOT/modules/mod_imageshow/helper.php:44 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.19 ms Query memory: 0.021 MB Memory before query: 7.243 MB Rows returned: 1
SELECT *
FROM jos3b_imageshow_theme_profile
WHERE showcase_id =1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_theme_profile | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:341 |
| 13 | JSNISShowcaseTheme->getThemeProfile() | JROOT/modules/mod_imageshow/helper.php:62 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 7.264 MB Rows returned: 4
SELECT
image_id, image_title, image_alt_text,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data,
image_size, sync, ordering
FROM jos3b_imageshow_images
WHERE showlist_id =3
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_images | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:47 |
| 13 | JSNISImages->getImagesByShowlistID() | JROOT/modules/mod_imageshow/helper.php:89 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.12 ms Query memory: 0.025 MB Memory before query: 7.298 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE folder = 'jsnimageshow'
AND element='themeslider'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:293 |
| 13 | JSNISShowcaseTheme->getThemeInfo() | JROOT/modules/mod_imageshow/helper.php:137 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 1.04 ms Query memory: 0.035 MB Memory before query: 7.369 MB Rows returned: 1
SELECT *
FROM jos3b_imageshow_showlist
WHERE published = 1
AND showlist_id = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 22 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
| 21 | JSNISShowlist->getShowListByID() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:26 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 0.36 ms Query memory: 0.039 MB Memory before query: 7.432 MB Rows returned: 20
SHOW FULL COLUMNS
FROM `jos3b_imageshow_showlist`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos3b_imageshow_showlist`
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.25 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.07 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Removing tmp table | 0.09 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 26 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 25 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 24 | JTable->__construct() | JROOT/administrator/components/com_imageshow/tables/showlist.php:41 |
| 23 | TableShowList->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 22 | JTable::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:120 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.29 ms Query memory: 0.036 MB Memory before query: 7.513 MB Rows returned: 1
SELECT *
FROM jos3b_imageshow_showlist
WHERE `showlist_id` = '3'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 22 | JTable->load() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:123 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.68 ms Query memory: 0.039 MB Memory before query: 7.600 MB Rows returned: 1
SELECT *
FROM jos3b_imageshow_showlist
WHERE `showlist_id` = '3'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 25 | JTable->load() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:20 |
| 24 | JSNImagesSourcesDefault->__construct() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:18 |
| 23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.32 ms Query memory: 0.036 MB Memory before query: 7.643 MB
UPDATE jos3b_extensions
SET enabled = 1
WHERE element LIKE 'source%'
AND folder = 'jsnimageshow'
AND enabled = 0
EXPLAIN not possible on query: UPDATE jos3b_extensions SET enabled = 1 WHERE element LIKE 'source%' AND folder = 'jsnimageshow' AND enabled = 0
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.11 ms |
| Updating | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 29 | JDatabase->query() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:67 |
| 28 | JSNISSource->_setListSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:26 |
| 27 | JSNISSource->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:33 |
| 26 | JSNISFactory::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:70 |
| 25 | JSNISFactory::getObj() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:33 |
| 24 | JSNImagesSourcesInternal->checkComponent() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:20 |
| 23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.10 ms Query memory: 0.042 MB Memory before query: 7.680 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE element LIKE 'source%'
AND folder = 'jsnimageshow'
AND enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:71 |
| 28 | JSNISSource->_setListSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:26 |
| 27 | JSNISSource->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:33 |
| 26 | JSNISFactory::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:70 |
| 25 | JSNISFactory::getObj() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:33 |
| 24 | JSNImagesSourcesInternal->checkComponent() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:20 |
| 23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.29 ms Query memory: 0.033 MB Memory before query: 7.726 MB Rows returned: 0
SELECT album_extid
FROM jos3b_imageshow_images
WHERE showlist_id =3
AND sync = 1
GROUP BY album_extid
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_images | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | Using where; Using temporary; Using filesort |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 25 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:199 |
| 24 | JSNISImages->getSyncAlbumsByShowlistID() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:23 |
| 23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.11 ms Query memory: 0.038 MB Memory before query: 7.759 MB Rows returned: 4
SELECT
image_id, image_title, image_alt_text,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data,
image_size, sync, ordering
FROM jos3b_imageshow_images
WHERE showlist_id =3
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_images | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:47 |
| 25 | JSNISImages->getImagesByShowlistID() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:157 |
| 24 | JSNImagesSourcesDefault->getImages2JSON() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:102 |
| 23 | JSNImagesSourcesInternal->getImages2JSON() | JROOT/administrator/components/com_imageshow/imagesources/source_folder/internal_source_folder.php:436 |
| 22 | JSNInternalSourceFolder->getImages2JSON() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:126 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.12 ms Query memory: 0.036 MB Memory before query: 7.810 MB Rows returned: 1
SELECT *
FROM jos3b_imageshow_showlist
WHERE published = 1
AND showlist_id = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
| 22 | JSNISShowlist->getShowListByID() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:129 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 0.51 ms Query memory: 0.033 MB Memory before query: 7.822 MB Rows returned: 116
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.02 ms |
| checking permissions | 0.34 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Removing tmp table | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 24 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
| 23 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
| 22 | JSNConfigHelper::get() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:403 |
| 21 | JSNISSliderDisplay->loadjQuery() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:50 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.19 ms Query memory: 0.031 MB Memory before query: 7.876 MB Rows returned: 6
SELECT name,value
FROM jos3b_jsn_imageshow_config
WHERE 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_imageshow_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
| 22 | JSNConfigHelper::get() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:403 |
| 21 | JSNISSliderDisplay->loadjQuery() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:50 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.85 ms After last query: 0.80 ms Query memory: 0.040 MB Memory before query: 7.931 MB Rows returned: 24
SHOW FULL COLUMNS
FROM `jos3b_imageshow_theme_slider`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos3b_imageshow_theme_slider`
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.23 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.07 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Removing tmp table | 0.08 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 27 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 26 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 25 | JTable->__construct() | JROOT/plugins/jsnimageshow/themeslider/tables/themeslider.php:39 |
| 24 | TableThemeSlider->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 23 | JTable::getInstance() | JROOT/plugins/jsnimageshow/themeslider/models/themeslider.php:50 |
| 22 | ThemeSlider->getTable() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:265 |
| 21 | JSNISSliderDisplay->getThemeDataStandard() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:55 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.33 ms Query memory: 0.038 MB Memory before query: 8.022 MB Rows returned: 1
SELECT *
FROM jos3b_imageshow_theme_slider
WHERE `theme_id` = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_imageshow_theme_slider | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 23 | JTable->load() | JROOT/plugins/jsnimageshow/themeslider/models/themeslider.php:52 |
| 22 | ThemeSlider->getTable() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:265 |
| 21 | JSNISSliderDisplay->getThemeDataStandard() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:55 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:252 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 4.69 ms Query memory: 0.020 MB Memory before query: 8.239 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 466 OR id = 472
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.27 ms Query memory: 0.019 MB Memory before query: 8.257 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 466 OR id = 473
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.26 ms Query memory: 0.019 MB Memory before query: 8.275 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 466 OR id = 474
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.26 ms Query memory: 0.019 MB Memory before query: 8.293 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 466 OR id = 475
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.25 ms Query memory: 0.019 MB Memory before query: 8.311 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 466 OR id = 476
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.52 ms Query memory: 0.019 MB Memory before query: 8.329 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 468 OR id = 479
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.25 ms Query memory: 0.019 MB Memory before query: 8.347 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 468 OR id = 482
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.25 ms Query memory: 0.019 MB Memory before query: 8.365 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 468 OR id = 2229
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.26 ms Query memory: 0.019 MB Memory before query: 8.383 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 468 OR id = 2245
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.66 ms Query memory: 0.019 MB Memory before query: 8.401 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 706 OR id = 1514
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.27 ms Query memory: 0.019 MB Memory before query: 8.419 MB Rows returned: 2
SELECT lft, rgt
FROM jos3b_menu
WHERE id = 706 OR id = 1227
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_corsa_free/html/mod_menu/default.php:60 |
| 11 | require JROOT/templates/jsn_corsa_free/html/mod_menu/default.php | JROOT/modules/mod_menu/mod_menu.php:27 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 5.40 ms Query memory: 0.017 MB Memory before query: 8.541 MB Rows returned: 1
SELECT *
FROM jos3b_jsn_mobilize_os
WHERE os_type = 'other'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_mobilize_os | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:445 |
| 10 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
| 9 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:305 |
| 8 | PlgSystemJSNMobilize->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 1.22 ms Query memory: 0.018 MB Memory before query: 8.559 MB Rows returned: 0
SELECT *
FROM jos3b_jsn_mobilize_profiles AS p
INNER JOIN jos3b_jsn_mobilize_os_support AS s
ON s.profile_id = p.profile_id
WHERE s.os_id = '11'
AND p.profile_state = 1
AND p.profile_device = "jsn_mobile"
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | p | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| 1 | SIMPLE | s | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 11 | JDatabaseDriver->loadObject() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:512 |
| 10 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
| 9 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:305 |
| 8 | PlgSystemJSNMobilize->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.09 ms Query memory: 0.016 MB Memory before query: 8.573 MB Rows returned: 0
SELECT *
FROM jos3b_jsn_mobilize_design
WHERE profile_id = ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_jsn_mobilize_design | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 22 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:519 |
| 10 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
| 9 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:305 |
| 8 | PlgSystemJSNMobilize->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 4.83 ms Query memory: 0.019 MB Memory before query: 8.597 MB Rows returned: 1
SELECT *
FROM jos3b_extensions
WHERE `element` = 'jsnframework'
AND `type` = 'plugin'
AND `folder` = 'system'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 804 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.15 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 9 | JTable->load() | JROOT/plugins/system/pagebuilder/pagebuilder.php:230 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 1.02 ms Query memory: 0.023 MB Memory before query: 8.667 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_k2'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 17 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 16 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 15 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:107 |
| 14 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
| 13 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
| 12 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
| 11 | JSNPBShortcodeArticleList->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:239 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 8.690 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_easyblog'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 17 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 16 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 15 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:113 |
| 14 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
| 13 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
| 12 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
| 11 | JSNPBShortcodeArticleList->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:239 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 2.05 ms Query memory: 0.019 MB Memory before query: 8.958 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_easyslider'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 13 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 12 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/easyslider/easyslider.php:31 |
| 11 | JSNPBShortcodeEasyslider->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:239 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 1.01 ms Query memory: 0.019 MB Memory before query: 9.101 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_imageshow'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 13 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 12 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/imageshow/imageshow.php:31 |
| 11 | JSNPBShortcodeImageShow->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:239 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 7.59 ms Query memory: 0.019 MB Memory before query: 9.660 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
WHERE `element` = 'com_uniform'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
| 13 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
| 12 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/uniform/uniform.php:32 |
| 11 | JSNPBShortcodeUniform->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
| 10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
| 9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:239 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.00 ms After last query: 4.93 ms Query memory: 0.056 MB Memory before query: 10.041 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 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,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
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,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM jos3b_content AS a
LEFT JOIN jos3b_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN jos3b_categories AS c
ON c.id = a.catid
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos3b_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos3b_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos3b_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM jos3b_categories AS cat JOIN jos3b_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND (a.catid IN (86) OR a.catid IN (
SELECT sub.id
FROM jos3b_categories as sub
INNER JOIN jos3b_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id IN (86)))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-03 15:54:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-03 15:54:08')
ORDER BY a.ordering ASC
LIMIT 5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | v | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found |
| 1 | PRIMARY | a | ALL | idx_catid | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | Using where; Using filesort |
| 1 | PRIMARY | c | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.catid | 1 | Using where |
| 1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.created_by | 1 | Using where |
| 1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.modified_by | 1 | Using where |
| 1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.c.parent_id | 1 | Using where |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | henc7372_joom775.c.id | 10 | Using where |
| 3 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 3 | MATERIALIZED | sub | ALL | PRIMARY,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
| 2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 2 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | ALL | PRIMARY,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Range checked for each record (index map: 0x11) |
| Status | Duration |
|---|
| Starting | 0.21 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.11 ms |
| Optimizing | 0.05 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.06 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.09 ms |
| Executing | 0.01 ms |
| Sending data | 0.49 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Creating sort index | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.02 ms |
| Freeing items | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
| 29 | JDatabaseDriver->loadAssocList() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/models/articles.php:509 |
| 28 | JSNPbArticlesModel->getArticlesByAttributes() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:425 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.32 ms Query memory: 0.042 MB Memory before query: 10.156 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '184'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 0.23 ms Query memory: 0.051 MB Memory before query: 10.200 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
FROM jos3b_categories as c
LEFT JOIN jos3b_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=86
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.14 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:304 |
| 38 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
| 37 | JCategories->get() | JROOT/components/com_content/router.php:72 |
| 36 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.29 ms Query memory: 0.040 MB Memory before query: 10.246 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=184
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.45 ms Query memory: 0.042 MB Memory before query: 10.295 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '147'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.02 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.33 ms Query memory: 0.042 MB Memory before query: 10.342 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '133'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.35 ms Query memory: 0.042 MB Memory before query: 10.390 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '121'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.34 ms Query memory: 0.042 MB Memory before query: 10.437 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '120'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.55 ms After last query: 1.34 ms Query memory: 0.044 MB Memory before query: 10.392 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 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,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
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,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM jos3b_content AS a
LEFT JOIN jos3b_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN jos3b_categories AS c
ON c.id = a.catid
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos3b_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos3b_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos3b_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM jos3b_categories AS cat JOIN jos3b_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND (a.catid IN (87) OR a.catid IN (
SELECT sub.id
FROM jos3b_categories as sub
INNER JOIN jos3b_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id IN (87)))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-03 15:54:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-03 15:54:08')
ORDER BY a.ordering DESC
LIMIT 5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | v | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found |
| 1 | PRIMARY | a | ALL | idx_catid | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | Using where; Using filesort |
| 1 | PRIMARY | c | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.catid | 1 | Using where |
| 1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.created_by | 1 | Using where |
| 1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.modified_by | 1 | Using where |
| 1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.c.parent_id | 1 | Using where |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | henc7372_joom775.c.id | 10 | Using where |
| 3 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 3 | MATERIALIZED | sub | ALL | PRIMARY,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
| 2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 2 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | ALL | PRIMARY,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Range checked for each record (index map: 0x11) |
| Status | Duration |
|---|
| Starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.09 ms |
| Optimizing | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.01 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.05 ms |
| Executing | 0.01 ms |
| Sending data | 0.33 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Creating sort index | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.02 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
| 29 | JDatabaseDriver->loadAssocList() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/models/articles.php:509 |
| 28 | JSNPbArticlesModel->getArticlesByAttributes() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:425 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.35 ms Query memory: 0.042 MB Memory before query: 10.479 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '122'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 0.34 ms Query memory: 0.051 MB Memory before query: 10.524 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
FROM jos3b_categories as c
LEFT JOIN jos3b_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=87
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.14 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:304 |
| 38 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
| 37 | JCategories->get() | JROOT/components/com_content/router.php:72 |
| 36 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.41 ms Query memory: 0.040 MB Memory before query: 10.569 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=122
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.74 ms Query memory: 0.042 MB Memory before query: 10.618 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '123'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.34 ms Query memory: 0.040 MB Memory before query: 10.657 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=123
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.51 ms Query memory: 0.042 MB Memory before query: 10.705 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '124'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.32 ms Query memory: 0.040 MB Memory before query: 10.744 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=124
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.47 ms Query memory: 0.042 MB Memory before query: 10.792 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '125'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.24 ms Query memory: 0.041 MB Memory before query: 10.834 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=125
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.33 ms Query memory: 0.042 MB Memory before query: 10.883 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '126'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.20 ms Query memory: 0.040 MB Memory before query: 10.922 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=126
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.55 ms After last query: 1.13 ms Query memory: 0.044 MB Memory before query: 10.890 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 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,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
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,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM jos3b_content AS a
LEFT JOIN jos3b_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN jos3b_categories AS c
ON c.id = a.catid
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos3b_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos3b_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos3b_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM jos3b_categories AS cat JOIN jos3b_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND (a.catid IN (97) OR a.catid IN (
SELECT sub.id
FROM jos3b_categories as sub
INNER JOIN jos3b_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id IN (97)))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-03 15:54:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-03 15:54:08')
ORDER BY a.ordering ASC
LIMIT 5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | v | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found |
| 1 | PRIMARY | a | ALL | idx_catid | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | Using where; Using filesort |
| 1 | PRIMARY | c | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.catid | 1 | Using where |
| 1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.created_by | 1 | Using where |
| 1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.a.modified_by | 1 | Using where |
| 1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | henc7372_joom775.c.parent_id | 1 | Using where |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | henc7372_joom775.c.id | 10 | Using where |
| 3 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 3 | MATERIALIZED | sub | range | PRIMARY,idx_left_right | idx_left_right | 4 | NULL | 4 | Using index condition |
| 2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 2 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | ALL | PRIMARY,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Range checked for each record (index map: 0x11) |
| Status | Duration |
|---|
| Starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.09 ms |
| Optimizing | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.01 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.05 ms |
| Executing | 0.01 ms |
| Sending data | 0.33 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Creating sort index | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
| 29 | JDatabaseDriver->loadAssocList() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/models/articles.php:509 |
| 28 | JSNPbArticlesModel->getArticlesByAttributes() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:425 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.28 ms Query memory: 0.042 MB Memory before query: 10.980 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '222'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.21 ms Query memory: 0.051 MB Memory before query: 11.025 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
FROM jos3b_categories as c
LEFT JOIN jos3b_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=97
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.14 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:304 |
| 38 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
| 37 | JCategories->get() | JROOT/components/com_content/router.php:72 |
| 36 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.26 ms Query memory: 0.040 MB Memory before query: 11.070 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=222
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.44 ms Query memory: 0.042 MB Memory before query: 11.119 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '223'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.20 ms Query memory: 0.040 MB Memory before query: 11.158 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=223
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.31 ms Query memory: 0.042 MB Memory before query: 11.206 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '224'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.21 ms Query memory: 0.040 MB Memory before query: 11.245 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=224
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.32 ms Query memory: 0.042 MB Memory before query: 11.293 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '225'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.02 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.21 ms Query memory: 0.040 MB Memory before query: 11.332 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=225
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.31 ms Query memory: 0.042 MB Memory before query: 11.380 MB Rows returned: 1
SELECT `alias`
FROM `jos3b_content`
WHERE id = '221'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 37 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 36 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
| 34 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
| 33 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
| 32 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
| 31 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.20 ms Query memory: 0.040 MB Memory before query: 11.419 MB Rows returned: 1
SELECT alias
FROM jos3b_content
WHERE id=221
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos3b_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 35 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 34 | ContentRouterRulesLegacy->build() | JROOT/libraries/cms/component/router/view.php:241 |
| 33 | JComponentRouterView->build() | JROOT/libraries/cms/router/site.php:519 |
| 32 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 31 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 30 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 29 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 28 | JRoute::_() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:428 |
| 27 | JSNPbArticleListHelper::getArticles() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:725 |
| 26 | JSNPBShortcodeArticleList->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 25 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 24 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 23 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 22 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 21 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/column/column.php:119 |
| 20 | JSNPBShortcodeColumn->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 19 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 18 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 17 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 15 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/administrator/components/com_pagebuilder/helpers/shortcode/row/row.php:609 |
| 14 | JSNPBShortcodeRow->element_shortcode() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:465 |
| 13 | JSNPagebuilderHelpersBuilder::transformShortcodeToPagebuilder() | Same as call in the line below. |
| 12 | call_user_func() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:375 |
| 11 | JSNPagebuilderHelpersBuilder::doShortcodeTagFrontend() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/administrator/components/com_pagebuilder/helpers/builder.php:258 |
| 9 | JSNPagebuilderHelpersBuilder::generateShortCode() | JROOT/plugins/system/pagebuilder/pagebuilder.php:287 |
| 8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
15 × SELECT `alias`
FROM `jos3b_content`
12 × SELECT *
FROM jos3b_extensions
12 × SELECT COUNT(`extension_id`)
FROM `jos3b_extensions`
11 × SELECT lft, rgt
FROM jos3b_menu
11 × SELECT alias
FROM jos3b_content
5 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM jos3b_categories as c
LEFT JOIN jos3b_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
5 × SELECT *
FROM jos3b_imageshow_showlist
5 × SELECT `m`.`tag_id`,`t`.*
FROM `jos3b_contentitem_tag_map` AS m
INNER JOIN `jos3b_tags` AS t
ON `m`.`tag_id` = `t`.`id`
4 × SELECT assets, legacy
FROM jos3b_jsn_poweradmin_menu_assets
4 × SELECT parent_id
FROM jos3b_menu
3 × 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 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,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
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,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM jos3b_content AS a
LEFT JOIN jos3b_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN jos3b_categories AS c
ON c.id = a.catid
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos3b_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos3b_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos3b_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM jos3b_categories AS cat JOIN jos3b_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
3 × SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state
FROM jos3b_fields AS a
LEFT JOIN `jos3b_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos3b_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos3b_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos3b_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jos3b_fields_categories` AS fc
ON fc.field_id = a.id
3 × SELECT *
FROM jos3b_jsn_mobilize_profiles AS p
INNER JOIN jos3b_jsn_mobilize_os_support AS s
ON s.profile_id = p.profile_id
3 × SELECT *
FROM jos3b_jsn_mobilize_design
3 × SELECT *
FROM jos3b_jsn_mobilize_os
2 × SELECT m.id
FROM jos3b_modules AS m
INNER JOIN jos3b_modules_menu AS mm
ON mm.moduleid = m.id
2 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos3b_modules AS m
LEFT JOIN jos3b_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos3b_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
2 × SELECT image_id, image_title, image_alt_text, image_small, image_big, image_medium, image_description, image_link, image_extid, album_extid, image_size, custom_data, exif_data, image_size, sync, ordering
FROM jos3b_imageshow_images
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos3b_assets`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos3b_extensions`
2 × SELECT COUNT(*)
FROM jos3b_extensions
1 × SELECT *
FROM jos3b_imageshow_theme_profile
1 × SELECT *
FROM jos3b_imageshow_showcase
1 × SELECT album_extid
FROM jos3b_imageshow_images
1 × SELECT b.id
FROM jos3b_usergroups AS a
LEFT JOIN jos3b_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `jos3b_viewlevels
1 × SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM jos3b_extensions
1 × SELECT *
FROM jos3b_imageshow_theme_slider
1 × SELECT name,value
FROM jos3b_jsn_poweradmin_config
1 × SELECT name,value
FROM jos3b_jsn_imageshow_config
1 × SELECT *
FROM jos3b_extensions
1 × SELECT name,value
FROM jos3b_jsn_pagebuilder_config
1 × SELECT COUNT(*)
FROM jos3b_content AS a
LEFT JOIN jos3b_categories AS c
ON c.id = a.catid
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos3b_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos3b_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos3b_content_rating AS v
ON a.id = v.content_id
1 × SELECT *
FROM jos3b_languages
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM jos3b_menu AS m
LEFT JOIN jos3b_extensions AS e
ON m.component_id = e.extension_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,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,
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 jos3b_content AS a
LEFT JOIN jos3b_categories AS c
ON c.id = a.catid
LEFT JOIN jos3b_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos3b_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos3b_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos3b_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,COUNT(i.`id`) AS numitems
FROM jos3b_categories as c
LEFT JOIN jos3b_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN `jos3b_content` AS i
ON i.`catid` = c.id
AND i.state = 1
1 × SELECT `data`
FROM `jos3b_session`
1 × SELECT `name`, `value`
FROM `jos3b_jsn_imageshow_config`
1 × SELECT name,value
FROM jos3b_jsn_mobilize_config
1 × SELECT id, home, template, s.params
FROM jos3b_template_styles as s
LEFT JOIN jos3b_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT MAX(contact.id) AS contactid, contact.alias, contact.catid
FROM `jos3b_contact_details` AS `contact`
1 × SELECT manifest_cache
FROM jos3b_extensions
1 × SELECT c.introtext, c.fulltext
FROM jos3b_imageshow_showlist sl
INNER JOIN jos3b_content c
ON sl.alter_autid = c.id