Query Time: 0.43 ms
SELECT `data`
FROM `asb_session`
WHERE `session_id` = '2kr9blhbtt72igi58no7s9rav5'
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.29 ms After last query: 3.45 ms
DELETE
FROM `asb_session`
WHERE `time` < '1524411977'
EXPLAIN not possible on query: DELETE
FROM `asb_session`
WHERE `time` < '1524411977'
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.29 ms After last query: 0.20 ms
SELECT `session_id`
FROM `asb_session`
WHERE `session_id` = '2kr9blhbtt72igi58no7s9rav5'
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.40 ms After last query: 0.20 ms
INSERT INTO `asb_session`
(`session_id`, `client_id`, `time`)
VALUES
('2kr9blhbtt72igi58no7s9rav5', 0, '1524412877')
EXPLAIN not possible on query: INSERT INTO `asb_session`
(`session_id`, `client_id`, `time`) VALUES
('2kr9blhbtt72igi58no7s9rav5', 0, '1524412877')
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.56 ms After last query: 5.38 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.11 ms After last query: 2.86 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.12 ms After last query: 1.03 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: 1.03 ms After last query: 0.29 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.21 ms After last query: 20.32 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.12 ms After last query: 8.80 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.35 ms After last query: 0.39 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:01:17'
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.23 ms After last query: 0.11 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:01:17'
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.79 ms After last query: 6.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 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.95 ms After last query: 3.38 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.37 ms After last query: 1.02 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: 2.36 ms After last query: 0.43 ms
UPDATE `asb_extensions`
SET `params` = '{\"mediaversion\":\"165439386ae2ce44b48038999bdcab88\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `asb_extensions`
SET `params` = '{\"mediaversion\":\"165439386ae2ce44b48038999bdcab88\"}'
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.86 ms After last query: 4.30 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.11 ms After last query: 9.30 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.82 ms After last query: 3.58 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.17 ms After last query: 2.21 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.10 ms After last query: 1.36 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.76 ms After last query: 16.20 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:01:17')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2018-04-22 16:01:17')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 128 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:417 |
8 | VideoflowController->play() | 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.49 ms After last query: 8.91 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 = 605
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:124 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.03 ms After last query: 4.86 ms
UPDATE asb_vflow_data
SET views = views + 1, lastclick = NOW()
WHERE id = 605
EXPLAIN not possible on query: UPDATE asb_vflow_data SET views = views + 1, lastclick = NOW() WHERE id = 605
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:124 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.17 ms
INSERT INTO asb_vflow_playcount (id, mid, playdate)
VALUES ("", 605, NOW())
EXPLAIN not possible on query: INSERT INTO asb_vflow_playcount (id, mid, playdate) VALUES ("", 605, 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:124 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.86 ms After last query: 0.14 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:124 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.17 ms
SELECT SQL_CALC_FOUND_ROWS 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 MATCH (media.tags, media.title, media.details) AGAINST ('Hiphop Music')
AND media.id !=605
LIMIT 0, 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | media | fulltext | PRIMARY,title | title | 0 | | 1 | Using where |
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 | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_videoflow/models/videoflow.php:605 |
10 | VideoflowModelVideoflow->getRelated() | JROOT/components/com_videoflow/views/videoflow/view.html.php:130 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.19 ms After last query: 0.22 ms
SELECT FOUND_ROWS();
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 | No tables used |
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:1728 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/models/videoflow.php:607 |
10 | VideoflowModelVideoflow->getRelated() | JROOT/components/com_videoflow/views/videoflow/view.html.php:130 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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: 0.30 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 !=605
ORDER BY media.dateadded desc
LIMIT 0, 6
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 | 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:132 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.02 ms After last query: 1.62 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:133 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.12 ms After last query: 0.45 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:133 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.11 ms After last query: 5.46 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:133 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.12 ms After last query: 1.29 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:134 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.55 ms After last query: 0.19 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:134 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.52 ms After last query: 1.82 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 !=605
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 | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/legacy/model/legacy.php:354 |
12 | JModelLegacy->_getListCount() | JROOT/components/com_videoflow/models/videoflow.php:1129 |
11 | VideoflowModelVideoflow->getTotal() | JROOT/components/com_videoflow/models/videoflow.php:1139 |
10 | VideoflowModelVideoflow->getPagination() | JROOT/components/com_videoflow/views/videoflow/view.html.php:135 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.93 ms After last query: 0.31 ms
SELECT SQL_CALC_FOUND_ROWS 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.userid=62)
AND media.id !=605
ORDER BY media.dateadded DESC
LIMIT 0, 6
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 | const | PRIMARY | PRIMARY | 4 | const | 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 | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_videoflow/models/videoflow.php:634 |
10 | VideoflowModelVideoflow->getByuser() | JROOT/components/com_videoflow/views/videoflow/view.html.php:139 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.24 ms
SELECT FOUND_ROWS();
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 | No tables used |
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:1728 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/models/videoflow.php:636 |
10 | VideoflowModelVideoflow->getByuser() | JROOT/components/com_videoflow/views/videoflow/view.html.php:139 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.11 ms After last query: 1.01 ms
SELECT *
FROM asb_vflow_rating
WHERE media_id = 605
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | asb_vflow_rating | const | PRIMARY | PRIMARY | 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:1218 |
10 | VideoflowModelVideoflow->createRating() | JROOT/components/com_videoflow/views/videoflow/view.html.php:150 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.28 ms After last query: 0.65 ms
SELECT title
FROM asb_vflow_data
WHERE id=605
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:159 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.10 ms After last query: 1.86 ms
SELECT title
FROM asb_vflow_data
WHERE id=605
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:234 |
10 | VideoflowModelVideoflow->getTools() | JROOT/components/com_videoflow/views/videoflow/view.html.php:159 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.10 ms After last query: 0.55 ms
SELECT title
FROM asb_vflow_data
WHERE id=605
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:235 |
10 | VideoflowModelVideoflow->getTools() | JROOT/components/com_videoflow/views/videoflow/view.html.php:159 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.10 ms After last query: 0.56 ms
SELECT title
FROM asb_vflow_data
WHERE id=605
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:237 |
10 | VideoflowModelVideoflow->getTools() | JROOT/components/com_videoflow/views/videoflow/view.html.php:159 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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=605
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:238 |
10 | VideoflowModelVideoflow->getTools() | JROOT/components/com_videoflow/views/videoflow/view.html.php:159 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.23 ms After last query: 5.91 ms
SELECT title
FROM asb_vflow_data
WHERE id=6044
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 | 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
21 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
17 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
15 | JRoute::_() | JROOT/components/com_videoflow/views/videoflow/tmpl/simple_play.php:344 |
14 | include JROOT/components/com_videoflow/views/videoflow/tmpl/simple_play.php | JROOT/libraries/legacy/view/legacy.php:677 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_videoflow/views/videoflow/tmpl/simple.php:405 |
12 | include JROOT/components/com_videoflow/views/videoflow/tmpl/simple.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/components/com_videoflow/views/videoflow/view.html.php:173 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.10 ms After last query: 0.62 ms
SELECT title
FROM asb_vflow_data
WHERE id=6044
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 | 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
22 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
21 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
20 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
19 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
18 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
17 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
16 | JRoute::_() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1318 |
15 | VideoflowViewVideoflow->doRoute() | JROOT/components/com_videoflow/views/videoflow/tmpl/simple_play.php:360 |
14 | include JROOT/components/com_videoflow/views/videoflow/tmpl/simple_play.php | JROOT/libraries/legacy/view/legacy.php:677 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_videoflow/views/videoflow/tmpl/simple.php:405 |
12 | include JROOT/components/com_videoflow/views/videoflow/tmpl/simple.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/components/com_videoflow/views/videoflow/view.html.php:173 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.55 ms
SELECT title
FROM asb_vflow_data
WHERE id=583
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 | 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
21 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
17 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
15 | JRoute::_() | JROOT/components/com_videoflow/views/videoflow/tmpl/simple_play.php:344 |
14 | include JROOT/components/com_videoflow/views/videoflow/tmpl/simple_play.php | JROOT/libraries/legacy/view/legacy.php:677 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_videoflow/views/videoflow/tmpl/simple.php:405 |
12 | include JROOT/components/com_videoflow/views/videoflow/tmpl/simple.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/components/com_videoflow/views/videoflow/view.html.php:173 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.10 ms After last query: 0.61 ms
SELECT title
FROM asb_vflow_data
WHERE id=583
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 | 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_videoflow/router.php:45 |
22 | videoflowBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
21 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
20 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
19 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
18 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
17 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
16 | JRoute::_() | JROOT/components/com_videoflow/views/videoflow/view.html.php:1318 |
15 | VideoflowViewVideoflow->doRoute() | JROOT/components/com_videoflow/views/videoflow/tmpl/simple_play.php:360 |
14 | include JROOT/components/com_videoflow/views/videoflow/tmpl/simple_play.php | JROOT/libraries/legacy/view/legacy.php:677 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_videoflow/views/videoflow/tmpl/simple.php:405 |
12 | include JROOT/components/com_videoflow/views/videoflow/tmpl/simple.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/components/com_videoflow/views/videoflow/view.html.php:173 |
9 | VideoflowViewVideoflow->displayMedia() | JROOT/components/com_videoflow/controllers/videoflow.php:421 |
8 | VideoflowController->play() | 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.22 ms After last query: 0.53 ms