Query Time: 0.51 ms Query memory: 0.023 MB Memory before query: 1.363 MB Rows returned: 0
SELECT `data`
FROM `joso8_session`
WHERE `session_id` = X'6164346562643663646233316266373137373533616536303161353962646664'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.36 ms After last query: 2.46 ms Query memory: 0.020 MB Memory before query: 1.377 MB Rows returned: 0
SELECT `session_id`
FROM `joso8_session`
WHERE `session_id` = X'6164346562643663646233316266373137373533616536303161353962646664'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 4.38 ms After last query: 0.13 ms Query memory: 0.004 MB Memory before query: 1.383 MB
INSERT INTO `joso8_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6164346562643663646233316266373137373533616536303161353962646664', 1, 1787792202, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `joso8_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6164346562643663646233316266373137373533616536303161353962646664', 1, 1787792202, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.00 ms After last query: 5.44 ms Query memory: 0.025 MB Memory before query: 1.477 MB Rows returned: 42
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `joso8_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_extensions | ref | extension | extension | 82 | const | 48 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 5.24 ms Query memory: 0.021 MB Memory before query: 1.509 MB Rows returned: 5
SELECT id, rules
FROM `joso8_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_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 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.521 MB Rows returned: 2
SELECT b.id
FROM joso8_usergroups AS a
LEFT JOIN joso8_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 | 2 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.46 ms After last query: 1.77 ms Query memory: 0.062 MB Memory before query: 1.542 MB Rows returned: 128
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM joso8_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 | joso8_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 365 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.57 ms After last query: 37.96 ms Query memory: 0.027 MB Memory before query: 2.096 MB Rows returned: 176
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 |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 9 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
| 8 | JSNConfigHelper::get() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:98 |
| 7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.14 ms Query memory: 0.021 MB Memory before query: 2.124 MB Rows returned: 4
SELECT name,value
FROM joso8_jsn_poweradmin_config
WHERE 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_jsn_poweradmin_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
| 8 | JSNConfigHelper::get() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:98 |
| 7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 1.95 ms Query memory: 0.020 MB Memory before query: 2.121 MB Rows returned: 1
SELECT COUNT(*)
FROM joso8_extensions
WHERE element="jsnadminbar"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:910 |
| 8 | plgSystemJsnpoweradmin->_removeAdminBarPlugin() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:105 |
| 7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 29.40 ms Query memory: 0.021 MB Memory before query: 2.328 MB Rows returned: 2
SELECT params
FROM joso8_extensions
WHERE type = "plugin"
AND folder = "system"
AND element = 'jsnextfw'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_extensions | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 804 | const,const | 2 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsnextfw/includes/helper.php:163 |
| 9 | JsnExtFwHelper::getSettings() | JROOT/plugins/system/jsnextfw/jsnextfw.php:141 |
| 8 | PlgSystemJsnExtFw->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 1.54 ms Query memory: 0.021 MB Memory before query: 2.335 MB Rows returned: 1
SELECT params
FROM joso8_extensions
WHERE type = "component"
AND element = 'com_poweradmin2'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsnextfw/includes/helper.php:173 |
| 10 | JsnExtFwHelper::getSettings() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:150 |
| 9 | JSNPowerAdmin2Helper::getConfig() | JROOT/plugins/system/poweradmin2/poweradmin2.php:290 |
| 8 | plgSystemPowerAdmin2->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 4.43 ms Query memory: 0.020 MB Memory before query: 2.418 MB Rows returned: 1
SELECT count(*)
FROM `joso8_cwgears_schedule`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_cwgears_schedule | index | NULL | PRIMARY | 4 | NULL | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cwgears/cwgears.php:96 |
| 8 | plgSystemCwgears->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.05 ms Query memory: 0.020 MB Memory before query: 2.423 MB Rows returned: 1
SELECT count(*)
FROM `joso8_cwgears_schedule`
WHERE time + '86400'<'1787792203'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_cwgears_schedule | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cwgears/cwgears.php:139 |
| 8 | plgSystemCwgears->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.07 ms Query memory: 0.005 MB Memory before query: 2.428 MB
DELETE
FROM `joso8_jhackguard_ip_filters`
WHERE `expires` BETWEEN DATE_SUB(CURRENT_DATE, INTERVAL 36500 DAY)
AND DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY)
EXPLAIN not possible on query: DELETE
FROM `joso8_jhackguard_ip_filters`
WHERE `expires` BETWEEN DATE_SUB(CURRENT_DATE, INTERVAL 36500 DAY) AND DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY)
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 9 | JDatabase->query() | JROOT/plugins/system/jhackguard/jhackguard.php:156 |
| 8 | PlgSystemJhackguard->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 2.435 MB Rows returned: 0
SELECT `state`,`rule_type`
FROM `joso8_jhackguard_ip_filters`
WHERE `ip` = '216.73.216.146'
AND `state` = 1
ORDER BY ordering ASC
| 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 |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jhackguard/jhackguard.php:358 |
| 9 | PlgSystemJhackguard->ip_is() | JROOT/plugins/system/jhackguard/jhackguard.php:174 |
| 8 | PlgSystemJhackguard->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 1.35 ms Query memory: 0.021 MB Memory before query: 2.442 MB Rows returned: 1
SELECT count(1)
FROM `joso8_session`
WHERE `session_id` = ''
AND client_id = 1
AND guest = 0
| 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 |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/arktypography/arktypography.php:53 |
| 8 | plgSystemARKtypography->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.68 ms After last query: 8.28 ms Query memory: 0.068 MB Memory before query: 2.476 MB Rows returned: 40
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 joso8_menu AS m
LEFT JOIN joso8_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 | 103 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | alameer2_joomla3.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 42.10 ms Query memory: 0.024 MB Memory before query: 2.989 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `joso8_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/cwgears/cwgears.php:195 |
| 8 | plgSystemCwgears->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.92 ms After last query: 0.19 ms Query memory: 0.006 MB Memory before query: 2.981 MB
UPDATE `joso8_extensions`
SET `params` = '{\"mediaversion\":\"faa1fc30492a3bbdff56bee2fcbe966c\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `joso8_extensions`
SET `params` = '{\"mediaversion\":\"faa1fc30492a3bbdff56bee2fcbe966c\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/cwgears/cwgears.php:195 |
| 8 | plgSystemCwgears->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 4.09 ms Query memory: 0.021 MB Memory before query: 3.000 MB Rows returned: 1
SELECT count(*)
FROM `joso8_extensions`
WHERE `element` = 'cwgears'
AND `extension_id` = ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cwgears/cwgears.php:1003 |
| 9 | plgSystemCwgears->updateDownloadKeySub() | JROOT/plugins/system/cwgears/cwgears.php:202 |
| 8 | plgSystemCwgears->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.17 ms Query memory: 0.020 MB Memory before query: 3.005 MB Rows returned: 1
SELECT params
FROM `joso8_extensions`
WHERE `element` = 'com_arkeditor'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/arktypography/arktypography.php:127 |
| 8 | plgSystemARKtypography->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 1.54 ms Query memory: 0.019 MB Memory before query: 3.014 MB Rows returned: 1
SELECT *
FROM joso8_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.27 ms Query memory: 0.019 MB Memory before query: 3.025 MB Rows returned: 4
SELECT id, home, template, s.params
FROM joso8_template_styles as s
LEFT JOIN joso8_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,idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | alameer2_joomla3.s.template,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.20 ms After last query: 19.61 ms Query memory: 0.022 MB Memory before query: 3.146 MB Rows returned: 1
SELECT joso8_youtubegallery_videolists.id AS id, joso8_youtubegallery_videolists.listname AS listname, joso8_youtubegallery_videolists.videolist AS videolist, joso8_youtubegallery_videolists.catid AS catid, joso8_youtubegallery_videolists.updateperiod AS updateperiod, joso8_youtubegallery_videolists.lastplaylistupdate AS lastplaylistupdate, joso8_youtubegallery_videolists.description AS description, joso8_youtubegallery_videolists.author AS author, joso8_youtubegallery_videolists.authorurl AS authorurl, joso8_youtubegallery_videolists.image AS image, joso8_youtubegallery_videolists.note AS note, joso8_youtubegallery_videolists.watchusergroup AS watchusergroup, COUNT(joso8_youtubegallery_videos.listid) AS TotalVideos
FROM joso8_youtubegallery_videolists
LEFT JOIN joso8_youtubegallery_videos
ON joso8_youtubegallery_videos.listid=joso8_youtubegallery_videolists.id
AND joso8_youtubegallery_videos.isvideo
WHERE joso8_youtubegallery_videolists.id=17
GROUP BY id
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videolists | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 13 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:46 |
| 12 | YouTubeGalleryMisc->getVideoListTableRow() | JROOT/components/com_youtubegallery/models/youtubegallery.php:99 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 3.153 MB Rows returned: 1
SELECT joso8_youtubegallery_videolists.id AS id, joso8_youtubegallery_videolists.listname AS listname, joso8_youtubegallery_videolists.videolist AS videolist, joso8_youtubegallery_videolists.catid AS catid, joso8_youtubegallery_videolists.updateperiod AS updateperiod, joso8_youtubegallery_videolists.lastplaylistupdate AS lastplaylistupdate, joso8_youtubegallery_videolists.description AS description, joso8_youtubegallery_videolists.author AS author, joso8_youtubegallery_videolists.authorurl AS authorurl, joso8_youtubegallery_videolists.image AS image, joso8_youtubegallery_videolists.note AS note, joso8_youtubegallery_videolists.watchusergroup AS watchusergroup, COUNT(joso8_youtubegallery_videos.listid) AS TotalVideos
FROM joso8_youtubegallery_videolists
LEFT JOIN joso8_youtubegallery_videos
ON joso8_youtubegallery_videos.listid=joso8_youtubegallery_videolists.id
AND joso8_youtubegallery_videos.isvideo
WHERE joso8_youtubegallery_videolists.id=17
GROUP BY id
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videolists | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:48 |
| 12 | YouTubeGalleryMisc->getVideoListTableRow() | JROOT/components/com_youtubegallery/models/youtubegallery.php:99 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.06 ms Query memory: 0.039 MB Memory before query: 3.162 MB Rows returned: 1
SELECT id, themename, width, height, playvideo, `repeat`, fullscreen, autoplay, related, allowplaylist, showinfo, bgcolor, cols,
showtitle, cssstyle, navbarstyle, thumbnailstyle, linestyle, showlistname, listnamestyle, showactivevideotitle, activevideotitlestyle,
description, descr_position, descr_style, color1, color2, border, openinnewwindow, rel, hrefaddon, pagination, customlimit,
controls, youtubeparams, playertype, useglass, logocover, customlayout, prepareheadtags, muteonplay,
volume, orderby, customnavlayout, responsive, mediafolder, readonly, headscript, themedescription, nocookie, changepagetitle
FROM joso8_youtubegallery_themes
WHERE id=1
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_themes | 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 |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 13 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:73 |
| 12 | YouTubeGalleryMisc->getThemeTableRow() | JROOT/components/com_youtubegallery/models/youtubegallery.php:102 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.04 ms Query memory: 0.039 MB Memory before query: 3.169 MB Rows returned: 1
SELECT id, themename, width, height, playvideo, `repeat`, fullscreen, autoplay, related, allowplaylist, showinfo, bgcolor, cols,
showtitle, cssstyle, navbarstyle, thumbnailstyle, linestyle, showlistname, listnamestyle, showactivevideotitle, activevideotitlestyle,
description, descr_position, descr_style, color1, color2, border, openinnewwindow, rel, hrefaddon, pagination, customlimit,
controls, youtubeparams, playertype, useglass, logocover, customlayout, prepareheadtags, muteonplay,
volume, orderby, customnavlayout, responsive, mediafolder, readonly, headscript, themedescription, nocookie, changepagetitle
FROM joso8_youtubegallery_themes
WHERE id=1
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_themes | 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 |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:75 |
| 12 | YouTubeGalleryMisc->getThemeTableRow() | JROOT/components/com_youtubegallery/models/youtubegallery.php:102 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 3.182 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 16 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 15 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:87 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 3.190 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 16 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 15 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:87 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.63 ms Query memory: 0.025 MB Memory before query: 3.200 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 3.209 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 19 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 162.15 ms Query memory: 0.026 MB Memory before query: 3.227 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 3.238 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 19 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 126.95 ms Query memory: 0.025 MB Memory before query: 3.249 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 3.258 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 19 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 146.72 ms Query memory: 0.025 MB Memory before query: 3.270 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 3.279 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 19 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 102.09 ms Query memory: 0.025 MB Memory before query: 3.290 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 3.299 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 19 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 143.83 ms Query memory: 0.025 MB Memory before query: 3.311 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 3.320 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 19 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 106.24 ms Query memory: 0.025 MB Memory before query: 3.331 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.08 ms Query memory: 0.025 MB Memory before query: 3.341 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 19 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 139.35 ms Query memory: 0.025 MB Memory before query: 3.352 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 3.361 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 19 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 18 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 17 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 16 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 15 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:348 |
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:1102 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 114.39 ms Query memory: 0.023 MB Memory before query: 3.373 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.380 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 3.389 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128r8e'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:831 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 3.396 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128r8e'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:833 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.20 ms After last query: 0.06 ms Query memory: 0.007 MB Memory before query: 3.405 MB
UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128r8e', `imageurl`='https://s1.dmcdn.net/v/3r27U1gYrFkIyXxf6/80x60', `title`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128r8e_qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='10000', `isvideo`='1', `publisheddate`='2013-07-24 12:10:04', `duration`='903', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='10'
WHERE id=92
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128r8e', `imageurl`='https://s1.dmcdn.net/v/3r27U1gYrFkIyXxf6/80x60', `title`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128r8e_qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='10000', `isvideo`='1', `publisheddate`='2013-07-24 12:10:04', `duration`='903', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='10' WHERE id=92
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1320 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.16 ms Query memory: 0.023 MB Memory before query: 3.411 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 3.419 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 3.427 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128vud'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:831 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.435 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128vud'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:833 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.07 ms Query memory: 0.007 MB Memory before query: 3.443 MB
UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128vud', `imageurl`='https://s2.dmcdn.net/v/3r3ar1clU3O6iv1ng/80x60', `title`='Mualana Gul bashir \' Rehmat Alaih \'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Mulana Gul basheer \' (RA) memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128vud_mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ulla_creation', `ordering`='20000', `isvideo`='1', `publisheddate`='2013-07-24 14:30:45', `duration`='1463', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1'
WHERE id=93
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128vud', `imageurl`='https://s2.dmcdn.net/v/3r3ar1clU3O6iv1ng/80x60', `title`='Mualana Gul bashir \' Rehmat Alaih \'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Mulana Gul basheer \' (RA) memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128vud_mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ulla_creation', `ordering`='20000', `isvideo`='1', `publisheddate`='2013-07-24 14:30:45', `duration`='1463', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1' WHERE id=93
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1320 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 3.449 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.456 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.465 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128nbl'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:831 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.472 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128nbl'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:833 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.05 ms Query memory: 0.007 MB Memory before query: 3.480 MB
UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128nbl', `imageurl`='https://s2.dmcdn.net/v/3r0uH1gYrDzfjEgDy/80x60', `title`='Muhammad Iqbal ( Daygi) memories
on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `description`='Muhammad Iqbal ( Daygi) memories
on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `custom_imageurl`='', `alias`='muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128nbl_muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='30000', `isvideo`='1', `publisheddate`='2013-07-24 10:04:46', `duration`='130', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='8'
WHERE id=94
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128nbl', `imageurl`='https://s2.dmcdn.net/v/3r0uH1gYrDzfjEgDy/80x60', `title`='Muhammad Iqbal ( Daygi) memories on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `description`='Muhammad Iqbal ( Daygi) memories on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `custom_imageurl`='', `alias`='muhammad-iqbal-daygi-memories-on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128nbl_muhammad-iqbal-daygi-memories-on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='30000', `isvideo`='1', `publisheddate`='2013-07-24 10:04:46', `duration`='130', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='8' WHERE id=94
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.03 ms |
| Updating | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1320 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.485 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='sabir-hussain-memories-
on-moulvegee'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.492 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='sabir-hussain-memories-
on-moulvegee'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.13 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.501 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128r10'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:831 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.03 ms Query memory: 0.028 MB Memory before query: 3.518 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128r10'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:833 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.04 ms Query memory: 0.007 MB Memory before query: 3.531 MB
UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128r10', `imageurl`='https://s2.dmcdn.net/v/3r23K1gYrFsKQ7yo_/80x60', `title`='Sabir Hussain memories
on Moulvegee', `description`='Sabir Hussain memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='sabir-hussain-memories-
on-moulvegee', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128r10_sabir-hussain-memories-
on-moulvegee_creation', `ordering`='40000', `isvideo`='1', `publisheddate`='2013-07-24 12:12:12', `duration`='1146', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1'
WHERE id=95
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128r10', `imageurl`='https://s2.dmcdn.net/v/3r23K1gYrFsKQ7yo_/80x60', `title`='Sabir Hussain memories on Moulvegee', `description`='Sabir Hussain memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='sabir-hussain-memories-on-moulvegee', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128r10_sabir-hussain-memories-on-moulvegee_creation', `ordering`='40000', `isvideo`='1', `publisheddate`='2013-07-24 12:12:12', `duration`='1146', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1' WHERE id=95
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.03 ms |
| Updating | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1320 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 3.537 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.544 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.553 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128vrj'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:831 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.560 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128vrj'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:833 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.04 ms Query memory: 0.007 MB Memory before query: 3.568 MB
UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128vrj', `imageurl`='https://s1.dmcdn.net/v/3r3ZF1gYrHJV0q-L-/80x60', `title`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128vrj_sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='50000', `isvideo`='1', `publisheddate`='2013-07-24 13:24:16', `duration`='331', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='238'
WHERE id=96
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128vrj', `imageurl`='https://s1.dmcdn.net/v/3r3ZF1gYrHJV0q-L-/80x60', `title`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128vrj_sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='50000', `isvideo`='1', `publisheddate`='2013-07-24 13:24:16', `duration`='331', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='238' WHERE id=96
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.03 ms |
| Updating | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1320 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.574 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.12 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.581 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.12 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.590 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128vt9'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:831 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.597 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128vt9'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:833 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.05 ms Query memory: 0.007 MB Memory before query: 3.605 MB
UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128vt9', `imageurl`='https://s2.dmcdn.net/v/3r3aD1gYrHHdktUDb/80x60', `title`='Aaalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Aalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128vt9_aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='60000', `isvideo`='1', `publisheddate`='2013-07-24 14:17:16', `duration`='812', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='916'
WHERE id=97
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128vt9', `imageurl`='https://s2.dmcdn.net/v/3r3aD1gYrHHdktUDb/80x60', `title`='Aaalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Aalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128vt9_aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='60000', `isvideo`='1', `publisheddate`='2013-07-24 14:17:16', `duration`='812', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='916' WHERE id=97
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.02 ms |
| table lock | 0.02 ms |
| init for update | 0.03 ms |
| Updating | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1320 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.611 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.618 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.627 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128v5s'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:831 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.634 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128v5s'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:833 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.04 ms Query memory: 0.007 MB Memory before query: 3.642 MB
UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128v5s', `imageurl`='https://s2.dmcdn.net/v/3r3N01gYrCtaSPuCZ/80x60', `title`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128v5s_mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='70000', `isvideo`='1', `publisheddate`='2013-07-24 12:50:21', `duration`='562', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='335'
WHERE id=98
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128v5s', `imageurl`='https://s2.dmcdn.net/v/3r3N01gYrCtaSPuCZ/80x60', `title`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128v5s_mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='70000', `isvideo`='1', `publisheddate`='2013-07-24 12:50:21', `duration`='562', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='335' WHERE id=98
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.03 ms |
| Updating | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1320 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.648 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.13 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.655 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 14 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1182 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.664 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128on5'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:831 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.671 MB Rows returned: 1
SELECT id, allowupdates
FROM joso8_youtubegallery_videos
WHERE `videosource`='dailymotion'
AND `videoid`='x128on5'
AND `listid`=17
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:833 |
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1285 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.04 ms Query memory: 0.007 MB Memory before query: 3.679 MB
UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128on5', `imageurl`='https://s2.dmcdn.net/v/3r1J11gYrHeqgAf3l/80x60', `title`='Gulagha Jan sahib memories
on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `description`='Gulagha Jan sahib memories
on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `custom_imageurl`='', `alias`='gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128on5_gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a_creation', `ordering`='80000', `isvideo`='1', `publisheddate`='2013-07-24 10:05:04', `duration`='452', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='3'
WHERE id=99
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128on5', `imageurl`='https://s2.dmcdn.net/v/3r1J11gYrHeqgAf3l/80x60', `title`='Gulagha Jan sahib memories on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `description`='Gulagha Jan sahib memories on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `custom_imageurl`='', `alias`='gulagha-jan-sahib-memories-on-hazrat-syed-muhammad-ameer-shah-gillani-r-a', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128on5_gulagha-jan-sahib-memories-on-hazrat-syed-muhammad-ameer-shah-gillani-r-a_creation', `ordering`='80000', `isvideo`='1', `publisheddate`='2013-07-24 10:05:04', `duration`='452', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='3' WHERE id=99
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.03 ms |
| Updating | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1320 |
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:1085 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.07 ms Query memory: 0.006 MB Memory before query: 3.664 MB
UPDATE joso8_youtubegallery_videolists
SET `lastplaylistupdate`='2026-08-26 20:56:44'
WHERE id=17
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videolists SET `lastplaylistupdate`='2026-08-26 20:56:44' WHERE id=17
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.02 ms |
| Updating | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.13 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 13 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1091 |
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:111 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 3.671 MB Rows returned: 0
SELECT videoid
FROM joso8_youtubegallery_videos
WHERE !INSTR(title,"***Video not found***")
AND `listid`='17'
AND isvideo=0
AND videosource="videolist"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.01 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.12 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 13 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:866 |
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:139 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 3.678 MB Rows returned: 0
SELECT videoid
FROM joso8_youtubegallery_videos
WHERE !INSTR(title,"***Video not found***")
AND `listid`='17'
AND isvideo=0
AND videosource="videolist"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:867 |
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:139 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.03 ms After last query: 0.05 ms Query memory: 0.046 MB Memory before query: 3.685 MB Rows returned: 8
SELECT *
FROM joso8_youtubegallery_videos
WHERE (`listid`='17')
AND isvideo=1
GROUP BY videoid
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where; Using temporary; Using filesort |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.50 ms |
| Creating sort index | 0.09 ms |
| Removing tmp table | 0.07 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1033 |
| 13 | YouTubeGalleryMisc->getVideoList_FromCacheFromTable() | JROOT/components/com_youtubegallery/includes/misc.php:923 |
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:139 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 0.06 ms Query memory: 0.046 MB Memory before query: 3.692 MB Rows returned: 8
SELECT *
FROM joso8_youtubegallery_videos
WHERE (`listid`='17')
AND isvideo=1
GROUP BY videoid
ORDER BY ordering
LIMIT 0, 8
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where; Using temporary; Using filesort |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.41 ms |
| Creating sort index | 0.07 ms |
| Removing tmp table | 0.06 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1042 |
| 13 | YouTubeGalleryMisc->getVideoList_FromCacheFromTable() | JROOT/components/com_youtubegallery/includes/misc.php:923 |
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:139 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 0.06 ms Query memory: 0.046 MB Memory before query: 3.699 MB Rows returned: 8
SELECT *
FROM joso8_youtubegallery_videos
WHERE (`listid`='17')
AND isvideo=1
GROUP BY videoid
ORDER BY ordering
LIMIT 0, 8
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where; Using temporary; Using filesort |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.38 ms |
| Creating sort index | 0.07 ms |
| Removing tmp table | 0.06 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 14 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1044 |
| 13 | YouTubeGalleryMisc->getVideoList_FromCacheFromTable() | JROOT/components/com_youtubegallery/includes/misc.php:923 |
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:139 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.41 ms Query memory: 0.025 MB Memory before query: 3.741 MB Rows returned: 1
SELECT *
FROM joso8_youtubegallery_videos
WHERE videoid="x128r8e"
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.02 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 18 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:2413 |
| 17 | YoutubeGalleryLayoutRenderer::getVideoRowByID() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:1832 |
| 16 | YoutubeGalleryLayoutRenderer::SetHeaderTags() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:2271 |
| 15 | YoutubeGalleryLayoutRenderer::addHotReloadScript() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:137 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 3.750 MB Rows returned: 1
SELECT *
FROM joso8_youtubegallery_videos
WHERE videoid="x128r8e"
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:2414 |
| 17 | YoutubeGalleryLayoutRenderer::getVideoRowByID() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:1832 |
| 16 | YoutubeGalleryLayoutRenderer::SetHeaderTags() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:2271 |
| 15 | YoutubeGalleryLayoutRenderer::addHotReloadScript() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:137 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.28 ms Query memory: 0.024 MB Memory before query: 3.782 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 16 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:898 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 3.790 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 17 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 16 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:898 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 3.800 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 3.810 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 137.35 ms Query memory: 0.025 MB Memory before query: 3.825 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.15 ms |
| End of update loop | 0.03 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 18 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.08 ms Query memory: 0.025 MB Memory before query: 3.834 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.12 ms Query memory: 0.008 MB Memory before query: 3.845 MB
UPDATE joso8_youtubegallery_videos
SET `title`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r27U1gYrFkIyXxf6/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 12:10:04', `duration`='903', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='10', `keywords`=''
WHERE id=92
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `title`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r27U1gYrFkIyXxf6/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 12:10:04', `duration`='903', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='10', `keywords`='' WHERE id=92
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.05 ms |
| Updating | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1501 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 3.854 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 3.864 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 100.71 ms Query memory: 0.025 MB Memory before query: 3.876 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.14 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 18 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 3.885 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.16 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.13 ms Query memory: 0.008 MB Memory before query: 3.895 MB
UPDATE joso8_youtubegallery_videos
SET `title`='Mualana Gul bashir \' Rehmat Alaih \'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Mulana Gul basheer \' (RA) memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r3ar1clU3O6iv1ng/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 14:30:45', `duration`='1463', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1', `keywords`=''
WHERE id=93
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `title`='Mualana Gul bashir \' Rehmat Alaih \'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Mulana Gul basheer \' (RA) memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r3ar1clU3O6iv1ng/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 14:30:45', `duration`='1463', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1', `keywords`='' WHERE id=93
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.05 ms |
| Updating | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1501 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 3.904 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 3.914 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 127.54 ms Query memory: 0.025 MB Memory before query: 3.926 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.14 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 18 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 3.935 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.12 ms Query memory: 0.008 MB Memory before query: 3.945 MB
UPDATE joso8_youtubegallery_videos
SET `title`='Muhammad Iqbal ( Daygi) memories
on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `alias`='muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Muhammad Iqbal ( Daygi) memories
on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `imageurl`='https://s1.dmcdn.net/v/3r0uH1gYrDzfjEgDy/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 10:04:46', `duration`='130', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='8', `keywords`=''
WHERE id=94
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `title`='Muhammad Iqbal ( Daygi) memories on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `alias`='muhammad-iqbal-daygi-memories-on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Muhammad Iqbal ( Daygi) memories on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `imageurl`='https://s1.dmcdn.net/v/3r0uH1gYrDzfjEgDy/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 10:04:46', `duration`='130', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='8', `keywords`='' WHERE id=94
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.05 ms |
| Updating | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.03 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1501 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 3.954 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 3.964 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 116.73 ms Query memory: 0.025 MB Memory before query: 3.975 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='sabir-hussain-memories-
on-moulvegee'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.02 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 18 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 3.984 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='sabir-hussain-memories-
on-moulvegee'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.11 ms Query memory: 0.008 MB Memory before query: 3.994 MB
UPDATE joso8_youtubegallery_videos
SET `title`='Sabir Hussain memories
on Moulvegee', `alias`='sabir-hussain-memories-
on-moulvegee', `description`='Sabir Hussain memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s1.dmcdn.net/v/3r23K1gYrFsKQ7yo_/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 12:12:12', `duration`='1146', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1', `keywords`=''
WHERE id=95
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `title`='Sabir Hussain memories on Moulvegee', `alias`='sabir-hussain-memories-on-moulvegee', `description`='Sabir Hussain memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s1.dmcdn.net/v/3r23K1gYrFsKQ7yo_/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 12:12:12', `duration`='1146', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1', `keywords`='' WHERE id=95
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.04 ms |
| Updating | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1501 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 4.003 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 4.013 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 124.82 ms Query memory: 0.025 MB Memory before query: 4.025 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 18 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 4.034 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.12 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.10 ms Query memory: 0.008 MB Memory before query: 4.045 MB
UPDATE joso8_youtubegallery_videos
SET `title`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r3ZF1gYrHJV0q-L-/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 13:24:16', `duration`='331', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='238', `keywords`=''
WHERE id=96
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `title`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r3ZF1gYrHJV0q-L-/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 13:24:16', `duration`='331', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='238', `keywords`='' WHERE id=96
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.03 ms |
| Updating | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1501 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 4.054 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 4.064 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 107.80 ms Query memory: 0.025 MB Memory before query: 4.075 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.16 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 18 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 4.084 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.09 ms Query memory: 0.008 MB Memory before query: 4.095 MB
UPDATE joso8_youtubegallery_videos
SET `title`='Aaalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Aalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r3aD1gYrHHdktUDb/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 14:17:16', `duration`='812', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='916', `keywords`=''
WHERE id=97
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `title`='Aaalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Aalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r3aD1gYrHHdktUDb/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 14:17:16', `duration`='812', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='916', `keywords`='' WHERE id=97
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.04 ms |
| Updating | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1501 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 4.103 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 4.113 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 126.94 ms Query memory: 0.029 MB Memory before query: 4.137 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.15 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 18 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 4.150 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.12 ms Query memory: 0.008 MB Memory before query: 4.160 MB
UPDATE joso8_youtubegallery_videos
SET `title`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s1.dmcdn.net/v/3r3N01gYrCtaSPuCZ/80x60', `lastupdate`='2026-08-26 20:56:45', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 12:50:21', `duration`='562', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='335', `keywords`=''
WHERE id=98
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `title`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s1.dmcdn.net/v/3r3N01gYrCtaSPuCZ/80x60', `lastupdate`='2026-08-26 20:56:45', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 12:50:21', `duration`='562', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='335', `keywords`='' WHERE id=98
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.07 ms |
| Updating | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1501 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 4.169 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1792 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 4.179 MB Rows returned: 0
SELECT `value`
FROM joso8_youtubegallery_settings
WHERE `option`='getinfomethod'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1793 |
| 20 | YouTubeGalleryMisc::getSettingValue() | JROOT/components/com_youtubegallery/includes/misc.php:1671 |
| 19 | YouTubeGalleryMisc::getURLData() | JROOT/components/com_youtubegallery/includes/dailymotion.php:56 |
| 18 | VideoSource_DailyMotion::getVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:677 |
| 17 | YouTubeGalleryMisc->GrabVideoData() | JROOT/components/com_youtubegallery/includes/misc.php:1422 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 112.22 ms Query memory: 0.025 MB Memory before query: 4.191 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 18 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1821 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 4.200 MB Rows returned: 1
SELECT `alias`
FROM joso8_youtubegallery_videos
WHERE `alias`='gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:1822 |
| 17 | YouTubeGalleryMisc::get_alias() | JROOT/components/com_youtubegallery/includes/misc.php:1438 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.09 ms Query memory: 0.008 MB Memory before query: 4.210 MB
UPDATE joso8_youtubegallery_videos
SET `title`='Gulagha Jan sahib memories
on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `alias`='gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a', `description`='Gulagha Jan sahib memories
on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `imageurl`='https://s2.dmcdn.net/v/3r1J11gYrHeqgAf3l/80x60', `lastupdate`='2026-08-26 20:56:45', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 10:05:04', `duration`='452', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='3', `keywords`=''
WHERE id=99
EXPLAIN not possible on query: UPDATE joso8_youtubegallery_videos SET `title`='Gulagha Jan sahib memories on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `alias`='gulagha-jan-sahib-memories-on-hazrat-syed-muhammad-ameer-shah-gillani-r-a', `description`='Gulagha Jan sahib memories on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `imageurl`='https://s2.dmcdn.net/v/3r1J11gYrHeqgAf3l/80x60', `lastupdate`='2026-08-26 20:56:45', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 10:05:04', `duration`='452', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='3', `keywords`='' WHERE id=99
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.03 ms |
| Updating | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/misc.php:1501 |
| 16 | YouTubeGalleryMisc->RefreshVideoData() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:900 |
| 15 | YoutubeGalleryLayoutRenderer->NavigationList() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:188 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 4.62 ms Query memory: 0.025 MB Memory before query: 4.265 MB Rows returned: 0
SELECT id
FROM joso8_youtubegallery_videos
WHERE alias="kuch-bateen-kuch-yadeen"
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_youtubegallery_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_youtubegallery/includes/pagination.php:783 |
| 18 | YGPagination::CheckIfAliasExixst() | JROOT/components/com_youtubegallery/includes/pagination.php:651 |
| 17 | YGPagination->_buildDataObject() | JROOT/components/com_youtubegallery/includes/pagination.php:278 |
| 16 | YGPagination->getPagesLinks() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:874 |
| 15 | YoutubeGalleryLayoutRenderer::Pagination() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:199 |
| 14 | YoutubeGalleryLayoutRenderer->getValue() | JROOT/components/com_youtubegallery/includes/layoutrenderer.php:447 |
| 13 | YoutubeGalleryLayoutRenderer->render() | JROOT/components/com_youtubegallery/includes/render.php:179 |
| 12 | YouTubeGalleryRenderer->render() | JROOT/components/com_youtubegallery/models/youtubegallery.php:155 |
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:25 |
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:22 |
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 14.41 ms Query memory: 0.023 MB Memory before query: 4.325 MB Rows returned: 5
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM joso8_modules AS m
LEFT JOIN joso8_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN joso8_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 <= '2026-08-27 00:56:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-08-27 00:56:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 2298 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 | ref | PRIMARY,published,newsfeeds | published | 1 | const | 44 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | alameer2_joomla3.m.id | 1 | Using where; Using index |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | alameer2_joomla3.m.module,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.08 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.38 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 11 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 10 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 9 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 8 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/protostar/index.php:91 |
| 7 | require JROOT/templates/protostar/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 3.54 ms Query memory: 0.020 MB Memory before query: 4.384 MB Rows returned: 0
SELECT assets, legacy
FROM joso8_jsn_poweradmin_menu_assets
WHERE type='css'
AND menuId='2298'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_jsn_poweradmin_menu_assets | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
| 8 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:209 |
| 7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.06 ms Query memory: 0.020 MB Memory before query: 4.389 MB Rows returned: 0
SELECT assets, legacy
FROM joso8_jsn_poweradmin_menu_assets
WHERE type='js'
AND menuId='2298'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_jsn_poweradmin_menu_assets | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
| 8 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:210 |
| 7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 4.394 MB Rows returned: 1
SELECT parent_id
FROM joso8_menu
WHERE id='2298'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
| 9 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
| 8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:215 |
| 7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 4.399 MB Rows returned: 0
SELECT assets, legacy
FROM joso8_jsn_poweradmin_menu_assets
WHERE type='css'
AND menuId='1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_jsn_poweradmin_menu_assets | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
| 9 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:416 |
| 8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:215 |
| 7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 4.404 MB Rows returned: 1
SELECT parent_id
FROM joso8_menu
WHERE id='1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
| 10 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
| 9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:432 |
| 8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:215 |
| 7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 4.409 MB Rows returned: 1
SELECT parent_id
FROM joso8_menu
WHERE id='2298'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
| 9 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
| 8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:248 |
| 7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 4.415 MB Rows returned: 0
SELECT assets, legacy
FROM joso8_jsn_poweradmin_menu_assets
WHERE type='js'
AND menuId='1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_jsn_poweradmin_menu_assets | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
| 9 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:416 |
| 8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:248 |
| 7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 4.420 MB Rows returned: 1
SELECT parent_id
FROM joso8_menu
WHERE id='1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
| 10 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
| 9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:432 |
| 8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:248 |
| 7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 1.23 ms Query memory: 0.020 MB Memory before query: 4.423 MB Rows returned: 0
SELECT *
FROM joso8_jsn_poweradmin2_menu_assets
WHERE menuId = 2298
AND type = 'css';
| 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 |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:525 |
| 7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
| 6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.03 ms Query memory: 0.020 MB Memory before query: 4.427 MB Rows returned: 1
SELECT parent_id
FROM joso8_menu
WHERE id = 2298;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.02 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:539 |
| 7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
| 6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.03 ms Query memory: 0.020 MB Memory before query: 4.432 MB Rows returned: 0
SELECT *
FROM joso8_jsn_poweradmin2_menu_assets
WHERE menuId = 1
AND type = 'css';
| 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 |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:543 |
| 7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
| 6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.04 ms Query memory: 0.020 MB Memory before query: 4.436 MB Rows returned: 1
SELECT parent_id
FROM joso8_menu
WHERE id = 1;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:539 |
| 7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
| 6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 4.440 MB Rows returned: 0
SELECT *
FROM joso8_jsn_poweradmin2_menu_assets
WHERE menuId = 2298
AND type = 'js';
| 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 |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:525 |
| 7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
| 6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 4.445 MB Rows returned: 1
SELECT parent_id
FROM joso8_menu
WHERE id = 2298;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:539 |
| 7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
| 6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 4.449 MB Rows returned: 0
SELECT *
FROM joso8_jsn_poweradmin2_menu_assets
WHERE menuId = 1
AND type = 'js';
| 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 |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:543 |
| 7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
| 6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 4.453 MB Rows returned: 1
SELECT parent_id
FROM joso8_menu
WHERE id = 1;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:539 |
| 7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
| 6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 5.52 ms Query memory: 0.022 MB Memory before query: 4.471 MB Rows returned: 0
SELECT uikit
FROM `joso8_cwgears`
WHERE url = 'https://alameer.org/urdu/index.php/kuch-bateen-kuch-yadeen'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_cwgears | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cwgears/helpers/loadcount.php:67 |
| 13 | CwGearsHelperLoadcount::getCounts() | JROOT/plugins/system/cwgears/cwgears.php:418 |
| 12 | plgSystemCwgears->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 4.478 MB Rows returned: 0
SELECT uikit_plus
FROM `joso8_cwgears`
WHERE url = 'https://alameer.org/urdu/index.php/kuch-bateen-kuch-yadeen'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_cwgears | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cwgears/helpers/loadcount.php:67 |
| 13 | CwGearsHelperLoadcount::getCounts() | JROOT/plugins/system/cwgears/cwgears.php:427 |
| 12 | plgSystemCwgears->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 5.23 ms Query memory: 0.020 MB Memory before query: 4.524 MB Rows returned: 0
SELECT `name`,`regex`,`replacement`
FROM `joso8_jhackguard_output_filters`
WHERE `state` = 1
ORDER BY ordering ASC
| 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 |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jhackguard/jhackguard.php:91 |
| 7 | PlgSystemJhackguard->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 20.71 ms Query memory: 0.021 MB Memory before query: 5.056 MB Rows returned: 0
SELECT *
FROM joso8_ganalytics_profiles
LIMIT 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | joso8_ganalytics_profiles | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 9 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 8 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/plugins/system/ganalytics/ganalytics.php:50 |
| 7 | plgSystemGAnalytics->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
1 × INSERT INTO `joso8_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES (X'6164346562643663646233316266373137373533616536303161353962646664', 1, 1787792202, 0, '', 0
1 × UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128on5', `imageurl`='https://s2.dmcdn.net/v/3r1J11gYrHeqgAf3l/80x60', `title`='Gulagha Jan sahib memories
on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `description`='Gulagha Jan sahib memories
on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `custom_imageurl`='', `alias`='gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128on5_gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a_creation', `ordering`='80000', `isvideo`='1', `publisheddate`='2013-07-24 10:05:04', `duration`='452', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='3'
1 × UPDATE joso8_youtubegallery_videos
SET `title`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s1.dmcdn.net/v/3r3N01gYrCtaSPuCZ/80x60', `lastupdate`='2026-08-26 20:56:45', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 12:50:21', `duration`='562', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='335', `keywords`=''
1 × UPDATE joso8_youtubegallery_videos
SET `title`='Aaalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Aalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r3aD1gYrHHdktUDb/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 14:17:16', `duration`='812', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='916', `keywords`=''
1 × UPDATE joso8_youtubegallery_videos
SET `title`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r3ZF1gYrHJV0q-L-/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 13:24:16', `duration`='331', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='238', `keywords`=''
1 × UPDATE joso8_youtubegallery_videos
SET `title`='Sabir Hussain memories
on Moulvegee', `alias`='sabir-hussain-memories-
on-moulvegee', `description`='Sabir Hussain memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s1.dmcdn.net/v/3r23K1gYrFsKQ7yo_/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 12:12:12', `duration`='1146', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1', `keywords`=''
1 × UPDATE joso8_youtubegallery_videos
SET `title`='Muhammad Iqbal ( Daygi) memories
on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `alias`='muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Muhammad Iqbal ( Daygi) memories
on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `imageurl`='https://s1.dmcdn.net/v/3r0uH1gYrDzfjEgDy/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 10:04:46', `duration`='130', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='8', `keywords`=''
1 × UPDATE joso8_youtubegallery_videos
SET `title`='Mualana Gul bashir \' Rehmat Alaih \'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Mulana Gul basheer \' (RA) memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r3ar1clU3O6iv1ng/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 14:30:45', `duration`='1463', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1', `keywords`=''
1 × UPDATE joso8_youtubegallery_videos
SET `title`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `description`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `imageurl`='https://s2.dmcdn.net/v/3r27U1gYrFkIyXxf6/80x60', `lastupdate`='2026-08-26 20:56:44', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 12:10:04', `duration`='903', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='10', `keywords`=''
1 × UPDATE joso8_youtubegallery_videolists
SET `lastplaylistupdate`='2026-08-26 20:56:44'
1 × UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128v5s', `imageurl`='https://s2.dmcdn.net/v/3r3N01gYrCtaSPuCZ/80x60', `title`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Mashadi memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128v5s_mashadi-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='70000', `isvideo`='1', `publisheddate`='2013-07-24 12:50:21', `duration`='562', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='335'
1 × SHOW TABLE
1 × UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128vt9', `imageurl`='https://s2.dmcdn.net/v/3r3aD1gYrHHdktUDb/80x60', `title`='Aaalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Aalim deoband memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128vt9_aaalim-deoband-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='60000', `isvideo`='1', `publisheddate`='2013-07-24 14:17:16', `duration`='812', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='916'
1 × UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128vrj', `imageurl`='https://s1.dmcdn.net/v/3r3ZF1gYrHJV0q-L-/80x60', `title`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Sethi saab\'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128vrj_sethi-saab-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='50000', `isvideo`='1', `publisheddate`='2013-07-24 13:24:16', `duration`='331', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='238'
1 × UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128r10', `imageurl`='https://s2.dmcdn.net/v/3r23K1gYrFsKQ7yo_/80x60', `title`='Sabir Hussain memories
on Moulvegee', `description`='Sabir Hussain memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='sabir-hussain-memories-
on-moulvegee', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128r10_sabir-hussain-memories-
on-moulvegee_creation', `ordering`='40000', `isvideo`='1', `publisheddate`='2013-07-24 12:12:12', `duration`='1146', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1'
1 × UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128nbl', `imageurl`='https://s2.dmcdn.net/v/3r0uH1gYrDzfjEgDy/80x60', `title`='Muhammad Iqbal ( Daygi) memories
on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `description`='Muhammad Iqbal ( Daygi) memories
on Hazrat Syed Muammad Ameer Shah Gillani Rahmat ullah Alaih', `custom_imageurl`='', `alias`='muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128nbl_muhammad-iqbal-daygi-memories-
on-hazrat-syed-muammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='30000', `isvideo`='1', `publisheddate`='2013-07-24 10:04:46', `duration`='130', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='8'
1 × UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128vud', `imageurl`='https://s2.dmcdn.net/v/3r3ar1clU3O6iv1ng/80x60', `title`='Mualana Gul bashir \' Rehmat Alaih \'s memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Mulana Gul basheer \' (RA) memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128vud_mualana-gul-bashir-rehmat-alaih-s-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ulla_creation', `ordering`='20000', `isvideo`='1', `publisheddate`='2013-07-24 14:30:45', `duration`='1463', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='1'
1 × UPDATE joso8_youtubegallery_videos
SET `listid`='17', `parentid`='0', `videosource`='dailymotion', `videoid`='x128r8e', `imageurl`='https://s1.dmcdn.net/v/3r27U1gYrFkIyXxf6/80x60', `title`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `description`='Qari Ali Gul memories about Hazrat Syed Muhammad Ameer Shah Gillani Rahmat ullah alaih', `custom_imageurl`='', `alias`='qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih', `custom_title`='', `custom_description`='', `specialparams`="", `startsecond`='0', `endsecond`='0', `link`='http://www.dailymotion.com/video/x128r8e_qari-ali-gul-memories-about-hazrat-syed-muhammad-ameer-shah-gillani-rahmat-ullah-alaih_creation', `ordering`='10000', `isvideo`='1', `publisheddate`='2013-07-24 12:10:04', `duration`='903', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='10'
1 × UPDATE `joso8_extensions`
SET `params` = '{\"mediaversion\":\"faa1fc30492a3bbdff56bee2fcbe966c\"}'
1 × DELETE
FROM `joso8_jhackguard_ip_filters`
1 × UPDATE joso8_youtubegallery_videos
SET `title`='Gulagha Jan sahib memories
on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `alias`='gulagha-jan-sahib-memories-
on-hazrat-syed-muhammad-ameer-shah-gillani-r-a', `description`='Gulagha Jan sahib memories
on Hazrat Syed Muhammad Ameer Shah Gillani R.A', `imageurl`='https://s2.dmcdn.net/v/3r1J11gYrHeqgAf3l/80x60', `lastupdate`='2026-08-26 20:56:45', `status`=200, `startsecond`='0', `endsecond`='0', `publisheddate`='2013-07-24 10:05:04', `duration`='452', `rating_min`='0', `rating_numRaters`='0', `statistics_favoriteCount`='0', `statistics_viewCount`='3', `keywords`=''