Query Time: 0.46 ms
DELETE
FROM `jos_session`
WHERE `time` < '1498050063'
EXPLAIN not possible on query: DELETE
FROM `jos_session`
WHERE `time` < '1498050063'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/application/cms.php:818 |
| 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:412 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.55 ms After last query: 0.69 ms
SELECT `data`
FROM `jos_session`
WHERE `session_id` = '9ko8bquii8duojgf4r9b70slk3'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_session | const | PRIMARY | PRIMARY | 766 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:82 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:648 |
| 9 | JSession->_start() | JROOT/libraries/joomla/session/session.php:608 |
| 8 | JSession->start() | JROOT/libraries/joomla/session/session.php:486 |
| 7 | JSession->get() | JROOT/libraries/joomla/session/session.php:443 |
| 6 | JSession->isNew() | JROOT/libraries/cms/application/cms.php:825 |
| 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:412 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.88 ms After last query: 2.85 ms
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | extension | extension | 82 | const | 41 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/component/helper.php:452 |
| 9 | JComponentHelper::{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:460 |
| 6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
| 5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:111 |
| 4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:593 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 2.60 ms
SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysql->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:1047 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.49 ms
SELECT id, rules
FROM `jos_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:1064 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.91 ms After last query: 0.47 ms
SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM jos_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | extension | extension | 82 | const | 113 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:311 |
| 9 | JPluginHelper::{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/plugin/helper.php:316 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 10.40 ms
SELECT `enabled`
FROM `jos_extensions`
WHERE `element` = 'com_akeeba'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/backuponupdate/backuponupdate.php:50 |
| 7 | require_once JROOT/plugins/system/backuponupdate/backuponupdate.php | JROOT/libraries/cms/plugin/helper.php:230 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:682 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.36 ms After last query: 12.91 ms
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 jos_menu AS m
LEFT JOIN jos_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 | 85 | Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.m.component_id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
| 17 | JMenuSite->{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 15 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
| 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:129 |
| 11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:443 |
| 10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
| 9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:59 |
| 8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:198 |
| 7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:548 |
| 6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:402 |
| 5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1141 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 14.04 ms
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 19 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 |
| 18 | JLibraryHelper::{closure}() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 16 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 |
| 15 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 |
| 14 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 |
| 13 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 |
| 12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
| 11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 10 | JFactory::getDocument() | JROOT/plugins/system/jcktypography/jcktypography.php:48 |
| 9 | plgSystemJCKtypography->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:1151 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.79 ms After last query: 0.55 ms
UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"dbed9bc78513f97b7ea6f87ff8383b42\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"dbed9bc78513f97b7ea6f87ff8383b42\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->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/jcktypography/jcktypography.php:48 |
| 9 | plgSystemJCKtypography->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:1151 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 2.76 ms
SELECT id, home, template, s.params
FROM jos_template_styles as s
LEFT JOIN jos_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | joomla_6.s.template,const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:485 |
| 12 | JApplicationSite->getTemplate() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/loader.php:33 |
| 11 | jsn_template_framework_class_loader() | Same as call in the line below. |
| 10 | spl_autoload_call() | JROOT/plugins/system/jsntplframework/jsntplframework.php:145 |
| 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:1151 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 1.50 ms
SELECT manifest_cache
FROM jos_extensions
WHERE element LIKE 'jsn_epic_pro'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 5 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->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:198 |
| 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:145 |
| 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:1151 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 3.85 ms
SELECT *
FROM jos_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:148 |
| 5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:327 |
| 4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 7.09 ms
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
WHERE `name` IN ('com_','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_extplorer','com_fields','com_finder','com_formmaker','com_imageshow','com_installer','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_poweradmin','com_redirect','com_search','com_tags','com_templates','com_users','com_weblinks','com_wrapper','com_xmap') OR `parent_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_assets | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 218 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |
| 19 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
| 18 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
| 17 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
| 16 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 15 | JUser->authorise() | JROOT/components/com_content/models/articles.php:113 |
| 14 | ContentModelArticles->populateState() | JROOT/components/com_content/models/featured.php:42 |
| 13 | ContentModelFeatured->populateState() | JROOT/libraries/legacy/model/legacy.php:434 |
| 12 | JModelLegacy->getState() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 11 | JViewLegacy->get() | JROOT/components/com_content/views/featured/view.html.php:54 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.58 ms After last query: 3.04 ms
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM jos_content AS a
LEFT JOIN jos_categories AS c
ON c.id = a.catid
LEFT JOIN jos_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
WHERE a.featured = 1
AND a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2017-06-21 13:16:03')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2017-06-21 13:16:03')
ORDER BY
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created DESC
LIMIT 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,idx_featured_catid | idx_featured_catid | 1 | const | 2 | Using where; Using filesort |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.created_by | 1 | |
| 1 | SIMPLE | uam | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.modified_by | 1 | |
| 1 | SIMPLE | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | joomla_6.a.catid | 1 | Using where |
| 1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.c.parent_id | 1 | |
| 1 | SIMPLE | v | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
| 15 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:186 |
| 14 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:536 |
| 13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:100 |
| 12 | ContentModelFeatured->getItems() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 11 | JViewLegacy->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 1.97 ms
SELECT COUNT(*)
FROM jos_content AS a
LEFT JOIN jos_categories AS c
ON c.id = a.catid
LEFT JOIN jos_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
WHERE a.featured = 1
AND a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2017-06-21 13:16:03')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2017-06-21 13:16:03')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,idx_featured_catid | idx_featured_catid | 1 | const | 2 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.created_by | 1 | Using index |
| 1 | SIMPLE | uam | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.modified_by | 1 | Using index |
| 1 | SIMPLE | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | joomla_6.a.catid | 1 | Using where |
| 1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.c.parent_id | 1 | Using index |
| 1 | SIMPLE | v | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.id | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/legacy/model/legacy.php:334 |
| 14 | JModelLegacy->_getListCount() | JROOT/libraries/legacy/model/list.php:281 |
| 13 | JModelList->getTotal() | JROOT/libraries/legacy/model/list.php:231 |
| 12 | JModelList->getPagination() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
| 11 | JViewLegacy->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 7.15 ms
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM jos_categories as c
LEFT JOIN jos_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=80
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using filesort |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 94 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:301 |
| 20 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:182 |
| 19 | JCategories->get() | JROOT/administrator/components/com_fields/models/fields.php:197 |
| 18 | FieldsModelFields->getListQuery() | JROOT/libraries/legacy/model/list.php:132 |
| 17 | JModelList->_getListQuery() | JROOT/libraries/legacy/model/list.php:186 |
| 16 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
| 14 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/featured/view.html.php:98 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.78 ms
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 jos_fields AS a
LEFT JOIN `jos_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jos_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (80,0,77))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
GROUP BY a.id, l.title, l.image, uc.name, ag.title, ua.name, g.title, g.access, g.state
ORDER BY a.ordering DESC
| 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 temporary; Using filesort |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | joomla_6.a.language | 1 | |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.access | 1 | |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.created_user_id | 1 | |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.group_id | 1 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | joomla_6.a.id | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
| 18 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:327 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
| 16 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
| 14 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/featured/view.html.php:98 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 1.95 ms
SELECT `name`, `value`
FROM `jos_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 | jos_jsn_imageshow_config | ALL | name | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_parameter.php:79 |
| 17 | JSNISParameter->getParameters() | JROOT/administrator/components/com_imageshow/imageshow.defines.php:27 |
| 16 | require_once JROOT/administrator/components/com_imageshow/imageshow.defines.php | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:16 |
| 15 | include_once JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php | JROOT/plugins/content/imageshow/imageshow.php:28 |
| 14 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/featured/view.html.php:98 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 16.28 ms
SELECT *
FROM jos_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 15 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:47 |
| 14 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/featured/view.html.php:98 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 1.42 ms
SELECT MAX(contact.id) AS contactid, contact.alias, contact.catid
FROM `jos_contact_details` AS `contact`
WHERE contact.published = 1
AND contact.user_id = 62
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | contact | ALL | idx_state | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/content/contact/contact.php:108 |
| 15 | PlgContentContact->getContactId() | JROOT/plugins/content/contact/contact.php:60 |
| 14 | PlgContentContact->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/featured/view.html.php:98 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.92 ms After last query: 14.74 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos_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 <= '2017-06-21 13:16:03')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2017-06-21 13:16:03')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 435 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 137 | Using where; Using filesort |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | joomla_6.m.module,const | 1 | Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | joomla_6.m.id | 2 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:421 |
| 12 | JModuleHelper::load() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:89 |
| 11 | JModuleHelper::getModules() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:158 |
| 10 | JSNTplUtils->countModules() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:470 |
| 9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:118 |
| 8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_epic_pro/index.php:18 |
| 7 | require JROOT/templates/jsn_epic_pro/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:1098 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 97.95 ms
SELECT m.id
FROM jos_modules AS m
INNER JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid < 0
AND mm.menuid = -435)
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "content-top-below", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer", "bottom", "background", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 137 | Using where |
| 1 | SIMPLE | mm | eq_ref | PRIMARY | PRIMARY | 8 | joomla_6.m.id,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:701 |
| 13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:742 |
| 12 | JSNTplUtils->checkK2() | JROOT/templates/jsn_epic_pro/template_custom.php:23 |
| 11 | include_once JROOT/templates/jsn_epic_pro/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:950 |
| 10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:707 |
| 9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:118 |
| 8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_epic_pro/index.php:18 |
| 7 | require JROOT/templates/jsn_epic_pro/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:1098 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.32 ms
SELECT m.id
FROM jos_modules AS m
INNER JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid = 435 OR mm.menuid = 0 OR (mm.menuid < 0
AND mm.menuid != -435))
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "content-top-below", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer", "bottom", "background", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
GROUP BY m.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | index | PRIMARY,published,newsfeeds | PRIMARY | 4 | NULL | 81 | Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | joomla_6.m.id | 2 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:722 |
| 13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:742 |
| 12 | JSNTplUtils->checkK2() | JROOT/templates/jsn_epic_pro/template_custom.php:23 |
| 11 | include_once JROOT/templates/jsn_epic_pro/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:950 |
| 10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:707 |
| 9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:118 |
| 8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_epic_pro/index.php:18 |
| 7 | require JROOT/templates/jsn_epic_pro/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:1098 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.50 ms
SELECT m.id
FROM jos_modules AS m
INNER JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_virtuemart_%'
AND (mm.menuid < 0
AND mm.menuid = -435)
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "content-top-below", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer", "bottom", "background", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 137 | Using where |
| 1 | SIMPLE | mm | eq_ref | PRIMARY | PRIMARY | 8 | joomla_6.m.id,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:701 |
| 13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:751 |
| 12 | JSNTplUtils->checkVM() | JROOT/templates/jsn_epic_pro/template_custom.php:28 |
| 11 | include_once JROOT/templates/jsn_epic_pro/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:950 |
| 10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:707 |
| 9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:118 |
| 8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_epic_pro/index.php:18 |
| 7 | require JROOT/templates/jsn_epic_pro/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:1098 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.30 ms
SELECT m.id
FROM jos_modules AS m
INNER JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_virtuemart_%'
AND (mm.menuid = 435 OR mm.menuid = 0 OR (mm.menuid < 0
AND mm.menuid != -435))
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "content-top-below", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer", "bottom", "background", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
GROUP BY m.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | index | PRIMARY,published,newsfeeds | PRIMARY | 4 | NULL | 81 | Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | joomla_6.m.id | 2 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:722 |
| 13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:751 |
| 12 | JSNTplUtils->checkVM() | JROOT/templates/jsn_epic_pro/template_custom.php:28 |
| 11 | include_once JROOT/templates/jsn_epic_pro/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:950 |
| 10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:707 |
| 9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:118 |
| 8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_epic_pro/index.php:18 |
| 7 | require JROOT/templates/jsn_epic_pro/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:1098 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.22 ms After last query: 238.04 ms
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 jos_fields AS a
LEFT JOIN `jos_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jos_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 (80,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
GROUP BY a.id, l.title, l.image, uc.name, ag.title, ua.name, g.title, g.access, g.state
ORDER BY a.ordering DESC
| 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 temporary; Using filesort |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | joomla_6.a.language | 1 | |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.access | 1 | |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.created_user_id | 1 | |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | joomla_6.a.group_id | 1 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | joomla_6.a.id | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
| 22 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:327 |
| 21 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
| 20 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
| 19 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
| 18 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 1.60 ms
SELECT *
FROM jos_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:47 |
| 18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 3.08 ms
SELECT *
FROM jos_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:47 |
| 18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 2.57 ms
SELECT *
FROM jos_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:47 |
| 18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 2.50 ms
SELECT *
FROM jos_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:47 |
| 18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 2.45 ms
SELECT *
FROM jos_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:47 |
| 18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 5.65 ms
SELECT *
FROM jos_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:47 |
| 18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 3.22 ms
SELECT *
FROM jos_extensions
WHERE element='com_imageshow'
AND type='component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
| 13 | JSNISUtils->getComponentInfo() | JROOT/modules/mod_imageshow/helper.php:25 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.67 ms
SELECT c.introtext, c.fulltext
FROM jos_imageshow_showlist sl
INNER JOIN jos_content c
ON sl.alter_autid = c.id
WHERE sl.showlist_id=3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_show.php:85 |
| 13 | JSNISShow->getArticleAuth() | JROOT/modules/mod_imageshow/helper.php:43 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.21 ms
SELECT *
FROM jos_imageshow_showlist
WHERE published = 1
AND showlist_id = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
| 13 | JSNISShowlist->getShowListByID() | JROOT/modules/mod_imageshow/helper.php:44 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.26 ms
SELECT *
FROM jos_imageshow_showcase
WHERE published = 1
AND showcase_id = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_showcase | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcase.php:155 |
| 13 | JSNISShowcase->getShowCaseByID() | JROOT/modules/mod_imageshow/helper.php:45 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.41 ms
SELECT *
FROM jos_imageshow_theme_profile
WHERE showcase_id =1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_theme_profile | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:341 |
| 13 | JSNISShowcaseTheme->getThemeProfile() | JROOT/modules/mod_imageshow/helper.php:63 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.72 ms After last query: 1.41 ms
SHOW FULL COLUMNS
FROM `jos_imageshow_showlist`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_imageshow_showlist`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 19 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 18 | JTable->__construct() | JROOT/administrator/components/com_imageshow/tables/showlist.php:41 |
| 17 | TableShowList->TableShowList() | JROOT/libraries/joomla/table/table.php:311 |
| 16 | JTable::getInstance() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:17 |
| 15 | JSNImagesSourcesDefault->__construct() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:18 |
| 14 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 13 | JSNISFactory::getSource() | JROOT/modules/mod_imageshow/helper.php:90 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 1.95 ms
SELECT *
FROM jos_imageshow_showlist
WHERE `showlist_id` = '3'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 16 | JTable->load() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:20 |
| 15 | JSNImagesSourcesDefault->__construct() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:18 |
| 14 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 13 | JSNISFactory::getSource() | JROOT/modules/mod_imageshow/helper.php:90 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.91 ms
UPDATE jos_extensions
SET enabled = 1
WHERE element LIKE 'source%'
AND folder = 'jsnimageshow'
AND enabled = 0
EXPLAIN not possible on query: UPDATE jos_extensions SET enabled = 1 WHERE element LIKE 'source%' AND folder = 'jsnimageshow' AND enabled = 0
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 20 | JDatabase->query() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:67 |
| 19 | JSNISSource->_setListSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:26 |
| 18 | JSNISSource->JSNISSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:33 |
| 17 | JSNISFactory::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:70 |
| 16 | JSNISFactory::getObj() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:33 |
| 15 | JSNImagesSourcesInternal->checkComponent() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:20 |
| 14 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 13 | JSNISFactory::getSource() | JROOT/modules/mod_imageshow/helper.php:90 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.77 ms After last query: 0.22 ms
SELECT *
FROM jos_extensions
WHERE element LIKE 'source%'
AND folder = 'jsnimageshow'
AND enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:71 |
| 19 | JSNISSource->_setListSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:26 |
| 18 | JSNISSource->JSNISSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:33 |
| 17 | JSNISFactory::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:70 |
| 16 | JSNISFactory::getObj() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:33 |
| 15 | JSNImagesSourcesInternal->checkComponent() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:20 |
| 14 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 13 | JSNISFactory::getSource() | JROOT/modules/mod_imageshow/helper.php:90 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.89 ms
SELECT album_extid
FROM jos_imageshow_images
WHERE showlist_id =3
AND sync = 1
GROUP BY album_extid
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_images | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 16 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:198 |
| 15 | JSNISImages->getSyncAlbumsByShowlistID() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:23 |
| 14 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 13 | JSNISFactory::getSource() | JROOT/modules/mod_imageshow/helper.php:90 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.21 ms
SELECT
image_id, image_title,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data
FROM jos_imageshow_images
WHERE showlist_id =3
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_images | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:46 |
| 13 | JSNISImages->getImagesByShowlistID() | JROOT/modules/mod_imageshow/helper.php:91 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.34 ms
SELECT *
FROM jos_extensions
WHERE folder = 'jsnimageshow'
AND element='themeslider'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:293 |
| 13 | JSNISShowcaseTheme->getThemeInfo() | JROOT/modules/mod_imageshow/helper.php:139 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 2.32 ms
SELECT *
FROM jos_imageshow_showlist
WHERE published = 1
AND showlist_id = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.00 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 22 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
| 21 | JSNISShowlist->getShowListByID() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:26 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:260 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:151 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.72 ms
SELECT *
FROM jos_imageshow_showlist
WHERE `showlist_id` = '3'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 22 | JTable->load() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:123 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:260 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:151 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 1.00 ms
SELECT *
FROM jos_imageshow_showlist
WHERE `showlist_id` = '3'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.00 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 25 | JTable->load() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:20 |
| 24 | JSNImagesSourcesDefault->__construct() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:18 |
| 23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:260 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:151 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.66 ms
SELECT album_extid
FROM jos_imageshow_images
WHERE showlist_id =3
AND sync = 1
GROUP BY album_extid
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_images | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | Using where; Using temporary; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.02 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 25 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:198 |
| 24 | JSNISImages->getSyncAlbumsByShowlistID() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:23 |
| 23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
| 22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:260 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:151 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.39 ms
SELECT
image_id, image_title,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data
FROM jos_imageshow_images
WHERE showlist_id =3
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_images | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.00 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:46 |
| 25 | JSNISImages->getImagesByShowlistID() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:157 |
| 24 | JSNImagesSourcesDefault->getImages2JSON() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:102 |
| 23 | JSNImagesSourcesInternal->getImages2JSON() | JROOT/administrator/components/com_imageshow/imagesources/source_folder/internal_source_folder.php:403 |
| 22 | JSNInternalSourceFolder->getImages2JSON() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:126 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:260 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:151 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.39 ms
SELECT *
FROM jos_imageshow_showlist
WHERE published = 1
AND showlist_id = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_showlist | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
| 22 | JSNISShowlist->getShowListByID() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:129 |
| 21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:260 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:151 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.26 ms After last query: 4.19 ms
SHOW FULL COLUMNS
FROM `jos_imageshow_theme_slider`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_imageshow_theme_slider`
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.30 ms |
| System lock | 0.02 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Opening tables | 0.02 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.11 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 29 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 27 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 26 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 25 | JTable->__construct() | JROOT/plugins/jsnimageshow/themeslider/tables/themeslider.php:35 |
| 24 | TableThemeSlider->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 23 | JTable::getInstance() | JROOT/plugins/jsnimageshow/themeslider/models/themeslider.php:50 |
| 22 | ThemeSlider->getTable() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:274 |
| 21 | JSNISSliderDisplay->getThemeDataStandard() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:55 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:260 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:151 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.81 ms
SELECT *
FROM jos_imageshow_theme_slider
WHERE `theme_id` = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_imageshow_theme_slider | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.00 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.02 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 23 | JTable->load() | JROOT/plugins/jsnimageshow/themeslider/models/themeslider.php:52 |
| 22 | ThemeSlider->getTable() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:274 |
| 21 | JSNISSliderDisplay->getThemeDataStandard() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:55 |
| 20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:260 |
| 19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
| 18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
| 14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
| 13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:151 |
| 12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
| 11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
| 10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 10.88 ms
SELECT lft, rgt
FROM jos_menu
WHERE id = 483 OR id = 681
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:578 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_pro/html/mod_menu/default.php:58 |
| 11 | require JROOT/templates/jsn_epic_pro/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:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.75 ms
SELECT lft, rgt
FROM jos_menu
WHERE id = 483 OR id = 484
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.00 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:578 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_pro/html/mod_menu/default.php:58 |
| 11 | require JROOT/templates/jsn_epic_pro/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:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.74 ms
SELECT lft, rgt
FROM jos_menu
WHERE id = 483 OR id = 485
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:578 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_pro/html/mod_menu/default.php:58 |
| 11 | require JROOT/templates/jsn_epic_pro/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:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.66 ms
SELECT lft, rgt
FROM jos_menu
WHERE id = 483 OR id = 1006
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:578 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_pro/html/mod_menu/default.php:58 |
| 11 | require JROOT/templates/jsn_epic_pro/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:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.66 ms
SELECT lft, rgt
FROM jos_menu
WHERE id = 483 OR id = 1007
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:578 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_pro/html/mod_menu/default.php:58 |
| 11 | require JROOT/templates/jsn_epic_pro/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:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.65 ms
SELECT lft, rgt
FROM jos_menu
WHERE id = 483 OR id = 1008
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.01 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| logging slow query | 0.00 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:578 |
| 12 | JSNTplUtils->isLastMenu() | JROOT/templates/jsn_epic_pro/html/mod_menu/default.php:58 |
| 11 | require JROOT/templates/jsn_epic_pro/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:1112 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
9 × SELECT *
FROM jos_extensions
6 × SELECT lft, rgt
FROM jos_menu
6 × SELECT *
FROM jos_imageshow_showlist
4 × SELECT m.id
FROM jos_modules AS m
INNER JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
2 × SELECT image_id, image_title, image_small, image_big, image_medium, image_description, image_link, image_extid, album_extid, image_size, custom_data, exif_data
FROM jos_imageshow_images
2 × SELECT album_extid
FROM jos_imageshow_images
2 × SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state
FROM jos_fields AS a
LEFT JOIN `jos_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jos_fields_categories` AS fc
ON fc.field_id = a.id
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
1 × SELECT *
FROM jos_imageshow_showcase
1 × SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM jos_extensions
1 × SELECT `enabled`
FROM `jos_extensions`
1 × SELECT *
FROM jos_imageshow_theme_profile
1 × SELECT c.introtext, c.fulltext
FROM jos_imageshow_showlist sl
INNER JOIN jos_content c
ON sl.alter_autid = c.id
1 × SELECT id, rules
FROM `jos_viewlevels
1 × SELECT *
FROM jos_imageshow_theme_slider
1 × SELECT *
FROM jos_extensions
1 × SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT MAX(contact.id) AS contactid, contact.alias, contact.catid
FROM `jos_contact_details` AS `contact`
1 × SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating, COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM jos_content AS a
LEFT JOIN jos_categories AS c
ON c.id = a.catid
LEFT JOIN jos_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
1 × SELECT *
FROM jos_languages
1 × SELECT manifest_cache
FROM jos_extensions
1 × SELECT COUNT(*)
FROM jos_content AS a
LEFT JOIN jos_categories AS c
ON c.id = a.catid
LEFT JOIN jos_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM jos_categories as c
LEFT JOIN jos_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM jos_menu AS m
LEFT JOIN jos_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `name`, `value`
FROM `jos_jsn_imageshow_config`
1 × SELECT `data`
FROM `jos_session`
1 × SELECT id, home, template, s.params
FROM jos_template_styles as s
LEFT JOIN jos_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id