Query Time: 0.33 ms
SELECT `data`
FROM `asb_session`
WHERE `session_id` = 'nsq3v9uohep4f7ue1ug3hiebg0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_session | const | PRIMARY | PRIMARY | 766 | const | 1 | |
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:1728 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
12 | JSessionStorageDatabase->read() | Same as call in the line below. |
11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:259 |
10 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:49 |
9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:636 |
7 | JSession->_start() | JROOT/libraries/joomla/session/session.php:596 |
6 | JSession->start() | JROOT/libraries/cms/application/cms.php:748 |
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:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.56 ms After last query: 3.23 ms
DELETE
FROM `asb_session`
WHERE `time` < '1524413385'
EXPLAIN not possible on query: DELETE
FROM `asb_session`
WHERE `time` < '1524413385'
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:765 |
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:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.88 ms After last query: 0.20 ms
SELECT `session_id`
FROM `asb_session`
WHERE `session_id` = 'nsq3v9uohep4f7ue1ug3hiebg0'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_session | const | PRIMARY | PRIMARY | 766 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 8 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
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:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.24 ms After last query: 0.20 ms
INSERT INTO `asb_session`
(`session_id`, `client_id`, `time`)
VALUES
('nsq3v9uohep4f7ue1ug3hiebg0', 0, '1524414285')
EXPLAIN not possible on query: INSERT INTO `asb_session`
(`session_id`, `client_id`, `time`) VALUES
('nsq3v9uohep4f7ue1ug3hiebg0', 0, '1524414285')
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/application/cms.php:208 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
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:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.86 ms After last query: 5.30 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM asb_extensions
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_extensions | ref | extension | extension | 82 | const | 38 | Using where |
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:1689 |
9 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:448 |
6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:120 |
4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:584 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 3.04 ms
SELECT b.id
FROM asb_usergroups AS a
LEFT JOIN asb_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:1538 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:852 |
9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:921 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
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:594 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 1.10 ms
SELECT id, rules
FROM `asb_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:938 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
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:594 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 0.30 ms
SELECT folder AS type, element AS name, params
FROM asb_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 | asb_extensions | ref | extension | extension | 82 | const | 76 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 8 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
7 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:310 |
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:594 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 19.79 ms
SELECT *
FROM asb_vflow_conf
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_conf | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
9 | JDatabaseDriver->loadObject() | JROOT/plugins/system/videoflow/videoflow.php:211 |
8 | plgSystemVideoflow->getCparams() | JROOT/plugins/system/videoflow/videoflow.php:30 |
7 | plgSystemVideoflow->plgSystemVideoflow() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.07 ms After last query: 8.63 ms
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
11 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
10 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jdownloads/jdownloads.php:78 |
9 | plgSystemjdownloads->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.35 ms
SELECT file_id
from asb_jdownloads_files
WHERE published = 1
AND use_timeframe = 1
AND publish_to != '0000-00-00 00:00:00'
AND publish_to <= '2018-04-22 11:24:45'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_jdownloads_files | ref | idx_published | idx_published | 1 | const | 1 | 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:1538 |
10 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jdownloads/jdownloads.php:106 |
9 | plgSystemjdownloads->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.12 ms
SELECT file_id
from asb_jdownloads_files
WHERE published = 0
AND use_timeframe = 1
AND publish_from != '0000-00-00 00:00:00'
AND publish_from <= '2018-04-22 11:24:45'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_jdownloads_files | ref | idx_published | idx_published | 1 | const | 1 | 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:1538 |
10 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jdownloads/jdownloads.php:114 |
9 | plgSystemjdownloads->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 6.84 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 asb_menu AS m
LEFT JOIN asb_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 | 39 | Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | fidsoft_joomj3.m.component_id | 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:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
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:133 |
11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1091 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:776 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 3.30 ms
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
11 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
10 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jdownloads/jdownloads.php:353 |
9 | plgSystemjdownloads->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1101 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:776 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.98 ms After last query: 1.03 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM asb_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_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 | 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
18 | JDatabaseDriver->loadObject() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
16 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
15 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
14 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
13 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
10 | JFactory::getDocument() | JROOT/plugins/system/videoflow/videoflow.php:49 |
9 | plgSystemVideoflow->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1101 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:776 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.54 ms After last query: 0.41 ms
UPDATE `asb_extensions`
SET `params` = '{\"mediaversion\":\"95e4fb02f94d7d77359cb5cca12fc768\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `asb_extensions`
SET `params` = '{\"mediaversion\":\"95e4fb02f94d7d77359cb5cca12fc768\"}'
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:119 |
14 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
13 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
10 | JFactory::getDocument() | JROOT/plugins/system/videoflow/videoflow.php:49 |
9 | plgSystemVideoflow->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1101 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:776 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.97 ms After last query: 4.25 ms
SELECT id, home, template, s.params
FROM asb_template_styles as s
LEFT JOIN asb_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 | 20 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | fidsoft_joomj3.s.template,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:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:484 |
19 | JApplicationSite->getTemplate() | JROOT/libraries/cms/html/html.php:335 |
18 | JHtml::includeRelativeFiles() | JROOT/libraries/cms/html/html.php:680 |
17 | JHtml::script() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/cms/html/html.php:237 |
15 | JHtml::call() | JROOT/libraries/cms/html/html.php:139 |
14 | JHtml::_() | JROOT/libraries/cms/html/jquery.php:53 |
13 | JHtmlJquery::framework() | Same as call in the line below. |
12 | call_user_func_array() | JROOT/libraries/cms/html/html.php:237 |
11 | JHtml::call() | JROOT/libraries/cms/html/html.php:139 |
10 | JHtml::_() | JROOT/plugins/system/videoflow/videoflow.php:73 |
9 | plgSystemVideoflow->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1101 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:776 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 9.21 ms
SELECT *
FROM asb_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_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:1689 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:164 |
5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:329 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 4.75 ms After last query: 3.55 ms
SHOW FULL COLUMNS
FROM `asb_vflow_conf`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `asb_vflow_conf`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
11 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
10 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
9 | JTable->__construct() | JROOT/administrator/components/com_videoflow/tables/config.php:143 |
8 | TableConfig->__construct() | JROOT/libraries/joomla/table/table.php:304 |
7 | JTable::getInstance() | JROOT/components/com_videoflow/videoflow.php:25 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 2.20 ms
SELECT *
FROM asb_vflow_conf
WHERE `fid` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_conf | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 9 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
8 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
7 | JTable->load() | JROOT/components/com_videoflow/videoflow.php:26 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 1.37 ms
SELECT name
FROM asb_vflow_plugins
WHERE type = "jtools"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_plugins | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 61 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 8 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
7 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/videoflow.php:79 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 16.26 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM asb_modules AS m
LEFT JOIN asb_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN asb_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 <= '2018-04-22 16:24:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2018-04-22 16:24:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 131 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 | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 7 | Using where; Using filesort |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | fidsoft_joomj3.m.id | 1 | Using where; Using index |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | fidsoft_joomj3.m.module,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:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/module/helper.php:409 |
15 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:352 |
14 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
13 | JModuleHelper::getModules() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1163 |
12 | VideoflowViewVideoflow->loadVflowModules() | JROOT/components/com_videoflow/views/videoflow/view.html.php:32 |
11 | VideoflowViewVideoflow->__construct() | JROOT/libraries/legacy/controller/legacy.php:596 |
10 | JControllerLegacy->createView() | JROOT/libraries/legacy/controller/legacy.php:836 |
9 | JControllerLegacy->getView() | JROOT/components/com_videoflow/controllers/videoflow.php:85 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.13 ms After last query: 8.98 ms
SELECT media.*, u.name, u.username, c.name AS catname
FROM asb_vflow_data AS media
LEFT JOIN asb_users AS u
ON u.id = media.userid
LEFT JOIN asb_vflow_categories AS c
ON c.id = media.cat
WHERE published = "1"
AND media.id !=6058
ORDER BY media.dateadded DESC
LIMIT 0, 6
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | media | range | PRIMARY | PRIMARY | 4 | NULL | 138 | Using where; Using filesort |
1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | fidsoft_joomj3.media.userid | 1 | |
1 | SIMPLE | c | ref | from | from | 4 | fidsoft_joomj3.media.cat | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:312 |
11 | JModelLegacy->_getList() | JROOT/components/com_videoflow/models/videoflow.php:67 |
10 | VideoflowModelVideoflow->getData() | JROOT/components/com_videoflow/views/videoflow/view.html.php:71 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.65 ms
SELECT *
FROM asb_vflow_categories
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_categories | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_videoflow/helpers/videoflow_category_manager.php:53 |
11 | VideoflowCategoryManager->getCategories() | JROOT/components/com_videoflow/models/videoflow.php:335 |
10 | VideoflowModelVideoflow->getCategories() | JROOT/components/com_videoflow/views/videoflow/view.html.php:72 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 0.27 ms
SELECT *
FROM asb_vflow_data
WHERE cat = "0"
AND published = "1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 139 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
12 | JDatabaseDriver->loadObject() | JROOT/components/com_videoflow/helpers/videoflow_category_manager.php:68 |
11 | VideoflowCategoryManager->getCategories() | JROOT/components/com_videoflow/models/videoflow.php:335 |
10 | VideoflowModelVideoflow->getCategories() | JROOT/components/com_videoflow/views/videoflow/view.html.php:72 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 3.92 ms
SHOW FULL COLUMNS
FROM `asb_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `asb_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
20 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
19 | JTable->__construct() | JROOT/libraries/joomla/table/user.php:39 |
18 | JTableUser->__construct() | JROOT/libraries/joomla/table/table.php:304 |
17 | JTable::getInstance() | JROOT/libraries/joomla/user/user.php:583 |
16 | JUser::getTable() | JROOT/libraries/joomla/user/user.php:861 |
15 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
14 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
13 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
12 | JFactory::getUser() | JROOT/components/com_videoflow/models/videoflow.php:822 |
11 | VideoflowModelVideoflow->getUsername() | JROOT/components/com_videoflow/models/videoflow.php:89 |
10 | VideoflowModelVideoflow->updateData() | JROOT/components/com_videoflow/views/videoflow/view.html.php:76 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.42 ms
SELECT *
FROM `asb_users`
WHERE `id` = 3554
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_users | 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:1453 |
17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
16 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
15 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
14 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
13 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
12 | JFactory::getUser() | JROOT/components/com_videoflow/models/videoflow.php:822 |
11 | VideoflowModelVideoflow->getUsername() | JROOT/components/com_videoflow/models/videoflow.php:89 |
10 | VideoflowModelVideoflow->updateData() | JROOT/components/com_videoflow/views/videoflow/view.html.php:76 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 6.45 ms
SELECT `g`.`id`,`g`.`title`
FROM `asb_usergroups` AS g
INNER JOIN `asb_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 3554
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | fidsoft_joomj3.m.group_id | 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:1494 |
17 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
16 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
15 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
14 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
13 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
12 | JFactory::getUser() | JROOT/components/com_videoflow/models/videoflow.php:822 |
11 | VideoflowModelVideoflow->getUsername() | JROOT/components/com_videoflow/models/videoflow.php:89 |
10 | VideoflowModelVideoflow->updateData() | JROOT/components/com_videoflow/views/videoflow/view.html.php:76 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 1.05 ms
SELECT *
FROM `asb_users`
WHERE `id` = 930
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_users | 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:1453 |
17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
16 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
15 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
14 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
13 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
12 | JFactory::getUser() | JROOT/components/com_videoflow/models/videoflow.php:822 |
11 | VideoflowModelVideoflow->getUsername() | JROOT/components/com_videoflow/models/videoflow.php:89 |
10 | VideoflowModelVideoflow->updateData() | JROOT/components/com_videoflow/views/videoflow/view.html.php:76 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.35 ms
SELECT `g`.`id`,`g`.`title`
FROM `asb_usergroups` AS g
INNER JOIN `asb_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 930
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | fidsoft_joomj3.m.group_id | 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:1494 |
17 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
16 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
15 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
14 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
13 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
12 | JFactory::getUser() | JROOT/components/com_videoflow/models/videoflow.php:822 |
11 | VideoflowModelVideoflow->getUsername() | JROOT/components/com_videoflow/models/videoflow.php:89 |
10 | VideoflowModelVideoflow->updateData() | JROOT/components/com_videoflow/views/videoflow/view.html.php:76 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.69 ms After last query: 1.95 ms
SELECT media.*, u.name, u.username, c.name AS catname
FROM asb_vflow_data AS media
LEFT JOIN asb_users AS u
ON u.id = media.userid
LEFT JOIN asb_vflow_categories AS c
ON c.id = media.cat
WHERE published = "1"
AND media.id !=6058
ORDER BY media.dateadded DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | media | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 139 | Using where; Using filesort |
1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | fidsoft_joomj3.media.userid | 1 | |
1 | SIMPLE | c | ref | from | from | 4 | fidsoft_joomj3.media.cat | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/legacy/model/legacy.php:354 |
13 | JModelLegacy->_getListCount() | JROOT/components/com_videoflow/models/videoflow.php:1129 |
12 | VideoflowModelVideoflow->getTotal() | JROOT/components/com_videoflow/models/videoflow.php:1139 |
11 | VideoflowModelVideoflow->getPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1300 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.62 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:772 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 1.91 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:802 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.56 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:804 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.64 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:819 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.54 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:819 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.54 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:819 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.55 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:819 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.55 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:819 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.54 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:819 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.55 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
19 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
18 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
17 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
16 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/libraries/cms/pagination/pagination.php:819 |
12 | JPagination->_buildDataObject() | JROOT/libraries/cms/pagination/pagination.php:319 |
11 | JPagination->getPagesLinks() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1301 |
10 | VideoflowViewVideoflow->doPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:77 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 1.42 ms
SELECT media.*, u.name, u.username, c.name AS catname
FROM asb_vflow_data AS media
LEFT JOIN asb_users AS u
ON u.id = media.userid
LEFT JOIN asb_vflow_categories AS c
ON c.id = media.cat
WHERE published="1"
AND media.id = 6058
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | media | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ref | from | from | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
11 | JDatabaseDriver->loadObject() | JROOT/components/com_videoflow/models/videoflow.php:272 |
10 | VideoflowModelVideoflow->getMedia() | JROOT/components/com_videoflow/views/videoflow/view.html.php:80 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 1.77 ms
UPDATE asb_vflow_data
SET views = views + 1, lastclick = NOW()
WHERE id = 6058
EXPLAIN not possible on query: UPDATE asb_vflow_data SET views = views + 1, lastclick = NOW() WHERE id = 6058
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/database.php:33 |
11 | JDatabase->query() | JROOT/components/com_videoflow/models/videoflow.php:306 |
10 | VideoflowModelVideoflow->getMedia() | JROOT/components/com_videoflow/views/videoflow/view.html.php:80 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.16 ms
INSERT INTO asb_vflow_playcount (id, mid, playdate)
VALUES ("", 6058, NOW())
EXPLAIN not possible on query: INSERT INTO asb_vflow_playcount (id, mid, playdate) VALUES ("", 6058, NOW())
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/database.php:33 |
11 | JDatabase->query() | JROOT/components/com_videoflow/models/videoflow.php:314 |
10 | VideoflowModelVideoflow->getMedia() | JROOT/components/com_videoflow/views/videoflow/view.html.php:80 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 41.97 ms After last query: 0.15 ms
DELETE LOW_PRIORITY IGNORE
FROM asb_vflow_playcount
WHERE playdate < now() - interval 30 day
EXPLAIN not possible on query: DELETE LOW_PRIORITY IGNORE FROM asb_vflow_playcount WHERE playdate < now() - interval 30 day
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/database.php:33 |
12 | JDatabase->query() | JROOT/components/com_videoflow/models/videoflow.php:2092 |
11 | VideoflowModelVideoflow->manualClean() | JROOT/components/com_videoflow/models/videoflow.php:318 |
10 | VideoflowModelVideoflow->getMedia() | JROOT/components/com_videoflow/views/videoflow/view.html.php:80 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.16 ms
SELECT *
FROM asb_vflow_rating
WHERE media_id = 6058
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
11 | JDatabaseDriver->loadObject() | JROOT/components/com_videoflow/models/videoflow.php:1218 |
10 | VideoflowModelVideoflow->createRating() | JROOT/components/com_videoflow/views/videoflow/view.html.php:82 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.75 ms
SELECT title
FROM asb_vflow_data
WHERE id=6058
AND published="1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_data | const | PRIMARY | PRIMARY | 4 | const | 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:1728 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
17 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
16 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
15 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
14 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
13 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
12 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
11 | JRoute::_() | JROOT/components/com_videoflow/models/videoflow.php:232 |
10 | VideoflowModelVideoflow->getTools() | JROOT/components/com_videoflow/views/videoflow/view.html.php:95 |
9 | VideoflowViewVideoflow->display() | JROOT/components/com_videoflow/controllers/videoflow.php:94 |
8 | VideoflowController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_videoflow/videoflow.php:115 |
6 | require_once JROOT/components/com_videoflow/videoflow.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.65 ms