Query Time: 0.63 ms Query memory: 0.008 MB Memory before query: 0.927 MB
DELETE
FROM `jos3b_session`
WHERE `time` < '1742681365'
EXPLAIN not possible on query: DELETE
FROM `jos3b_session`
WHERE `time` < '1742681365'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:822 |
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.48 ms After last query: 0.46 ms Query memory: 0.020 MB Memory before query: 0.950 MB Rows returned: 0
SELECT `data`
FROM `jos3b_session`
WHERE `session_id` = 'ismmiq7dstoc02n2h0q9dkupi6'
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.44 ms After last query: 1.67 ms Query memory: 0.012 MB Memory before query: 1.003 MB Rows returned: 0
SELECT `session_id`
FROM `jos3b_session`
WHERE `session_id` = 'ismmiq7dstoc02n2h0q9dkupi6'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | jos3b_session | const | PRIMARY | PRIMARY | 766 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:831 |
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.38 ms After last query: 0.14 ms Query memory: 0.009 MB Memory before query: 1.018 MB
INSERT INTO `jos3b_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('ismmiq7dstoc02n2h0q9dkupi6', 1, '1742682265', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `jos3b_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('ismmiq7dstoc02n2h0q9dkupi6', 1, '1742682265', 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:216 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:831 |
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.71 ms After last query: 3.33 ms Query memory: 0.019 MB Memory before query: 1.074 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.14 ms After last query: 3.84 ms Query memory: 0.015 MB Memory before query: 1.167 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.11 ms After last query: 0.15 ms Query memory: 0.015 MB Memory before query: 1.191 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: 1.04 ms After last query: 0.98 ms Query memory: 0.021 MB Memory before query: 1.229 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.97 ms After last query: 21.91 ms Query memory: 0.017 MB Memory before query: 1.940 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.12 ms After last query: 0.18 ms Query memory: 0.014 MB Memory before query: 1.978 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.54 ms After last query: 1.50 ms Query memory: 0.014 MB Memory before query: 2.001 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.73 ms After last query: 15.22 ms Query memory: 0.019 MB Memory before query: 2.240 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.12 ms After last query: 0.18 ms Query memory: 0.016 MB Memory before query: 2.279 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.13 ms After last query: 2.02 ms Query memory: 0.018 MB Memory before query: 2.284 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.12 ms After last query: 0.69 ms Query memory: 0.019 MB Memory before query: 2.304 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.44 ms After last query: 0.10 ms Query memory: 0.018 MB Memory before query: 2.319 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.98 ms After last query: 3.10 ms Query memory: 0.039 MB Memory before query: 2.409 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.15 ms After last query: 13.84 ms Query memory: 0.018 MB Memory before query: 2.958 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.13 ms After last query: 0.70 ms Query memory: 0.019 MB Memory before query: 2.978 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.42 ms After last query: 0.10 ms Query memory: 0.018 MB Memory before query: 2.993 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.53 ms After last query: 0.66 ms Query memory: 0.025 MB Memory before query: 3.030 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.57 ms After last query: 0.24 ms Query memory: 0.017 MB Memory before query: 3.037 MB
UPDATE `jos3b_extensions`
SET `params` = '{\"mediaversion\":\"10e29864675ced10bdd1aad79c54c7c2\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `jos3b_extensions`
SET `params` = '{\"mediaversion\":\"10e29864675ced10bdd1aad79c54c7c2\"}'
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.57 ms After last query: 2.76 ms Query memory: 0.018 MB Memory before query: 3.122 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.48 ms After last query: 0.50 ms Query memory: 0.019 MB Memory before query: 3.148 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.51 ms After last query: 6.98 ms Query memory: 0.017 MB Memory before query: 3.276 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.13 ms After last query: 0.38 ms Query memory: 0.014 MB Memory before query: 3.317 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.16 ms After last query: 7.56 ms Query memory: 0.026 MB Memory before query: 3.533 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 |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |
16 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
15 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
14 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
13 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
12 | JUser->authorise() | JROOT/components/com_content/models/article.php:55 |
11 | ContentModelArticle->populateState() | JROOT/libraries/legacy/model/legacy.php:434 |
10 | JModelLegacy->getState() | JROOT/components/com_content/models/article.php:248 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
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.93 ms After last query: 1.99 ms Query memory: 0.025 MB Memory before query: 3.655 MB Rows returned: 30
SHOW FULL COLUMNS
FROM `jos3b_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos3b_content`
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:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
13 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
12 | JTable->__construct() | JROOT/libraries/legacy/table/content.php:33 |
11 | JTableContent->__construct() | JROOT/libraries/joomla/table/table.php:311 |
10 | JTable::getInstance() | JROOT/components/com_content/models/article.php:250 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
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: 4.71 ms Query memory: 0.036 MB Memory before query: 3.798 MB Rows returned: 1
SELECT *
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 | |
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:1445 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
10 | JTable->load() | JROOT/components/com_content/models/article.php:251 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
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.60 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 3.835 MB
UPDATE jos3b_content
SET `hits` = (`hits` + 1)
WHERE `id` = '223'
EXPLAIN not possible on query: UPDATE jos3b_content
SET `hits` = (`hits` + 1)
WHERE `id` = '223'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/table/table.php:1240 |
10 | JTable->hit() | JROOT/components/com_content/models/article.php:252 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
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.82 ms After last query: 2.35 ms Query memory: 0.028 MB Memory before query: 3.902 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, 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, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,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
FROM jos3b_content AS a
INNER JOIN jos3b_categories AS c
on c.id = a.catid
LEFT JOIN jos3b_users AS u
on u.id = a.created_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.id = 223
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-03-22 22:24:25')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-03-22 22:24:25')
AND (a.state = 1 OR a.state =2)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | v | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found |
1 | SIMPLE | a | const | PRIMARY,idx_state,idx_catid | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1642 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:148 |
12 | ContentModelArticle->getItem() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
11 | JViewLegacy->get() | JROOT/components/com_content/views/article/view.html.php:42 |
10 | ContentViewArticle->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.77 ms After last query: 3.97 ms Query memory: 0.036 MB Memory before query: 4.041 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:304 |
21 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
20 | JCategories->get() | JROOT/components/com_content/router.php:72 |
19 | ContentRouter->getCategorySegment() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
17 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
16 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
15 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
14 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
13 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
12 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
11 | JRoute::_() | JROOT/components/com_content/views/article/view.html.php:71 |
10 | ContentViewArticle->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.49 ms After last query: 0.68 ms Query memory: 0.025 MB Memory before query: 4.098 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` = 223
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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
11 | JHelperTags->getItemTags() | JROOT/components/com_content/views/article/view.html.php:180 |
10 | ContentViewArticle->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: 12.05 ms Query memory: 0.032 MB Memory before query: 4.321 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 (97,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 |
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/article/view.html.php:190 |
10 | ContentViewArticle->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.14 ms After last query: 6.11 ms Query memory: 0.025 MB Memory before query: 4.437 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/article/view.html.php:190 |
10 | ContentViewArticle->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.54 ms After last query: 5.45 ms Query memory: 0.027 MB Memory before query: 4.534 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/article/view.html.php:190 |
10 | ContentViewArticle->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.12 ms After last query: 0.39 ms Query memory: 0.022 MB Memory before query: 4.556 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/article/view.html.php:190 |
10 | ContentViewArticle->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.12 ms After last query: 0.81 ms Query memory: 0.039 MB Memory before query: 4.597 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/article/view.html.php:190 |
10 | ContentViewArticle->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.80 ms After last query: 3.95 ms Query memory: 0.038 MB Memory before query: 4.826 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:357 |
19 | JAccess::preloadPermissions() | JROOT/libraries/joomla/access/access.php:224 |
18 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:538 |
17 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
16 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
15 | JUser->authorise() | JROOT/plugins/content/pagenavigation/pagenavigation.php:54 |
14 | PlgContentPagenavigation->onContentBeforeDisplay() | 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/article/view.html.php:196 |
10 | ContentViewArticle->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: 1.19 ms Query memory: 0.024 MB Memory before query: 5.261 MB Rows returned: 35
SELECT a.id, a.title, a.catid, a.language,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM jos3b_content AS a
LEFT JOIN jos3b_categories AS cc
ON cc.id = a.catid
WHERE a.catid = 97
AND a.state = 1
AND a.access IN (1,1,5)
AND (a.state = 1 OR a.state = -1)
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-03-22 22:24:25')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-03-22 22:24:25')
ORDER BY
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | index_merge | idx_access,idx_state,idx_catid | idx_catid,idx_state | 4,1 | NULL | 74 | Using intersect(idx_catid,idx_state); Using where; Using filesort |
1 | SIMPLE | cc | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.08 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 |
Waiting for query cache lock | 0.02 ms |
init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.12 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.82 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/content/pagenavigation/pagenavigation.php:159 |
14 | PlgContentPagenavigation->onContentBeforeDisplay() | 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/article/view.html.php:196 |
10 | ContentViewArticle->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.39 ms After last query: 17.92 ms Query memory: 0.025 MB Memory before query: 5.478 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-03-22 22:24:25')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-03-22 22:24:25')
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.06 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.06 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 |
Waiting for query cache lock | 0.02 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.52 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 0.26 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.62 ms After last query: 2.61 ms Query memory: 0.021 MB Memory before query: 5.594 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 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 |
Waiting for query cache lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.69 ms After last query: 0.15 ms Query memory: 0.020 MB Memory before query: 5.616 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.07 ms |
checking permissions | 0.04 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
Waiting for query cache 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.10 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.48 ms After last query: 3.02 ms Query memory: 0.015 MB Memory before query: 5.681 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.11 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.36 ms After last query: 0.11 ms Query memory: 0.015 MB Memory before query: 5.695 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 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.05 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.41 ms After last query: 0.10 ms Query memory: 0.016 MB Memory before query: 5.709 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.04 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.11 ms After last query: 0.10 ms Query memory: 0.016 MB Memory before query: 5.724 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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: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.11 ms After last query: 0.09 ms Query memory: 0.017 MB Memory before query: 5.739 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.03 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.11 ms After last query: 0.10 ms Query memory: 0.016 MB Memory before query: 5.756 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.04 ms |
Waiting for query cache lock | 0.02 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.11 ms After last query: 0.09 ms Query memory: 0.016 MB Memory before query: 5.771 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.11 ms After last query: 0.10 ms Query memory: 0.017 MB Memory before query: 5.786 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.05 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.79 ms After last query: 1.16 ms Query memory: 0.023 MB Memory before query: 5.825 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.01 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.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.30 ms Query memory: 0.019 MB Memory before query: 5.888 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.05 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.66 ms After last query: 0.39 ms Query memory: 0.018 MB Memory before query: 5.900 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.29 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 |
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.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: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.12 ms After last query: 0.20 ms Query memory: 0.015 MB Memory before query: 5.938 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.54 ms After last query: 12.06 ms Query memory: 0.026 MB Memory before query: 6.178 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache 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.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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.06 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.45 ms After last query: 0.15 ms Query memory: 0.025 MB Memory before query: 6.204 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.47 ms After last query: 7.94 ms Query memory: 0.021 MB Memory before query: 6.542 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.02 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.49 ms After last query: 5.73 ms Query memory: 0.021 MB Memory before query: 6.735 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.63 ms After last query: 27.23 ms Query memory: 0.021 MB Memory before query: 7.513 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.04 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.14 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.03 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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: 0.19 ms After last query: 13.98 ms Query memory: 0.020 MB Memory before query: 7.730 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-03-22 22:24:25')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-03-22 22:24:25')
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.06 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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/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.12 ms After last query: 3.09 ms Query memory: 0.022 MB Memory before query: 7.865 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.11 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 7.886 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.74 ms After last query: 4.08 ms Query memory: 0.036 MB Memory before query: 6.740 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 (97,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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.13 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
Waiting for query cache lock | 0.03 ms |
init | 0.07 ms |
Optimizing | 0.04 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Executing | 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.05 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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:140 |
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.13 ms After last query: 0.41 ms Query memory: 0.033 MB Memory before query: 6.772 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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:140 |
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.18 ms After last query: 1.87 ms Query memory: 0.030 MB Memory before query: 6.807 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.08 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.05 ms |
Updating status | 0.02 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.15 ms After last query: 4.92 ms Query memory: 0.031 MB Memory before query: 6.882 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.05 ms |
Updating status | 0.01 ms |
Reset for next command | 0.03 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.13 ms After last query: 3.20 ms Query memory: 0.026 MB Memory before query: 6.937 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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: 1.31 ms After last query: 0.24 ms Query memory: 0.021 MB Memory before query: 6.962 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.72 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.04 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 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.06 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.05 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.03 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.40 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 6.982 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.06 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.87 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 7.006 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.36 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.03 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Waiting for query cache 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.06 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.73 ms After last query: 0.98 ms Query memory: 0.022 MB Memory before query: 7.039 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Waiting for query cache 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.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.06 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.94 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 7.060 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.06 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.04 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 |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.05 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 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 |
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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.10 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.57 ms After last query: 0.13 ms Query memory: 0.025 MB Memory before query: 7.095 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.11 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.06 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.03 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.13 ms After last query: 2.33 ms Query memory: 0.036 MB Memory before query: 7.166 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.84 ms After last query: 0.57 ms Query memory: 0.039 MB Memory before query: 7.231 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.27 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 |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
checking permissions | 0.08 ms |
closing tables | 0.01 ms |
checking permissions | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.06 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 |
---|
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.39 ms After last query: 0.34 ms Query memory: 0.036 MB Memory before query: 7.313 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache 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.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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.14 ms After last query: 3.52 ms Query memory: 0.040 MB Memory before query: 7.404 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.50 ms After last query: 1.46 ms Query memory: 0.036 MB Memory before query: 7.447 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.08 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.14 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 |
Waiting for query cache lock | 0.01 ms |
Unlocking tables | 0.04 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 |
---|
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.52 ms After last query: 0.12 ms Query memory: 0.042 MB Memory before query: 7.484 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.11 ms |
Preparing | 0.03 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.06 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.03 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.49 ms After last query: 0.46 ms Query memory: 0.033 MB Memory before query: 7.531 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.04 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.13 ms After last query: 0.14 ms Query memory: 0.039 MB Memory before query: 7.564 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.14 ms After last query: 0.15 ms Query memory: 0.036 MB Memory before query: 7.614 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.74 ms After last query: 0.57 ms Query memory: 0.034 MB Memory before query: 7.626 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.34 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 |
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.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.20 ms Query memory: 0.031 MB Memory before query: 7.681 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache 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.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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.06 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: 1.20 ms After last query: 1.43 ms Query memory: 0.040 MB Memory before query: 7.737 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.01 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.40 ms |
After opening tables | 0.01 ms |
checking permissions | 0.08 ms |
closing tables | 0.01 ms |
checking permissions | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.06 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.50 ms After last query: 0.35 ms Query memory: 0.039 MB Memory before query: 7.891 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.04 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Waiting for query cache 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.06 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.14 ms After last query: 5.81 ms Query memory: 0.020 MB Memory before query: 8.112 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.12 ms After last query: 0.32 ms Query memory: 0.020 MB Memory before query: 8.130 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.12 ms After last query: 0.33 ms Query memory: 0.019 MB Memory before query: 8.148 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.12 ms After last query: 0.31 ms Query memory: 0.019 MB Memory before query: 8.166 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.12 ms After last query: 0.31 ms Query memory: 0.020 MB Memory before query: 8.184 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.14 ms After last query: 0.62 ms Query memory: 0.020 MB Memory before query: 8.202 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.14 ms After last query: 0.30 ms Query memory: 0.020 MB Memory before query: 8.220 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.13 ms After last query: 0.30 ms Query memory: 0.019 MB Memory before query: 8.239 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.13 ms After last query: 0.30 ms Query memory: 0.019 MB Memory before query: 8.257 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.12 ms After last query: 0.78 ms Query memory: 0.020 MB Memory before query: 8.275 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.11 ms After last query: 0.30 ms Query memory: 0.019 MB Memory before query: 8.293 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 0.04 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.15 ms After last query: 5.36 ms Query memory: 0.018 MB Memory before query: 8.414 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.13 ms After last query: 0.72 ms Query memory: 0.018 MB Memory before query: 8.433 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.45 ms After last query: 0.11 ms Query memory: 0.017 MB Memory before query: 8.447 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
Waiting for query cache lock | 0.01 ms |
Sending data | 0.01 ms |
Storing result in query cache | 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: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.57 ms After last query: 3.63 ms Query memory: 0.019 MB Memory before query: 8.472 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.17 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.03 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.10 ms Query memory: 0.023 MB Memory before query: 8.542 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.02 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.43 ms After last query: 0.16 ms Query memory: 0.023 MB Memory before query: 8.565 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.45 ms After last query: 2.37 ms Query memory: 0.020 MB Memory before query: 8.834 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.52 ms After last query: 1.11 ms Query memory: 0.020 MB Memory before query: 8.977 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.11 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.47 ms After last query: 9.03 ms Query memory: 0.020 MB Memory before query: 9.541 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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/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: 3.39 ms After last query: 6.47 ms Query memory: 0.044 MB Memory before query: 9.926 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-03-22 22:24:25')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-03-22 22:24:25')
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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.23 ms |
checking permissions | 0.01 ms |
Opening tables | 0.95 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Waiting for query cache lock | 0.03 ms |
init | 0.14 ms |
Optimizing | 0.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.11 ms |
Statistics | 0.12 ms |
Preparing | 0.03 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.01 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.11 ms |
Preparing | 0.05 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.51 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.01 ms |
Creating sort index | 0.05 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 0.17 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 0.03 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.02 ms |
Removing tmp table | 0.01 ms |
Freeing items | 0.06 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.38 ms After last query: 0.33 ms Query memory: 0.042 MB Memory before query: 10.028 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.74 ms After last query: 0.24 ms Query memory: 0.051 MB Memory before query: 10.073 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.08 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 |
Waiting for query cache 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.10 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.03 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.41 ms After last query: 0.31 ms Query memory: 0.041 MB Memory before query: 10.118 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache 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.06 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.40 ms After last query: 0.48 ms Query memory: 0.042 MB Memory before query: 10.168 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.02 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.38 ms Query memory: 0.042 MB Memory before query: 10.215 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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.05 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.38 ms Query memory: 0.042 MB Memory before query: 10.263 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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.05 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.35 ms After last query: 0.36 ms Query memory: 0.042 MB Memory before query: 10.311 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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.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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.60 ms After last query: 1.39 ms Query memory: 0.044 MB Memory before query: 10.265 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-03-22 22:24:25')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-03-22 22:24:25')
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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.15 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 |
Waiting for query cache lock | 0.03 ms |
init | 0.10 ms |
Optimizing | 0.04 ms |
Optimizing | 0.01 ms |
Statistics | 0.07 ms |
Statistics | 0.06 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.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.35 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.01 ms |
Creating sort index | 0.05 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 0.05 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.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.40 ms After last query: 0.29 ms Query memory: 0.042 MB Memory before query: 10.352 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.14 ms After last query: 0.24 ms Query memory: 0.051 MB Memory before query: 10.397 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
Sending cached result to clien | 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.041 MB Memory before query: 10.442 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.03 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.492 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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.05 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.34 ms After last query: 0.23 ms Query memory: 0.040 MB Memory before query: 10.531 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.34 ms After last query: 0.33 ms Query memory: 0.042 MB Memory before query: 10.579 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.22 ms Query memory: 0.040 MB Memory before query: 10.618 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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.05 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.03 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.39 ms After last query: 0.33 ms Query memory: 0.042 MB Memory before query: 10.666 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.05 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.33 ms After last query: 0.22 ms Query memory: 0.040 MB Memory before query: 10.705 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.34 ms After last query: 0.35 ms Query memory: 0.042 MB Memory before query: 10.754 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.35 ms After last query: 0.22 ms Query memory: 0.040 MB Memory before query: 10.792 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.63 ms After last query: 1.26 ms Query memory: 0.045 MB Memory before query: 10.761 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-03-22 22:24:25')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-03-22 22:24:25')
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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.14 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 |
Waiting for query cache lock | 0.02 ms |
init | 0.08 ms |
Optimizing | 0.04 ms |
Optimizing | 0.01 ms |
Statistics | 0.07 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.04 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 ms |
Preparing | 0.04 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.06 ms |
Executing | 0.01 ms |
Sending data | 0.35 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.04 ms |
Waiting for query cache lock | 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.01 ms |
Freeing items | 0.01 ms |
Removing tmp table | 0.01 ms |
Freeing items | 0.07 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.06 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.42 ms After last query: 0.31 ms Query memory: 0.043 MB Memory before query: 10.854 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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.06 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.25 ms Query memory: 0.040 MB Memory before query: 10.894 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.39 ms After last query: 0.46 ms Query memory: 0.042 MB Memory before query: 10.943 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.02 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.44 ms After last query: 0.22 ms Query memory: 0.040 MB Memory before query: 10.982 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.06 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.40 ms After last query: 0.34 ms Query memory: 0.042 MB Memory before query: 11.030 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.21 ms Query memory: 0.040 MB Memory before query: 11.069 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.05 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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.05 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.33 ms Query memory: 0.042 MB Memory before query: 11.117 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.03 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.22 ms Query memory: 0.040 MB Memory before query: 11.156 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 |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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.05 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.34 ms After last query: 0.32 ms Query memory: 0.042 MB Memory before query: 11.204 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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.22 ms Query memory: 0.040 MB Memory before query: 11.243 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.04 ms |
Waiting for query cache lock | 0.01 ms |
starting | 0.01 ms |
Checking query cache for query | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.02 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 |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.01 ms |
Storing result in query cache | 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 COUNT(`extension_id`)
FROM `jos3b_extensions`
11 × SELECT lft, rgt
FROM jos3b_menu
11 × SELECT alias
FROM jos3b_content
8 × SELECT *
FROM jos3b_extensions
5 × SELECT *
FROM jos3b_imageshow_showlist
4 × SELECT parent_id
FROM jos3b_menu
4 × SELECT assets, legacy
FROM jos3b_jsn_poweradmin_menu_assets
4 × 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)
3 × SELECT *
FROM jos3b_jsn_mobilize_design
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_os
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
2 × SELECT COUNT(*)
FROM jos3b_extensions
2 × SELECT m.id
FROM jos3b_modules AS m
INNER JOIN jos3b_modules_menu AS mm
ON mm.moduleid = m.id
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos3b_assets`
2 × 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
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 `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos3b_extensions`
1 × SELECT name,value
FROM jos3b_jsn_pagebuilder_config
1 × SELECT *
FROM jos3b_extensions
1 × SELECT name,value
FROM jos3b_jsn_imageshow_config
1 × SELECT *
FROM jos3b_imageshow_theme_slider
1 × SELECT album_extid
FROM jos3b_imageshow_images
1 × SELECT *
FROM jos3b_imageshow_theme_profile
1 × SELECT *
FROM jos3b_imageshow_showcase
1 × SELECT c.introtext, c.fulltext
FROM jos3b_imageshow_showlist sl
INNER JOIN jos3b_content c
ON sl.alter_autid = c.id
1 × SELECT `name`, `value`
FROM `jos3b_jsn_imageshow_config`
1 × SELECT name,value
FROM jos3b_jsn_poweradmin_config
1 × SELECT name,value
FROM jos3b_jsn_mobilize_config
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 `folder` AS `type`,`element` AS `name`,`params`
FROM jos3b_extensions
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 `session_id`
FROM `jos3b_session`
1 × SELECT id, rules
FROM `jos3b_viewlevels
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 manifest_cache
FROM jos3b_extensions
1 × SELECT `data`
FROM `jos3b_session`
1 × SELECT MAX(contact.id) AS contactid, contact.alias, contact.catid
FROM `jos3b_contact_details` AS `contact`
1 × SELECT `m`.`tag_id`,`t`.*
FROM `jos3b_contentitem_tag_map` AS m
INNER JOIN `jos3b_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, 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, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,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
FROM jos3b_content AS a
INNER JOIN jos3b_categories AS c
on c.id = a.catid
LEFT JOIN jos3b_users AS u
on u.id = a.created_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 *
FROM jos3b_content
1 × SELECT a.id, a.title, a.catid, a.language,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM jos3b_content AS a
LEFT JOIN jos3b_categories AS cc
ON cc.id = a.catid