Query Time: 0.20 ms Query memory: 0.011 MB Memory before query: 5.342 MB Rows returned: 0
SELECT `session_id`
FROM `ouhgc_session`
WHERE `session_id` = '8d60938e6f9ad82ec65b1c89e2517325'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_session | const | PRIMARY | PRIMARY | 575 | const | 1 | Using index |
Error |
---|
MySql have_profiling = off |
# | 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:47 |
Query Time: 0.39 ms After last query: 0.22 ms Query memory: 0.009 MB Memory before query: 5.357 MB
INSERT INTO `ouhgc_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('8d60938e6f9ad82ec65b1c89e2517325', 1, '1730471302', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `ouhgc_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('8d60938e6f9ad82ec65b1c89e2517325', 1, '1730471302', 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:47 |
Query Time: 0.34 ms After last query: 4.70 ms Query memory: 0.014 MB Memory before query: 6.021 MB Rows returned: 52
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ouhgc_extensions`
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | extension | extension | 62 | const | 52 | 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:1681 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/component/helper.php:447 |
9 | {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:594 |
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:50 |
Query Time: 0.05 ms After last query: 3.22 ms Query memory: 0.013 MB Memory before query: 6.471 MB Rows returned: 3
SELECT id, rules
FROM `ouhgc_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | |
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:604 |
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:50 |
Query Time: 0.04 ms After last query: 0.17 ms Query memory: 0.015 MB Memory before query: 6.500 MB Rows returned: 1
SELECT b.id
FROM ouhgc_usergroups AS a
LEFT JOIN ouhgc_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
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 | index | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 8 | NULL | 8 | Using index |
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:604 |
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:50 |
Query Time: 0.90 ms After last query: 1.45 ms Query memory: 0.014 MB Memory before query: 6.675 MB Rows returned: 126
SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM ouhgc_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | extension | extension | 62 | const | 158 | 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 | {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:604 |
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:50 |
Query Time: 0.06 ms After last query: 28.96 ms Query memory: 0.013 MB Memory before query: 9.888 MB Rows returned: 2
SELECT *
FROM ouhgc_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
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/libraries/joomla/language/helper.php:148 |
8 | JLanguageHelper::getLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:98 |
7 | PlgSystemLanguageFilter->__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:686 |
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:50 |
Query Time: 0.17 ms After last query: 0.87 ms Query memory: 0.013 MB Memory before query: 9.909 MB Rows returned: 4
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `ouhgc_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | extension | extension | 62 | const | 4 | Using where |
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/libraries/joomla/language/helper.php:207 |
8 | JLanguageHelper::getInstalledLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:109 |
7 | PlgSystemLanguageFilter->__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:686 |
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:50 |
Query Time: 0.19 ms After last query: 14.39 ms Query memory: 0.024 MB Memory before query: 11.979 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ouhgc_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 |
18 | {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/uniform/uniform.php:29 |
9 | plgSystemUniform->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:686 |
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:50 |
Query Time: 0.49 ms After last query: 0.46 ms Query memory: 0.018 MB Memory before query: 11.961 MB
UPDATE `ouhgc_extensions`
SET `params` = '{\"mediaversion\":\"8cf0b2f17870bd90982263218ed3f9a7\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `ouhgc_extensions`
SET `params` = '{\"mediaversion\":\"8cf0b2f17870bd90982263218ed3f9a7\"}'
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/uniform/uniform.php:29 |
9 | plgSystemUniform->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:686 |
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:50 |
Query Time: 1.67 ms After last query: 7.31 ms Query memory: 0.016 MB Memory before query: 12.704 MB Rows returned: 168
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:112 |
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:686 |
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:50 |
Query Time: 0.04 ms After last query: 0.27 ms Query memory: 0.015 MB Memory before query: 12.758 MB Rows returned: 6
SELECT name,value
FROM ouhgc_jsn_mobilize_config
WHERE 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_jsn_mobilize_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | |
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:112 |
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:686 |
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:50 |
Query Time: 0.05 ms After last query: 1.46 ms Query memory: 0.016 MB Memory before query: 13.030 MB Rows returned: 1
SELECT *
FROM ouhgc_jsn_mobilize_os
WHERE os_type = 'other'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_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:142 |
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:686 |
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:50 |
Query Time: 0.04 ms After last query: 1.29 ms Query memory: 0.016 MB Memory before query: 13.050 MB Rows returned: 0
SELECT *
FROM ouhgc_jsn_mobilize_profiles AS p
INNER JOIN ouhgc_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 | 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: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:142 |
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:686 |
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:50 |
Query Time: 0.03 ms After last query: 0.10 ms Query memory: 0.016 MB Memory before query: 13.065 MB Rows returned: 0
SELECT *
FROM ouhgc_jsn_mobilize_design
WHERE profile_id = ''
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/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:142 |
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:686 |
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:50 |
Query Time: 2.38 ms After last query: 3.37 ms Query memory: 0.028 MB Memory before query: 13.528 MB Rows returned: 243
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 ouhgc_menu AS m
LEFT JOIN ouhgc_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 | 201 | Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.m.component_id | 1 | |
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 | {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:168 |
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:686 |
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:50 |
Query Time: 0.35 ms After last query: 30.83 ms Query memory: 0.015 MB Memory before query: 16.897 MB Rows returned: 12
SELECT id, home, template, s.params
FROM ouhgc_template_styles as s
LEFT JOIN ouhgc_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 | 17 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 303 | epousee_joomla3b.s.template,const | 1 | Using where |
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/libraries/cms/application/site.php:486 |
10 | JApplicationSite->getTemplate() | JROOT/plugins/system/k2/k2.php:102 |
9 | plgSystemK2->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:796 |
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:50 |
Query Time: 0.05 ms After last query: 2.49 ms Query memory: 0.016 MB Memory before query: 17.000 MB Rows returned: 1
SELECT *
FROM ouhgc_jsn_mobilize_os
WHERE os_type = 'other'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_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:280 |
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:796 |
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:50 |
Query Time: 0.06 ms After last query: 1.29 ms Query memory: 0.016 MB Memory before query: 17.021 MB Rows returned: 0
SELECT *
FROM ouhgc_jsn_mobilize_profiles AS p
INNER JOIN ouhgc_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 | 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: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:280 |
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:796 |
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:50 |
Query Time: 0.03 ms After last query: 0.11 ms Query memory: 0.016 MB Memory before query: 17.036 MB Rows returned: 0
SELECT *
FROM ouhgc_jsn_mobilize_design
WHERE profile_id = ''
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/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:280 |
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:796 |
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:50 |
Query Time: 0.22 ms After last query: 1.93 ms Query memory: 0.018 MB Memory before query: 17.049 MB Rows returned: 1
SELECT manifest_cache
FROM ouhgc_extensions
WHERE element LIKE 'jsn_epic_free'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | range | element_clientid,element_folder_clientid | element_clientid | 302 | NULL | 18 | Using where |
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:796 |
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:50 |
Query Time: 0.15 ms After last query: 7.01 ms Query memory: 0.016 MB Memory before query: 17.675 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_extensions
WHERE type = 'component'
AND element = 'com_sh404sef'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 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: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:796 |
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:50 |
Query Time: 0.07 ms After last query: 2.79 ms Query memory: 0.017 MB Memory before query: 17.803 MB Rows returned: 52
SELECT `id`,`name`,`rules`,`parent_id`
FROM `ouhgc_assets`
WHERE `name` IN ('root.1','com_admin','com_admintools','com_ajax','com_akeeba','com_associations','com_banners','com_blankcomponent','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_jaextmanager','com_jak2filter','com_jce','com_joomlaupdate','com_k2','com_k2import','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_minitekwall','com_mobilize','com_modules','com_newsfeeds','com_offlajn_installer','com_pagebuilder','com_plugins','com_postinstall','com_redirect','com_search','com_sigpro','com_slogin','com_smartcountdown3','com_tags','com_templates','com_uniform','com_users','com_weblinks','com_wrapper','com_xmap')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 409 | 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/libraries/joomla/access/access.php:427 |
11 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
10 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
9 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
8 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 12.88 ms Query memory: 0.019 MB Memory before query: 20.367 MB Rows returned: 165
SELECT id
FROM ouhgc_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | category,published,access,trash | category | 2 | const | 11 | Using where |
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:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/helpers/permissions.php:274 |
13 | K2HelperPermissions::canAddItem() | JROOT/components/com_k2/views/itemlist/view.html.php:29 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.58 ms After last query: 1.18 ms Query memory: 0.024 MB Memory before query: 20.514 MB Rows returned: 14
SHOW FULL COLUMNS
FROM `ouhgc_k2_categories`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ouhgc_k2_categories`
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/libraries/joomla/database/driver/mysqli.php:440 |
17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
15 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2category.php:34 |
14 | TableK2Category->__construct() | JROOT/libraries/joomla/table/table.php:311 |
13 | JTable::getInstance() | JROOT/components/com_k2/views/itemlist/view.html.php:41 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 1.16 ms Query memory: 0.019 MB Memory before query: 20.600 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_categories
WHERE id = '19'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1445 |
14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
13 | TableK2Category->load() | JROOT/components/com_k2/views/itemlist/view.html.php:42 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 0.70 ms Query memory: 0.019 MB Memory before query: 20.653 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_categories
WHERE id = '57'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1445 |
14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
13 | TableK2Category->load() | JROOT/components/com_k2/views/itemlist/view.html.php:116 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.07 ms After last query: 20.94 ms Query memory: 0.027 MB Memory before query: 23.307 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 ouhgc_fields AS a
LEFT JOIN `ouhgc_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ouhgc_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ouhgc_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ouhgc_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ouhgc_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_k2.category'
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
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 | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 21 | epousee_joomla3b.a.language | 1 | |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.access | 1 | |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.created_user_id | 1 | |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.group_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
20 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
19 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
18 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
17 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
16 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/components/com_k2/views/itemlist/view.html.php:138 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 4.54 ms Query memory: 0.026 MB Memory before query: 24.267 MB Rows returned: 0
SELECT `name`, `value`
FROM `ouhgc_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 | ouhgc_jsn_imageshow_config | ALL | name | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 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/administrator/components/com_imageshow/classes/jsn_is_parameter.php:81 |
19 | JSNISParameter->getParameters() | JROOT/administrator/components/com_imageshow/imageshow.defines.php:27 |
18 | require_once JROOT/administrator/components/com_imageshow/imageshow.defines.php | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:16 |
17 | include_once JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php | JROOT/plugins/content/imageshow/imageshow.php:28 |
16 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/components/com_k2/views/itemlist/view.html.php:138 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.21 ms After last query: 4.18 ms Query memory: 0.024 MB Memory before query: 24.963 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
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:1642 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
17 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
16 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/components/com_k2/views/itemlist/view.html.php:138 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.11 ms After last query: 9.84 ms Query memory: 0.019 MB Memory before query: 25.560 MB Rows returned: 5
SELECT *
FROM ouhgc_k2_categories
WHERE parent=19
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
ORDER BY id DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | category,parent,published,access,trash,language | parent | 5 | const | 4 | Using where; Using filesort |
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:1681 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:754 |
13 | K2ModelItemlist->getCategoryFirstChildren() | JROOT/components/com_k2/views/itemlist/view.html.php:173 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.09 ms After last query: 0.77 ms Query memory: 0.021 MB Memory before query: 25.680 MB Rows returned: 2
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (183)
AND id NOT IN (183)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | PRIMARY,category,parent,published,access,trash,language | parent | 5 | const | 2 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 0.15 ms Query memory: 0.021 MB Memory before query: 25.702 MB Rows returned: 2
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (46,182)
AND id NOT IN (46,182)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | range | PRIMARY,category,parent,published,access,trash,language | parent | 5 | NULL | 3 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.04 ms After last query: 0.13 ms Query memory: 0.021 MB Memory before query: 25.723 MB Rows returned: 0
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (33,181)
AND id NOT IN (33,181)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | range | PRIMARY,category,parent,published,access,trash,language | parent | 5 | NULL | 2 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 16.14 ms After last query: 0.12 ms Query memory: 0.019 MB Memory before query: 25.743 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_items
WHERE catid IN (183,46,182,33,181)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2024-11-01 14:28:22' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2024-11-01 14:28:22' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_items | ref | item,catid,language | item | 2 | const | 38 | Using where |
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/components/com_k2/models/itemlist.php:796 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.49 ms Query memory: 0.021 MB Memory before query: 25.767 MB Rows returned: 3
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (162)
AND id NOT IN (162)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | PRIMARY,category,parent,published,access,trash,language | parent | 5 | const | 4 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.04 ms After last query: 0.13 ms Query memory: 0.021 MB Memory before query: 25.788 MB Rows returned: 2
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (25,163,193)
AND id NOT IN (25,163,193)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | range | PRIMARY,category,parent,published,access,trash,language | parent | 5 | NULL | 4 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.04 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 25.809 MB Rows returned: 0
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (21,26)
AND id NOT IN (21,26)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | range | PRIMARY,category,parent,published,access,trash,language | parent | 5 | NULL | 2 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 16.26 ms After last query: 0.12 ms Query memory: 0.019 MB Memory before query: 25.829 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_items
WHERE catid IN (162,25,163,193,21,26)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2024-11-01 14:28:22' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2024-11-01 14:28:22' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_items | ref | item,catid,language | item | 2 | const | 38 | Using where |
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/components/com_k2/models/itemlist.php:796 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.43 ms Query memory: 0.021 MB Memory before query: 25.852 MB Rows returned: 2
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (138)
AND id NOT IN (138)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | PRIMARY,category,parent,published,access,trash,language | parent | 5 | const | 2 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.03 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 25.874 MB Rows returned: 0
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (22,24)
AND id NOT IN (22,24)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | range | PRIMARY,category,parent,published,access,trash,language | parent | 5 | NULL | 2 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 15.31 ms After last query: 0.10 ms Query memory: 0.019 MB Memory before query: 25.894 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_items
WHERE catid IN (138,22,24)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2024-11-01 14:28:22' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2024-11-01 14:28:22' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_items | ref | item,catid,language | item | 2 | const | 38 | Using where |
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/components/com_k2/models/itemlist.php:796 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.42 ms Query memory: 0.021 MB Memory before query: 25.917 MB Rows returned: 0
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (27)
AND id NOT IN (27)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | PRIMARY,category,parent,published,access,trash,language | parent | 5 | const | 1 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.24 ms After last query: 0.11 ms Query memory: 0.019 MB Memory before query: 25.937 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_items
WHERE catid IN (27)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2024-11-01 14:28:22' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2024-11-01 14:28:22' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_items | ref | item,catid,language | catid | 4 | const | 10 | Using where |
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/components/com_k2/models/itemlist.php:796 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.29 ms Query memory: 0.021 MB Memory before query: 25.961 MB Rows returned: 0
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (23)
AND id NOT IN (23)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | PRIMARY,category,parent,published,access,trash,language | parent | 5 | const | 1 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.22 ms After last query: 0.11 ms Query memory: 0.019 MB Memory before query: 25.981 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_items
WHERE catid IN (23)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2024-11-01 14:28:22' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2024-11-01 14:28:22' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_items | ref | item,catid,language | catid | 4 | const | 4 | Using where |
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/components/com_k2/models/itemlist.php:796 |
13 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 2.29 ms Query memory: 0.021 MB Memory before query: 26.039 MB Rows returned: 5
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (19)
AND id NOT IN (19)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | PRIMARY,category,parent,published,access,trash,language | parent | 5 | const | 4 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:122 |
13 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:387 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.04 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 26.061 MB Rows returned: 7
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (23,27,138,162,183)
AND id NOT IN (23,27,138,162,183)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | PRIMARY,category,parent,published,access,trash,language | category | 2 | const | 11 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:122 |
13 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:387 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.03 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 26.083 MB Rows returned: 4
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (22,24,25,46,163,182,193)
AND id NOT IN (22,24,25,46,163,182,193)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | ref | PRIMARY,category,parent,published,access,trash,language | category | 2 | const | 11 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:122 |
13 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:387 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.03 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 26.104 MB Rows returned: 0
SELECT id
FROM ouhgc_k2_categories
WHERE parent IN (21,26,33,181)
AND id NOT IN (21,26,33,181)
AND published=1
AND trash=0
AND access IN(1,1)
AND language IN('th-TH', '*')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | range | PRIMARY,category,parent,published,access,trash,language | parent | 5 | NULL | 4 | Using where |
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:1530 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
14 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:122 |
13 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:387 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 31.84 ms After last query: 0.17 ms Query memory: 0.019 MB Memory before query: 26.124 MB Rows returned: 16
SELECT i.*, c.name as categoryname,c.id as categoryid, c.alias as categoryalias, c.params as categoryparams
FROM ouhgc_k2_items as i RIGHT JOIN ouhgc_k2_categories AS c
ON c.id = i.catid
WHERE i.published = 1
AND i.access IN(1,1)
AND i.trash = 0
AND c.published = 1
AND c.access IN(1,1)
AND c.trash = 0
AND c.language IN ('th-TH','*')
AND i.language IN ('th-TH','*')
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2024-11-01 14:28:22' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2024-11-01 14:28:22' )
AND c.id IN (19,23,27,138,162,183,22,24,25,46,163,182,193,21,26,33,181)
ORDER BY i.id DESC
LIMIT 1936, 16
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | i | range | item,catid,language | item | 10 | NULL | 3318 | Using where; Using filesort |
1 | SIMPLE | c | eq_ref | PRIMARY,category,published,access,trash,language | PRIMARY | 4 | epousee_joomla3b.i.catid | 1 | Using where |
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:1681 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:360 |
13 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:387 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 23.44 ms After last query: 1.67 ms Query memory: 0.019 MB Memory before query: 26.338 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_items as i RIGHT JOIN ouhgc_k2_categories c
ON c.id = i.catid
WHERE i.published = 1
AND i.access IN(1,1)
AND i.trash = 0
AND c.published = 1
AND c.access IN(1,1)
AND c.trash = 0
AND c.language IN ('th-TH','*')
AND i.language IN ('th-TH','*')
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2024-11-01 14:28:22' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2024-11-01 14:28:22' )
AND c.id IN (19,23,27,138,162,183,22,24,25,46,163,182,193,21,26,33,181)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | i | range | item,catid,language | item | 10 | NULL | 3318 | Using where |
1 | SIMPLE | c | eq_ref | PRIMARY,category,published,access,trash,language | PRIMARY | 4 | epousee_joomla3b.i.catid | 1 | Using where |
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/components/com_k2/models/itemlist.php:598 |
13 | K2ModelItemlist->getTotal() | JROOT/components/com_k2/views/itemlist/view.html.php:415 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.08 ms After last query: 1.97 ms Query memory: 0.024 MB Memory before query: 26.589 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_categories
WHERE id = '26'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1445 |
18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.17 ms After last query: 3.59 ms Query memory: 0.024 MB Memory before query: 26.722 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_categories
WHERE id = '161'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1445 |
18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:96 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 0.86 ms Query memory: 0.024 MB Memory before query: 26.745 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1171
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.68 ms After last query: 1.60 ms Query memory: 0.034 MB Memory before query: 26.941 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `ouhgc_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ouhgc_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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/libraries/joomla/table/user.php:39 |
23 | JTableUser->__construct() | JROOT/libraries/joomla/table/table.php:311 |
22 | JTable::getInstance() | JROOT/libraries/joomla/user/user.php:598 |
21 | JUser::getTable() | JROOT/libraries/joomla/user/user.php:875 |
20 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
19 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
18 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
17 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:248 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 0.36 ms Query memory: 0.028 MB Memory before query: 27.014 MB Rows returned: 1
SELECT *
FROM `ouhgc_users`
WHERE `id` = 47
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1445 |
22 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
21 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:878 |
20 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
19 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
18 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
17 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:248 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 2.82 ms Query memory: 0.028 MB Memory before query: 28.094 MB Rows returned: 3
SELECT `g`.`id`,`g`.`title`
FROM `ouhgc_usergroups` AS g
INNER JOIN `ouhgc_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 47
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 3 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.m.group_id | 1 | |
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:1486 |
22 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
21 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:878 |
20 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
19 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
18 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
17 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:248 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 2.76 ms Query memory: 0.024 MB Memory before query: 28.402 MB Rows returned: 1
SELECT id, gender, description, image, url, `
group`, plugins
FROM ouhgc_k2_users
WHERE userID=47
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_users | ref | userID | userID | 4 | const | 1 | |
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:1642 |
18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1880 |
17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:251 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.04 ms After last query: 0.37 ms Query memory: 0.024 MB Memory before query: 28.428 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1171
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.07 ms After last query: 11.19 ms Query memory: 0.028 MB Memory before query: 28.569 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 ouhgc_fields AS a
LEFT JOIN `ouhgc_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ouhgc_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ouhgc_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ouhgc_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ouhgc_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `ouhgc_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_k2.itemlist'
AND (fc.category_id IS NULL OR fc.category_id IN (26,0))
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
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 | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 21 | epousee_joomla3b.a.language | 1 | |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.access | 1 | |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.created_user_id | 1 | |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.id | 1 | Using where; Using index |
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/model/legacy.php:307 |
21 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
20 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
19 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
17 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 0.73 ms Query memory: 0.025 MB Memory before query: 28.603 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 6.85 ms Query memory: 0.024 MB Memory before query: 29.150 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_categories
WHERE id = '25'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1445 |
18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 4.16 ms Query memory: 0.024 MB Memory before query: 29.278 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1169
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 1.18 ms Query memory: 0.024 MB Memory before query: 29.306 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1169
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.11 ms After last query: 5.39 ms Query memory: 0.029 MB Memory before query: 29.255 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 ouhgc_fields AS a
LEFT JOIN `ouhgc_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ouhgc_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ouhgc_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ouhgc_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ouhgc_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `ouhgc_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_k2.itemlist'
AND (fc.category_id IS NULL OR fc.category_id IN (25,0))
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
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 | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 21 | epousee_joomla3b.a.language | 1 | |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.access | 1 | |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.created_user_id | 1 | |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.id | 1 | Using where; Using index |
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/model/legacy.php:307 |
21 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
20 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
19 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
17 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 0.93 ms Query memory: 0.025 MB Memory before query: 29.290 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 5.63 ms Query memory: 0.024 MB Memory before query: 29.450 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1168
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.16 ms Query memory: 0.024 MB Memory before query: 29.477 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1168
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 5.08 ms Query memory: 0.025 MB Memory before query: 29.430 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 2.25 ms Query memory: 0.024 MB Memory before query: 29.495 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_categories
WHERE id = '21'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1445 |
18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 4.20 ms Query memory: 0.024 MB Memory before query: 29.623 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1166
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.18 ms Query memory: 0.024 MB Memory before query: 29.713 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1166
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.07 ms After last query: 5.02 ms Query memory: 0.029 MB Memory before query: 29.661 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 ouhgc_fields AS a
LEFT JOIN `ouhgc_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ouhgc_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ouhgc_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ouhgc_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ouhgc_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `ouhgc_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_k2.itemlist'
AND (fc.category_id IS NULL OR fc.category_id IN (21,0))
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
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 | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 21 | epousee_joomla3b.a.language | 1 | |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.access | 1 | |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.created_user_id | 1 | |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.id | 1 | Using where; Using index |
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/model/legacy.php:307 |
21 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
20 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
19 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
17 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 0.73 ms Query memory: 0.025 MB Memory before query: 29.696 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 5.38 ms Query memory: 0.024 MB Memory before query: 29.855 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1165
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.15 ms Query memory: 0.024 MB Memory before query: 29.882 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1165
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 5.32 ms Query memory: 0.025 MB Memory before query: 29.835 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 5.38 ms Query memory: 0.024 MB Memory before query: 29.995 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1164
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.14 ms Query memory: 0.024 MB Memory before query: 30.022 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1164
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.07 ms After last query: 5.26 ms Query memory: 0.025 MB Memory before query: 29.975 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 5.41 ms Query memory: 0.024 MB Memory before query: 30.136 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1162
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.15 ms Query memory: 0.024 MB Memory before query: 30.163 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1162
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 5.38 ms Query memory: 0.025 MB Memory before query: 30.116 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 2.20 ms Query memory: 0.024 MB Memory before query: 30.181 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_categories
WHERE id = '46'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1445 |
18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 4.01 ms Query memory: 0.024 MB Memory before query: 30.308 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1161
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.14 ms Query memory: 0.024 MB Memory before query: 30.335 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1161
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 5.38 ms Query memory: 0.029 MB Memory before query: 30.284 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 ouhgc_fields AS a
LEFT JOIN `ouhgc_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ouhgc_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ouhgc_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ouhgc_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ouhgc_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `ouhgc_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_k2.itemlist'
AND (fc.category_id IS NULL OR fc.category_id IN (46,0))
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
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 | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 21 | epousee_joomla3b.a.language | 1 | |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.access | 1 | |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.created_user_id | 1 | |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.id | 1 | Using where; Using index |
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/model/legacy.php:307 |
21 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
20 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
19 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
17 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 0.70 ms Query memory: 0.025 MB Memory before query: 30.319 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 2.21 ms Query memory: 0.024 MB Memory before query: 30.383 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_categories
WHERE id = '22'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1445 |
18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 3.94 ms Query memory: 0.024 MB Memory before query: 30.511 MB Rows returned: 2
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1160
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 3.17 ms Query memory: 0.024 MB Memory before query: 30.545 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1160
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.07 ms After last query: 5.50 ms Query memory: 0.028 MB Memory before query: 30.493 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 ouhgc_fields AS a
LEFT JOIN `ouhgc_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ouhgc_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ouhgc_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ouhgc_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ouhgc_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `ouhgc_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_k2.itemlist'
AND (fc.category_id IS NULL OR fc.category_id IN (22,0))
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
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 | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 21 | epousee_joomla3b.a.language | 1 | |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.access | 1 | |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.created_user_id | 1 | |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.id | 1 | Using where; Using index |
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/model/legacy.php:307 |
21 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
20 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
19 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
17 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 0.72 ms Query memory: 0.025 MB Memory before query: 30.528 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 5.33 ms Query memory: 0.024 MB Memory before query: 30.689 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1156
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.15 ms Query memory: 0.024 MB Memory before query: 30.715 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1156
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 6.23 ms Query memory: 0.025 MB Memory before query: 30.668 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 5.23 ms Query memory: 0.024 MB Memory before query: 30.815 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1153
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 1.14 ms Query memory: 0.024 MB Memory before query: 30.841 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1153
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 6.00 ms Query memory: 0.025 MB Memory before query: 30.810 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 5.16 ms Query memory: 0.024 MB Memory before query: 30.956 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1152
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.15 ms Query memory: 0.024 MB Memory before query: 30.982 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1152
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 6.20 ms Query memory: 0.025 MB Memory before query: 30.951 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 6.12 ms Query memory: 0.024 MB Memory before query: 31.097 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1150
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.04 ms After last query: 1.18 ms Query memory: 0.024 MB Memory before query: 31.123 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1150
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 6.92 ms Query memory: 0.025 MB Memory before query: 31.092 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 5.30 ms Query memory: 0.024 MB Memory before query: 31.238 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1149
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 1.15 ms Query memory: 0.024 MB Memory before query: 31.265 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1149
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 6.72 ms Query memory: 0.025 MB Memory before query: 31.233 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 5.27 ms Query memory: 0.024 MB Memory before query: 31.379 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1148
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.14 ms Query memory: 0.024 MB Memory before query: 31.405 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1148
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 6.94 ms Query memory: 0.025 MB Memory before query: 31.374 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 5.29 ms Query memory: 0.024 MB Memory before query: 31.520 MB Rows returned: 0
SELECT tag.*
FROM ouhgc_k2_tags AS tag
JOIN ouhgc_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1147
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | epousee_joomla3b.xref.tagID | 1 | Using where |
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/components/com_k2/models/item.php:1409 |
17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.05 ms After last query: 1.14 ms Query memory: 0.024 MB Memory before query: 31.546 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=1147
AND published=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 |
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:1720 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
16 | K2ModelItem->prepareItem() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
13 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:464 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 0.06 ms After last query: 7.61 ms Query memory: 0.025 MB Memory before query: 31.515 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
18 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
17 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:748 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
12 | K2ViewItemlist->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.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:50 |
Query Time: 1.50 ms After last query: 43.19 ms Query memory: 0.020 MB Memory before query: 33.125 MB Rows returned: 34
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM ouhgc_modules AS m
LEFT JOIN ouhgc_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN ouhgc_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 <= '2024-11-01 14:28:22')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-01 14:28:22')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 0 OR mm.menuid <= 0)
AND m.language IN ('th-TH','*')
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | mm | index | PRIMARY | PRIMARY | 8 | NULL | 19 | Using where; Using index; Using temporary; Using filesort |
1 | SIMPLE | m | eq_ref | PRIMARY,published,newsfeeds,idx_language | PRIMARY | 4 | epousee_joomla3b.mm.moduleid | 1 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 303 | epousee_joomla3b.m.module,const | 1 | Using where |
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: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:498 |
9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_epic_free/index.php:18 |
7 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.69 ms After last query: 18.69 ms Query memory: 0.019 MB Memory before query: 33.401 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `ouhgc_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ouhgc_extensions`
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: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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.26 ms After last query: 0.38 ms Query memory: 0.014 MB Memory before query: 33.467 MB Rows returned: 1
SELECT *
FROM ouhgc_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 | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 604 | const,const | 1 | 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: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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 2.00 ms After last query: 0.58 ms Query memory: 0.015 MB Memory before query: 33.475 MB Rows returned: 168
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 |
---|
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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.06 ms After last query: 0.39 ms Query memory: 0.014 MB Memory before query: 33.527 MB Rows returned: 6
SELECT name,value
FROM ouhgc_jsn_pagebuilder_config
WHERE 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_jsn_pagebuilder_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | |
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/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.23 ms After last query: 13.45 ms Query memory: 0.024 MB Memory before query: 34.926 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_k2'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | Using where; Using index |
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: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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.06 ms After last query: 0.87 ms Query memory: 0.026 MB Memory before query: 34.998 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_k2'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | Using where; Using index |
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:1720 |
20 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
19 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
18 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/models/k2categories.php:15 |
17 | include_once JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/models/k2categories.php | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:71 |
16 | JSNPbArticleListHelper::loadK2Libraries() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:108 |
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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 1.42 ms Query memory: 0.026 MB Memory before query: 35.345 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_k2'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | Using where; Using index |
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:1720 |
20 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:95 |
19 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:144 |
18 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/models/k2articles.php:15 |
17 | include_once JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/models/k2articles.php | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:72 |
16 | JSNPbArticleListHelper::loadK2Libraries() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:108 |
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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.17 ms After last query: 1.79 ms Query memory: 0.024 MB Memory before query: 35.981 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_easyblog'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
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: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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.17 ms After last query: 15.23 ms Query memory: 0.020 MB Memory before query: 36.889 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_easyslider'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
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/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.19 ms After last query: 9.69 ms Query memory: 0.020 MB Memory before query: 37.484 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_imageshow'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
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/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.16 ms After last query: 39.56 ms Query memory: 0.020 MB Memory before query: 39.874 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_uniform'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
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/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.08 ms After last query: 48.31 ms Query memory: 0.015 MB Memory before query: 41.466 MB Rows returned: 34
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM ouhgc_modules AS m
LEFT JOIN ouhgc_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN ouhgc_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 <= '2024-11-01 14:28:22')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-01 14:28:22')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 0 OR mm.menuid <= 0)
AND m.language IN ('th-TH','*')
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | mm | index | PRIMARY | PRIMARY | 8 | NULL | 19 | Using where; Using index; Using temporary; Using filesort |
1 | SIMPLE | m | eq_ref | PRIMARY,published,newsfeeds,idx_language | PRIMARY | 4 | epousee_joomla3b.mm.moduleid | 1 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 303 | epousee_joomla3b.m.module,const | 1 | Using where |
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/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.10 ms After last query: 20.97 ms Query memory: 0.033 MB Memory before query: 40.587 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 ouhgc_fields AS a
LEFT JOIN `ouhgc_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ouhgc_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ouhgc_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ouhgc_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ouhgc_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `ouhgc_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 (25,0))
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
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 | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 21 | epousee_joomla3b.a.language | 1 | |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.access | 1 | |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.created_user_id | 1 | |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a.id | 1 | Using where; Using index |
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/model/legacy.php:307 |
25 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
24 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
23 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
22 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
21 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
17 | JHtmlContent::prepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
15 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
14 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
13 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
12 | JModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
10 | JCacheControllerCallback->get() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:633 |
9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.75 ms Query memory: 0.028 MB Memory before query: 40.626 MB Rows returned: 1
SELECT *
FROM ouhgc_extensions
WHERE element='com_imageshow'
AND type='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 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:1642 |
23 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
22 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
21 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
17 | JHtmlContent::prepare() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
15 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
14 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
13 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
12 | JModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
10 | JCacheControllerCallback->get() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:633 |
9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.07 ms After last query: 27.87 ms Query memory: 0.019 MB Memory before query: 41.176 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 681 OR id = 682
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.70 ms Query memory: 0.019 MB Memory before query: 41.194 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 681 OR id = 683
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.63 ms Query memory: 0.019 MB Memory before query: 41.212 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 681 OR id = 684
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 2.88 ms Query memory: 0.019 MB Memory before query: 41.230 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 691 OR id = 692
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.248 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 691 OR id = 693
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.267 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 691 OR id = 694
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.73 ms Query memory: 0.019 MB Memory before query: 41.285 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 691 OR id = 695
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 1.59 ms Query memory: 0.019 MB Memory before query: 41.303 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 698
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.07 ms After last query: 0.61 ms Query memory: 0.019 MB Memory before query: 41.321 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 698
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.66 ms Query memory: 0.019 MB Memory before query: 41.340 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 698
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.64 ms Query memory: 0.019 MB Memory before query: 41.358 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 698
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.376 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 698
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.65 ms Query memory: 0.019 MB Memory before query: 41.395 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 698
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.413 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 698
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 1.07 ms Query memory: 0.019 MB Memory before query: 41.431 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 706
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.449 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 706
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.468 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 706
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 1.07 ms Query memory: 0.019 MB Memory before query: 41.486 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 709
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.61 ms Query memory: 0.019 MB Memory before query: 41.504 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.522 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.541 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.559 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.577 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.595 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.614 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.06 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.632 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 1.08 ms Query memory: 0.019 MB Memory before query: 41.650 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 1.07 ms Query memory: 0.019 MB Memory before query: 41.668 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.686 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.705 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.723 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.741 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 697 OR id = 710
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 1.54 ms Query memory: 0.019 MB Memory before query: 41.759 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 719 OR id = 720
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.777 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 719 OR id = 721
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 0.60 ms Query memory: 0.019 MB Memory before query: 41.796 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 719 OR id = 722
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 0.62 ms Query memory: 0.019 MB Memory before query: 41.814 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 719 OR id = 723
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 1.73 ms Query memory: 0.019 MB Memory before query: 41.832 MB Rows returned: 2
SELECT lft, rgt
FROM ouhgc_menu
WHERE id = 724 OR id = 725
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 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/plugins/system/jsntplframework/libraries/joomlashine/utils.php:594 |
12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_free/html/mod_menu/default.php:58 |
11 | require JROOT/templates/jsn_epic_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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.08 ms After last query: 75.42 ms Query memory: 0.015 MB Memory before query: 42.362 MB Rows returned: 1
SELECT *
FROM ouhgc_jsn_mobilize_os
WHERE os_type = 'other'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_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 |
---|
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:303 |
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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 1.55 ms Query memory: 0.015 MB Memory before query: 42.382 MB Rows returned: 0
SELECT *
FROM ouhgc_jsn_mobilize_profiles AS p
INNER JOIN ouhgc_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 | 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 |
---|
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:303 |
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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.03 ms After last query: 0.13 ms Query memory: 0.015 MB Memory before query: 42.396 MB Rows returned: 0
SELECT *
FROM ouhgc_jsn_mobilize_design
WHERE profile_id = ''
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 |
---|
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:303 |
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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.05 ms After last query: 10.09 ms Query memory: 0.014 MB Memory before query: 42.642 MB Rows returned: 1
SELECT *
FROM ouhgc_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 | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 604 | const,const | 1 | 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: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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 1.54 ms Query memory: 0.023 MB Memory before query: 42.727 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_k2'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
17 | JDatabaseDriver->loadResult() | JROOT/libraries/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.03 ms After last query: 0.25 ms Query memory: 0.022 MB Memory before query: 42.750 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_easyblog'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
17 | JDatabaseDriver->loadResult() | JROOT/libraries/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 3.30 ms Query memory: 0.019 MB Memory before query: 43.089 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_easyslider'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
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/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 1.62 ms Query memory: 0.019 MB Memory before query: 43.269 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_imageshow'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
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/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.04 ms After last query: 11.82 ms Query memory: 0.019 MB Memory before query: 43.978 MB Rows returned: 1
SELECT COUNT(`extension_id`)
FROM `ouhgc_extensions`
WHERE `element` = 'com_uniform'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using where |
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/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:778 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |