Query Time: 0.20 ms Query memory: 0.008 MB Memory before query: 5.130 MB
DELETE
FROM `ouhgc_session`
WHERE `time` < '1730413763'
EXPLAIN not possible on query: DELETE
FROM `ouhgc_session`
WHERE `time` < '1730413763'
Error |
---|
MySql have_profiling = off |
# | Caller | File and line number |
---|
6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:822 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:413 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:47 |
Query Time: 0.19 ms After last query: 2.16 ms Query memory: 0.011 MB Memory before query: 5.359 MB Rows returned: 0
SELECT `session_id`
FROM `ouhgc_session`
WHERE `session_id` = '61287a7d9d23b84fb8e1a1194613a0f7'
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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:831 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:413 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:47 |
Query Time: 0.41 ms After last query: 0.21 ms Query memory: 0.009 MB Memory before query: 5.373 MB
INSERT INTO `ouhgc_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('61287a7d9d23b84fb8e1a1194613a0f7', 1, '1730422763', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `ouhgc_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('61287a7d9d23b84fb8e1a1194613a0f7', 1, '1730422763', 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.35 ms After last query: 5.87 ms Query memory: 0.014 MB Memory before query: 6.031 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.08 ms After last query: 4.12 ms Query memory: 0.013 MB Memory before query: 6.482 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.05 ms After last query: 0.24 ms Query memory: 0.015 MB Memory before query: 6.510 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: 1.00 ms After last query: 1.88 ms Query memory: 0.014 MB Memory before query: 6.686 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.10 ms After last query: 42.65 ms Query memory: 0.013 MB Memory before query: 9.897 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.25 ms After last query: 1.08 ms Query memory: 0.013 MB Memory before query: 9.918 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.33 ms After last query: 17.52 ms Query memory: 0.023 MB Memory before query: 11.989 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.66 ms After last query: 0.59 ms Query memory: 0.018 MB Memory before query: 11.971 MB
UPDATE `ouhgc_extensions`
SET `params` = '{\"mediaversion\":\"b7940acf075f46086d060187a291717f\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `ouhgc_extensions`
SET `params` = '{\"mediaversion\":\"b7940acf075f46086d060187a291717f\"}'
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: 2.00 ms After last query: 11.05 ms Query memory: 0.016 MB Memory before query: 12.695 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.05 ms After last query: 0.30 ms Query memory: 0.015 MB Memory before query: 12.749 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.08 ms After last query: 2.04 ms Query memory: 0.016 MB Memory before query: 13.021 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.06 ms After last query: 1.88 ms Query memory: 0.016 MB Memory before query: 13.042 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.05 ms After last query: 0.20 ms Query memory: 0.016 MB Memory before query: 13.057 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.71 ms After last query: 4.62 ms Query memory: 0.028 MB Memory before query: 13.520 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.38 ms After last query: 46.50 ms Query memory: 0.027 MB Memory before query: 17.471 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:486 |
21 | JApplicationSite->getTemplate() | JROOT/libraries/cms/html/html.php:359 |
20 | JHtml::includeRelativeFiles() | JROOT/libraries/cms/html/html.php:706 |
19 | JHtml::script() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
17 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
16 | JHtml::_() | JROOT/libraries/cms/html/behavior.php:63 |
15 | JHtmlBehavior::framework() | JROOT/libraries/cms/html/behavior.php:60 |
14 | JHtmlBehavior::framework() | JROOT/libraries/cms/html/behavior.php:360 |
13 | JHtmlBehavior::modal() | Same as call in the line below. |
12 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
11 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
10 | JHtml::_() | JROOT/plugins/system/k2/k2.php:47 |
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.07 ms After last query: 23.31 ms Query memory: 0.016 MB Memory before query: 17.827 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.08 ms After last query: 2.42 ms Query memory: 0.016 MB Memory before query: 17.848 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.06 ms After last query: 0.16 ms Query memory: 0.016 MB Memory before query: 17.863 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: 2.69 ms Query memory: 0.018 MB Memory before query: 17.876 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.19 ms After last query: 11.84 ms Query memory: 0.016 MB Memory before query: 18.502 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.11 ms After last query: 4.19 ms Query memory: 0.017 MB Memory before query: 18.631 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.09 ms After last query: 21.67 ms Query memory: 0.019 MB Memory before query: 21.353 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/item/view.html.php:36 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.54 ms Query memory: 0.019 MB Memory before query: 21.373 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_items
WHERE id=3797
AND language IN ('th-TH','*')
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_items | const | PRIMARY,language | 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:1642 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:36 |
13 | K2ModelItem->getData() | JROOT/components/com_k2/views/item/view.html.php:42 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.79 ms After last query: 1.45 ms Query memory: 0.025 MB Memory before query: 21.529 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
17 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
16 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2category.php:34 |
15 | TableK2Category->__construct() | JROOT/libraries/joomla/table/table.php:311 |
14 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:74 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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: 2.04 ms Query memory: 0.021 MB Memory before query: 21.615 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_categories
WHERE id = '193'
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
15 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
14 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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: 9.14 ms Query memory: 0.021 MB Memory before query: 21.951 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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
15 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
14 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:96 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.98 ms Query memory: 0.021 MB Memory before query: 21.990 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 = 3797
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1409 |
14 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.16 ms After last query: 1.03 ms Query memory: 0.022 MB Memory before query: 22.013 MB Rows returned: 0
SELECT *
FROM ouhgc_k2_rating
WHERE itemID = 3797
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1024 |
15 | K2ModelItem->getRating() | JROOT/components/com_k2/models/item.php:1080 |
14 | K2ModelItem->getVotesPercentage() | JROOT/components/com_k2/models/item.php:196 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.70 ms After last query: 1.77 ms Query memory: 0.031 MB Memory before query: 22.284 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
22 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
21 | JTable->__construct() | JROOT/libraries/joomla/table/user.php:39 |
20 | JTableUser->__construct() | JROOT/libraries/joomla/table/table.php:311 |
19 | JTable::getInstance() | JROOT/libraries/joomla/user/user.php:598 |
18 | JUser::getTable() | JROOT/libraries/joomla/user/user.php:875 |
17 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
16 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
15 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
14 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:248 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.32 ms Query memory: 0.026 MB Memory before query: 22.355 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
18 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:878 |
17 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
16 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
15 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
14 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:248 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.36 ms Query memory: 0.025 MB Memory before query: 23.432 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
19 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
18 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:878 |
17 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
16 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
15 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
14 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:248 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.25 ms Query memory: 0.021 MB Memory before query: 23.738 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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1880 |
14 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:251 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.45 ms Query memory: 0.021 MB Memory before query: 23.760 MB Rows returned: 1
SELECT COUNT(*)
FROM ouhgc_k2_comments
WHERE itemID=3797
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1745 |
14 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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: 22.78 ms Query memory: 0.028 MB Memory before query: 26.474 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.item-gallery'
AND (fc.category_id IS NULL OR fc.category_id IN (193,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:614 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/item/view.html.php:54 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.11 ms Query memory: 0.028 MB Memory before query: 27.435 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_parameter.php:81 |
20 | JSNISParameter->getParameters() | JROOT/administrator/components/com_imageshow/imageshow.defines.php:27 |
19 | require_once JROOT/administrator/components/com_imageshow/imageshow.defines.php | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:16 |
18 | include_once JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php | JROOT/plugins/content/imageshow/imageshow.php:28 |
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:614 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/item/view.html.php:54 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.34 ms After last query: 6.22 ms Query memory: 0.025 MB Memory before query: 28.132 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:614 |
13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/item/view.html.php:54 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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: 48.12 ms Query memory: 0.029 MB Memory before query: 28.799 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.item'
AND (fc.category_id IS NULL OR fc.category_id IN (193,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/item/view.html.php:54 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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: 1.09 ms Query memory: 0.025 MB Memory before query: 28.833 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/item/view.html.php:54 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.29 ms After last query: 10.28 ms Query memory: 0.025 MB Memory before query: 29.619 MB Rows returned: 36
SHOW FULL COLUMNS
FROM `ouhgc_k2_items`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ouhgc_k2_items`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
17 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
16 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2item.php:56 |
15 | TableK2Item->__construct() | JROOT/libraries/joomla/table/table.php:311 |
14 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:929 |
13 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:136 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.28 ms After last query: 0.47 ms Query memory: 0.019 MB Memory before query: 29.718 MB
UPDATE ouhgc_k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '3797'
EXPLAIN not possible on query: UPDATE ouhgc_k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '3797'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/table/table.php:1240 |
14 | JTable->hit() | JROOT/components/com_k2/models/item.php:930 |
13 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:136 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.48 ms After last query: 0.26 ms Query memory: 0.019 MB Memory before query: 29.727 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_items
WHERE id != 3797
AND catid=193
AND ordering > 758
AND published=1
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2024-11-01 00:59:23' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2024-11-01 00:59:23' )
AND access IN(1,1)
AND trash=0
AND language IN ('th-TH','*')
ORDER BY ordering ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_items | range | PRIMARY,item,catid,ordering,language | ordering | 4 | NULL | 286 | 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:1642 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1861 |
13 | K2ModelItem->getNextItem() | JROOT/components/com_k2/views/item/view.html.php:323 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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.56 ms After last query: 2.65 ms Query memory: 0.019 MB Memory before query: 29.760 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_items
WHERE id != 3797
AND catid=193
AND ordering < 758
AND published=1
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2024-11-01 00:59:23' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2024-11-01 00:59:23' )
AND access IN(1,1)
AND trash=0
AND language IN ('th-TH','*')
ORDER BY ordering DESC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_items | range | PRIMARY,item,catid,ordering,language | ordering | 4 | NULL | 3547 | 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:1642 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1816 |
13 | K2ModelItem->getPreviousItem() | JROOT/components/com_k2/views/item/view.html.php:364 |
12 | K2ViewItem->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/item.php:80 |
8 | K2ControllerItem->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: 2.80 ms After last query: 28.82 ms Query memory: 0.020 MB Memory before query: 30.784 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 00:59:23')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-01 00:59:23')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 1581 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.85 ms After last query: 12.60 ms Query memory: 0.019 MB Memory before query: 30.878 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.31 ms After last query: 0.43 ms Query memory: 0.014 MB Memory before query: 30.943 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: 0.24 ms After last query: 0.49 ms Query memory: 0.014 MB Memory before query: 30.951 MB Rows returned: 1
SELECT *
FROM ouhgc_k2_items
WHERE id=3797
AND language IN ('th-TH','*')
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ouhgc_k2_items | const | PRIMARY,language | PRIMARY | 4 | const | 1 | |
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:1642 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:36 |
9 | K2ModelItem->getData() | JROOT/plugins/system/pagebuilder/pagebuilder.php:109 |
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.15 ms After last query: 0.61 ms Query memory: 0.015 MB Memory before query: 30.977 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.04 ms After last query: 0.30 ms Query memory: 0.014 MB Memory before query: 31.029 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.24 ms After last query: 14.83 ms Query memory: 0.024 MB Memory before query: 32.428 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.04 ms After last query: 0.65 ms Query memory: 0.026 MB Memory before query: 32.500 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.07 ms After last query: 1.79 ms Query memory: 0.026 MB Memory before query: 32.847 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.21 ms After last query: 3.44 ms Query memory: 0.024 MB Memory before query: 33.483 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.21 ms After last query: 18.95 ms Query memory: 0.020 MB Memory before query: 34.391 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.17 ms After last query: 11.25 ms Query memory: 0.020 MB Memory before query: 34.986 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.29 ms After last query: 47.91 ms Query memory: 0.020 MB Memory before query: 37.376 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.11 ms After last query: 62.78 ms Query memory: 0.015 MB Memory before query: 38.968 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 00:59:23')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-01 00:59:23')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 1581 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.07 ms After last query: 22.20 ms Query memory: 0.032 MB Memory before query: 38.075 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 (193,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.84 ms Query memory: 0.028 MB Memory before query: 38.113 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.10 ms After last query: 29.19 ms Query memory: 0.019 MB Memory before query: 38.667 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.08 ms After last query: 0.88 ms Query memory: 0.019 MB Memory before query: 38.686 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.07 ms After last query: 0.86 ms Query memory: 0.019 MB Memory before query: 38.704 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.08 ms After last query: 3.41 ms Query memory: 0.019 MB Memory before query: 38.723 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.05 ms After last query: 0.95 ms Query memory: 0.019 MB Memory before query: 38.742 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.08 ms After last query: 0.85 ms Query memory: 0.019 MB Memory before query: 38.761 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.06 ms After last query: 0.85 ms Query memory: 0.019 MB Memory before query: 38.779 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.91 ms Query memory: 0.019 MB Memory before query: 38.797 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.72 ms Query memory: 0.019 MB Memory before query: 38.815 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.74 ms Query memory: 0.019 MB Memory before query: 38.834 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.70 ms Query memory: 0.019 MB Memory before query: 38.852 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.79 ms Query memory: 0.019 MB Memory before query: 38.870 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.71 ms Query memory: 0.019 MB Memory before query: 38.888 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.74 ms Query memory: 0.019 MB Memory before query: 38.907 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.23 ms Query memory: 0.019 MB Memory before query: 38.925 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.06 ms After last query: 0.70 ms Query memory: 0.019 MB Memory before query: 38.943 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.86 ms Query memory: 0.019 MB Memory before query: 38.961 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.24 ms Query memory: 0.019 MB Memory before query: 38.980 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.07 ms After last query: 0.70 ms Query memory: 0.019 MB Memory before query: 38.998 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.28 ms Query memory: 0.019 MB Memory before query: 39.016 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.74 ms Query memory: 0.019 MB Memory before query: 39.034 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.71 ms Query memory: 0.019 MB Memory before query: 39.053 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.69 ms Query memory: 0.019 MB Memory before query: 39.071 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.70 ms Query memory: 0.019 MB Memory before query: 39.089 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.71 ms Query memory: 0.019 MB Memory before query: 39.107 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.71 ms Query memory: 0.019 MB Memory before query: 39.126 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.07 ms After last query: 1.26 ms Query memory: 0.019 MB Memory before query: 39.144 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: 1.26 ms Query memory: 0.019 MB Memory before query: 39.162 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.71 ms Query memory: 0.019 MB Memory before query: 39.180 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.07 ms After last query: 0.71 ms Query memory: 0.019 MB Memory before query: 39.198 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.07 ms After last query: 1.24 ms Query memory: 0.019 MB Memory before query: 39.217 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.82 ms Query memory: 0.019 MB Memory before query: 39.235 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.94 ms Query memory: 0.019 MB Memory before query: 39.253 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.06 ms After last query: 0.80 ms Query memory: 0.019 MB Memory before query: 39.271 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.07 ms After last query: 0.77 ms Query memory: 0.019 MB Memory before query: 39.289 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.05 ms After last query: 0.77 ms Query memory: 0.019 MB Memory before query: 39.308 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.06 ms After last query: 1.85 ms Query memory: 0.019 MB Memory before query: 39.326 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.05 ms After last query: 7.03 ms Query memory: 0.023 MB Memory before query: 39.537 MB Rows returned: 2
SELECT `c2`.`language`,`c2`.`id`
FROM `ouhgc_menu` AS `c`
INNER JOIN `ouhgc_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `ouhgc_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `ouhgc_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 1581
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | a | const | PRIMARY,idx_key | PRIMARY | 156 | const,const | 1 | |
1 | SIMPLE | a2 | ref | idx_key | idx_key | 96 | const | 2 | Using index |
1 | SIMPLE | c2 | eq_ref | PRIMARY | PRIMARY | 4 | epousee_joomla3b.a2.id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/language/associations.php:101 |
16 | JLanguageAssociations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:314 |
15 | MenusHelper::getAssociations() | JROOT/modules/mod_languages/helper.php:61 |
14 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
13 | include JROOT/modules/mod_languages/mod_languages.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.06 ms After last query: 51.23 ms Query memory: 0.015 MB Memory before query: 39.889 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.07 ms After last query: 1.50 ms Query memory: 0.015 MB Memory before query: 39.908 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.05 ms After last query: 0.23 ms Query memory: 0.015 MB Memory before query: 39.922 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: 9.07 ms Query memory: 0.014 MB Memory before query: 39.979 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.07 ms After last query: 1.66 ms Query memory: 0.022 MB Memory before query: 40.065 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.05 ms After last query: 0.50 ms Query memory: 0.022 MB Memory before query: 40.087 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.06 ms After last query: 3.93 ms Query memory: 0.019 MB Memory before query: 40.426 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.06 ms After last query: 2.05 ms Query memory: 0.019 MB Memory before query: 40.607 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.10 ms After last query: 14.47 ms Query memory: 0.019 MB Memory before query: 41.315 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 |