Query Time: 0.99 ms Query memory: 0.019 MB Memory before query: 1.149 MB Rows returned: 0
SELECT `data`
  FROM `mdbmtur_session`
  WHERE `session_id` = 'bkae3o0hb9jhgcoh67u46907q0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.08 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.03 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.06 ms | 
| executing | 0.02 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 | 
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 | 
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. | 
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 | 
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 | 
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:82 | 
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:648 | 
| 9 | JSession->_start() | JROOT/libraries/joomla/session/session.php:608 | 
| 8 | JSession->start() | JROOT/libraries/joomla/session/session.php:486 | 
| 7 | JSession->get() | JROOT/libraries/joomla/session/session.php:443 | 
| 6 | JSession->isNew() | JROOT/libraries/cms/application/cms.php:825 | 
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 | 
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 | 
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 | 
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 | 
| 1 | JFactory::getApplication() | JROOT/index.php:46 | 
Query Time: 0.88 ms After last query: 6.30 ms Query memory: 0.010 MB Memory before query: 1.202 MB Rows returned: 0
SELECT `session_id`
  FROM `mdbmtur_session`
  WHERE `session_id` = 'bkae3o0hb9jhgcoh67u46907q0' 
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| executing | 0.01 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 | 
| 7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 | 
| 6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:827 | 
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 | 
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 | 
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 | 
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 | 
| 1 | JFactory::getApplication() | JROOT/index.php:46 | 
Query Time: 6.17 ms After last query: 1.55 ms Query memory: 0.009 MB Memory before query: 1.217 MB
INSERT INTO `mdbmtur_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) 
  VALUES 
('bkae3o0hb9jhgcoh67u46907q0', 1, '1762219742', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `mdbmtur_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES 
('bkae3o0hb9jhgcoh67u46907q0', 1, '1762219742', 0, '', 0)
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| update | 0.09 ms | 
| end | 0.01 ms | 
| query end | 4.94 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:216 | 
| 6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:827 | 
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 | 
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 | 
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 | 
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 | 
| 1 | JFactory::getApplication() | JROOT/index.php:46 | 
Query Time: 2.13 ms After last query: 9.23 ms Query memory: 0.013 MB Memory before query: 1.354 MB Rows returned: 38
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `mdbmtur_extensions`
  WHERE `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_extensions | NULL | ref | extension | extension | 82 | const | 38 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.10 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.07 ms | 
| preparing | 0.02 ms | 
| executing | 0.01 ms | 
| Sending data | 0.25 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 | 
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/component/helper.php:452 | 
| 9 | JComponentHelper::{closure}() | Same as call in the line below. | 
| 8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 | 
| 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:460 | 
| 6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 | 
| 5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:111 | 
| 4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:593 | 
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 0.93 ms After last query: 8.79 ms Query memory: 0.013 MB Memory before query: 1.472 MB Rows returned: 1
SELECT b.id
  FROM mdbmtur_usergroups AS a
  LEFT JOIN mdbmtur_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
  WHERE a.id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 100.00 | Using where; Using index | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.07 ms | 
| preparing | 0.02 ms | 
| executing | 0.01 ms | 
| Sending data | 0.03 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 | 
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:978 | 
| 9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:1047 | 
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 | 
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 | 
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 | 
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 | 
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 | 
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.08 ms After last query: 2.38 ms Query memory: 0.012 MB Memory before query: 1.493 MB Rows returned: 3
SELECT id, rules
  FROM `mdbmtur_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.04 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 | 
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:1064 | 
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 | 
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 | 
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 | 
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 | 
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 | 
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.60 ms After last query: 1.68 ms Query memory: 0.013 MB Memory before query: 1.531 MB Rows returned: 71
SELECT `folder` AS `type`,`element` AS `name`,`params`
  FROM mdbmtur_extensions
  WHERE enabled = 1 
  AND type = 'plugin' 
  AND state IN (0,1) 
  AND access IN (1,1)
  ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_extensions | NULL | ref | extension | extension | 82 | const | 91 | 0.49 | Using index condition; Using where; Using filesort | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| preparing | 0.03 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.40 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 | 
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:311 | 
| 9 | JPluginHelper::{closure}() | Same as call in the line below. | 
| 8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 | 
| 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/plugin/helper.php:316 | 
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 | 
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 | 
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 | 
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 4.42 ms After last query: 99.98 ms Query memory: 0.022 MB Memory before query: 2.334 MB Rows returned: 80
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 mdbmtur_menu AS m
  LEFT JOIN mdbmtur_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 147 | 3.33 | Using index condition; Using where; Using filesort | 
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | jo_regionalizacao.m.component_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.15 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.04 ms | 
| init | 0.05 ms | 
| System lock | 0.02 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.10 ms | 
| preparing | 0.03 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 1.19 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 | 
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 | 
| 17 | JMenuSite->{closure}() | Same as call in the line below. | 
| 16 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 | 
| 15 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 | 
| 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 | 
| 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 | 
| 12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:129 | 
| 11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:443 | 
| 10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 | 
| 9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:59 | 
| 8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:198 | 
| 7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:548 | 
| 6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:402 | 
| 5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1141 | 
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 | 
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.93 ms After last query: 90.55 ms Query memory: 0.023 MB Memory before query: 3.037 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `mdbmtur_extensions`
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.11 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.03 ms | 
| init | 0.03 ms | 
| System lock | 0.02 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.12 ms | 
| preparing | 0.02 ms | 
| executing | 0.01 ms | 
| Sending data | 0.06 ms | 
| end | 0.04 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.04 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 | 
| 19 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 | 
| 18 | JLibraryHelper::{closure}() | Same as call in the line below. | 
| 17 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 | 
| 16 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 | 
| 15 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 | 
| 14 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 | 
| 13 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 | 
| 12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 | 
| 11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 | 
| 10 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:52 | 
| 9 | plgSystemK2->onAfterRoute() | Same as call in the line below. | 
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 | 
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 | 
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 | 
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 6.42 ms After last query: 1.49 ms Query memory: 0.017 MB Memory before query: 3.044 MB
UPDATE `mdbmtur_extensions`
  SET `params` = '{\"mediaversion\":\"0ce4a0b3bb60b7e89ae5dbe50dace94a\"}'
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | UPDATE | mdbmtur_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.07 ms | 
| updating | 0.09 ms | 
| end | 0.01 ms | 
| query end | 5.50 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:116 | 
| 14 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 | 
| 13 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 | 
| 12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 | 
| 11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 | 
| 10 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:52 | 
| 9 | plgSystemK2->onAfterRoute() | Same as call in the line below. | 
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 | 
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 | 
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 | 
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.01 ms After last query: 8.19 ms Query memory: 0.017 MB Memory before query: 3.247 MB Rows returned: 1
SELECT *
  FROM mdbmtur_languages
  WHERE published=1
  ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 0.18 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 | 
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:148 | 
| 13 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:327 | 
| 12 | JApplicationSite->getParams() | JROOT/components/com_k2/helpers/utilities.php:315 | 
| 11 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:56 | 
| 10 | K2HelperHTML::loadjQuery() | JROOT/plugins/system/k2/k2.php:55 | 
| 9 | plgSystemK2->onAfterRoute() | Same as call in the line below. | 
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 | 
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 | 
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 | 
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.09 ms After last query: 8.57 ms Query memory: 0.024 MB Memory before query: 3.443 MB Rows returned: 1
SELECT id, home, template, s.params
  FROM mdbmtur_template_styles as s
  LEFT JOIN mdbmtur_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | s | NULL | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 25.00 | Using where | 
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | jo_regionalizacao.s.template,const | 1 | 4.56 | Using index condition; Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.08 ms | 
| preparing | 0.03 ms | 
| executing | 0.01 ms | 
| Sending data | 0.07 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 | 
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:485 | 
| 20 | JApplicationSite->getTemplate() | JROOT/libraries/cms/html/html.php:359 | 
| 19 | JHtml::includeRelativeFiles() | JROOT/libraries/cms/html/html.php:706 | 
| 18 | JHtml::script() | Same as call in the line below. | 
| 17 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 | 
| 16 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 | 
| 15 | JHtml::_() | JROOT/libraries/cms/html/behavior.php:63 | 
| 14 | JHtmlBehavior::framework() | Same as call in the line below. | 
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 | 
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 | 
| 11 | JHtml::_() | JROOT/administrator/components/com_k2/helpers/html.php:76 | 
| 10 | K2HelperHTML::loadjQuery() | JROOT/plugins/system/k2/k2.php:55 | 
| 9 | plgSystemK2->onAfterRoute() | Same as call in the line below. | 
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 | 
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 | 
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 | 
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.44 ms After last query: 55.12 ms Query memory: 0.017 MB Memory before query: 4.601 MB Rows returned: 1
SELECT mdbmtur_youtubegallery_videolists.id AS id, mdbmtur_youtubegallery_videolists.listname AS listname, mdbmtur_youtubegallery_videolists.videolist AS videolist, mdbmtur_youtubegallery_videolists.catid AS catid, mdbmtur_youtubegallery_videolists.updateperiod AS updateperiod, mdbmtur_youtubegallery_videolists.lastplaylistupdate AS lastplaylistupdate, COUNT(mdbmtur_youtubegallery_videos.listid) AS TotalVideos 
  FROM `mdbmtur_youtubegallery_videolists` 
  LEFT JOIN mdbmtur_youtubegallery_videos 
  ON mdbmtur_youtubegallery_videos.listid=mdbmtur_youtubegallery_videolists.id 
  AND mdbmtur_youtubegallery_videos.isvideo 
  WHERE mdbmtur_youtubegallery_videolists.id=1  
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_videolists | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | mdbmtur_youtubegallery_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.11 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.21 ms | 
| init | 0.04 ms | 
| System lock | 0.02 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.06 ms | 
| preparing | 0.03 ms | 
| executing | 0.01 ms | 
| Sending data | 0.06 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.06 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:45 | 
| 12 | YouTubeGalleryMisc->getVideoListTableRow() | JROOT/components/com_youtubegallery/models/youtubegallery.php:78 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.17 ms After last query: 0.34 ms Query memory: 0.017 MB Memory before query: 4.619 MB Rows returned: 1
SELECT mdbmtur_youtubegallery_videolists.id AS id, mdbmtur_youtubegallery_videolists.listname AS listname, mdbmtur_youtubegallery_videolists.videolist AS videolist, mdbmtur_youtubegallery_videolists.catid AS catid, mdbmtur_youtubegallery_videolists.updateperiod AS updateperiod, mdbmtur_youtubegallery_videolists.lastplaylistupdate AS lastplaylistupdate, COUNT(mdbmtur_youtubegallery_videos.listid) AS TotalVideos 
  FROM `mdbmtur_youtubegallery_videolists` 
  LEFT JOIN mdbmtur_youtubegallery_videos 
  ON mdbmtur_youtubegallery_videos.listid=mdbmtur_youtubegallery_videolists.id 
  AND mdbmtur_youtubegallery_videos.isvideo 
  WHERE mdbmtur_youtubegallery_videolists.id=1  
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_videolists | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | mdbmtur_youtubegallery_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.03 ms | 
| preparing | 0.02 ms | 
| executing | 0.01 ms | 
| Sending data | 0.04 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 | 
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:47 | 
| 12 | YouTubeGalleryMisc->getVideoListTableRow() | JROOT/components/com_youtubegallery/models/youtubegallery.php:78 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 2.00 ms After last query: 0.71 ms Query memory: 0.017 MB Memory before query: 4.639 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 `mdbmtur_youtubegallery_themes` 
  WHERE `id`=2 
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_themes | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.09 ms | 
| init | 0.07 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.04 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 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:74 | 
| 12 | YouTubeGalleryMisc->getThemeTableRow() | JROOT/components/com_youtubegallery/models/youtubegallery.php:82 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.57 ms After last query: 0.36 ms Query memory: 0.017 MB Memory before query: 4.658 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 `mdbmtur_youtubegallery_themes` 
  WHERE `id`=2 
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_themes | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.04 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 | 
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_youtubegallery/includes/misc.php:76 | 
| 12 | YouTubeGalleryMisc->getThemeTableRow() | JROOT/components/com_youtubegallery/models/youtubegallery.php:82 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.97 ms After last query: 84.55 ms Query memory: 0.023 MB Memory before query: 9.789 MB Rows returned: 1
SELECT `value` 
  FROM `mdbmtur_youtubegallery_settings` 
  WHERE `option`="youtube_public_api" 
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_settings | NULL | const | PRIMARY | PRIMARY | 152 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.10 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.23 ms | 
| init | 0.03 ms | 
| System lock | 0.02 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.06 ms | 
| preparing | 0.02 ms | 
| executing | 0.01 ms | 
| Sending data | 0.01 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.04 ms | 
| cleaning up | 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:1603 | 
| 17 | YouTubeGalleryMisc::getSettingValue() | JROOT/administrator/components/com_youtubegallery/google/_videos.php:38 | 
| 16 | YoutubeVideos->__construct() | JROOT/components/com_youtubegallery/includes/youtubeuseruploads.php:49 | 
| 15 | VideoSource_YoutubeUserUploads::getVideoIDList() | JROOT/components/com_youtubegallery/includes/misc.php:135 | 
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:990 | 
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:975 | 
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:91 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.09 ms After last query: 0.37 ms Query memory: 0.023 MB Memory before query: 9.813 MB Rows returned: 1
SELECT `value` 
  FROM `mdbmtur_youtubegallery_settings` 
  WHERE `option`="youtube_public_api" 
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_settings | NULL | const | PRIMARY | PRIMARY | 152 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.01 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 | 
| 18 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:1604 | 
| 17 | YouTubeGalleryMisc::getSettingValue() | JROOT/administrator/components/com_youtubegallery/google/_videos.php:38 | 
| 16 | YoutubeVideos->__construct() | JROOT/components/com_youtubegallery/includes/youtubeuseruploads.php:49 | 
| 15 | VideoSource_YoutubeUserUploads::getVideoIDList() | JROOT/components/com_youtubegallery/includes/misc.php:135 | 
| 14 | YouTubeGalleryMisc->formVideoList() | JROOT/components/com_youtubegallery/includes/misc.php:990 | 
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:975 | 
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:91 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.23 ms After last query: 984.28 ms Query memory: 0.020 MB Memory before query: 9.974 MB Rows returned: 1
SELECT id, allowupdates 
  FROM mdbmtur_youtubegallery_videos 
  WHERE `videosource`="youtubeuseruploads" 
  AND `videoid`="CanalPortalBrasil" 
  AND `listid`=1 
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.12 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.03 ms | 
| init | 0.04 ms | 
| System lock | 0.02 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.03 ms | 
| preparing | 0.02 ms | 
| executing | 0.01 ms | 
| Sending data | 0.06 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.04 ms | 
| cleaning up | 0.02 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:720 | 
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1174 | 
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:975 | 
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:91 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 2.03 ms After last query: 0.38 ms Query memory: 0.020 MB Memory before query: 9.995 MB Rows returned: 1
SELECT id, allowupdates 
  FROM mdbmtur_youtubegallery_videos 
  WHERE `videosource`="youtubeuseruploads" 
  AND `videoid`="CanalPortalBrasil" 
  AND `listid`=1 
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 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 | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 | 
| 15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:722 | 
| 14 | YouTubeGalleryMisc->isVideo_record_exist() | JROOT/components/com_youtubegallery/includes/misc.php:1174 | 
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:975 | 
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:91 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 0.99 ms After last query: 0.92 ms Query memory: 0.018 MB Memory before query: 10.015 MB
UPDATE mdbmtur_youtubegallery_videos 
  SET `listid`="1", `parentid`="0", `videosource`="youtubeuseruploads", `videoid`="CanalPortalBrasil", `custom_imageurl`="", `custom_title`="", `custom_description`="", `specialparams`="", `startsecond`="0", `endsecond`="0", `link`="", `ordering`="10000", `lastupdate`="2025-11-03 23:29:04", `isvideo`="0", `channel_username`="", `channel_title`="", `channel_subscribers`="", `channel_subscribed`="", `channel_location`="", `channel_commentcount`="", `channel_viewcount`="", `channel_videocount`="", `channel_description`="" 
  WHERE id=123
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | UPDATE | mdbmtur_youtubegallery_videos | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.03 ms | 
| System lock | 0.04 ms | 
| updating | 0.09 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 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:1205 | 
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:975 | 
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:91 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 0.72 ms After last query: 0.49 ms Query memory: 0.018 MB Memory before query: 10.034 MB
DELETE 
  FROM mdbmtur_youtubegallery_videos 
  WHERE listid=1 
  AND allowupdates 
  AND id!=123
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | DELETE | mdbmtur_youtubegallery_videos | NULL | range | PRIMARY | PRIMARY | 4 | const | 3 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.04 ms | 
| updating | 0.03 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 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:1240 | 
| 13 | YouTubeGalleryMisc->update_cache_table() | JROOT/components/com_youtubegallery/includes/misc.php:975 | 
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:91 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 0.85 ms After last query: 0.62 ms Query memory: 0.017 MB Memory before query: 10.044 MB
UPDATE mdbmtur_youtubegallery_videolists 
  SET `lastplaylistupdate`="2025-11-03 23:29:04" 
  WHERE `id`="1"
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | UPDATE | mdbmtur_youtubegallery_videolists | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.03 ms | 
| updating | 0.04 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 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:981 | 
| 12 | YouTubeGalleryMisc->update_playlist() | JROOT/components/com_youtubegallery/models/youtubegallery.php:91 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 0.96 ms After last query: 0.58 ms Query memory: 0.017 MB Memory before query: 10.063 MB Rows returned: 0
SELECT `videoid` 
  FROM `mdbmtur_youtubegallery_videos` 
  WHERE `listid`="1" 
  AND `isvideo`=0 
  AND `videosource`="videolist"
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.05 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.03 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 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:754 | 
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:102 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.07 ms After last query: 0.35 ms Query memory: 0.017 MB Memory before query: 10.081 MB Rows returned: 0
SELECT `videoid` 
  FROM `mdbmtur_youtubegallery_videos` 
  WHERE `listid`="1" 
  AND `isvideo`=0 
  AND `videosource`="videolist"
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 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 | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 | 
| 13 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:755 | 
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:102 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.45 ms After last query: 0.73 ms Query memory: 0.018 MB Memory before query: 10.100 MB Rows returned: 0
SELECT * 
  FROM `mdbmtur_youtubegallery_videos` 
  WHERE (`listid`="1") 
  AND `isvideo` 
  GROUP BY `videoid` 
  ORDER BY publisheddate desc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using temporary; Using filesort | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.02 ms | 
| Creating tmp table | 0.07 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.24 ms | 
| Creating sort index | 0.04 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| removing tmp table | 0.04 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 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:908 | 
| 13 | YouTubeGalleryMisc->getVideoList_FromCacheFromTable() | JROOT/components/com_youtubegallery/includes/misc.php:812 | 
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:102 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.11 ms After last query: 0.57 ms Query memory: 0.018 MB Memory before query: 10.119 MB Rows returned: 0
SELECT * 
  FROM `mdbmtur_youtubegallery_videos` 
  WHERE (`listid`="1") 
  AND `isvideo` 
  GROUP BY `videoid` 
  ORDER BY publisheddate desc 
  LIMIT 0, 10
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using temporary; Using filesort | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| Creating tmp table | 0.04 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.16 ms | 
| Creating sort index | 0.04 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| removing tmp table | 0.03 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 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:916 | 
| 13 | YouTubeGalleryMisc->getVideoList_FromCacheFromTable() | JROOT/components/com_youtubegallery/includes/misc.php:812 | 
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:102 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 1.32 ms After last query: 0.44 ms Query memory: 0.018 MB Memory before query: 10.138 MB Rows returned: 0
SELECT * 
  FROM `mdbmtur_youtubegallery_videos` 
  WHERE (`listid`="1") 
  AND `isvideo` 
  GROUP BY `videoid` 
  ORDER BY publisheddate desc 
  LIMIT 0, 10
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | mdbmtur_youtubegallery_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using temporary; Using filesort | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| Creating tmp table | 0.04 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.01 ms | 
| Sending data | 0.16 ms | 
| Creating sort index | 0.03 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| removing tmp table | 0.03 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 | 
| 14 | JDatabaseDriver->loadAssocList() | JROOT/components/com_youtubegallery/includes/misc.php:920 | 
| 13 | YouTubeGalleryMisc->getVideoList_FromCacheFromTable() | JROOT/components/com_youtubegallery/includes/misc.php:812 | 
| 12 | YouTubeGalleryMisc->getVideoList_FromCache_From_Table() | JROOT/components/com_youtubegallery/models/youtubegallery.php:102 | 
| 11 | YoutubeGalleryModelYoutubeGallery->getYoutubeGalleryCode() | JROOT/libraries/legacy/view/legacy.php:422 | 
| 10 | JViewLegacy->get() | JROOT/components/com_youtubegallery/views/youtubegallery/view.html.php:28 | 
| 9 | YoutubeGalleryViewYoutubeGallery->display() | JROOT/libraries/legacy/controller/legacy.php:671 | 
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:709 | 
| 7 | JControllerLegacy->execute() | JROOT/components/com_youtubegallery/youtubegallery.php:20 | 
| 6 | require_once JROOT/components/com_youtubegallery/youtubegallery.php | JROOT/libraries/cms/component/helper.php:394 | 
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 | 
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 | 
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 | 
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
Query Time: 4.43 ms After last query: 36.12 ms Query memory: 0.018 MB Memory before query: 10.933 MB Rows returned: 76
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
  FROM mdbmtur_modules AS m
  LEFT JOIN mdbmtur_modules_menu AS mm 
  ON mm.moduleid = m.id
  LEFT JOIN mdbmtur_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 <= '2025-11-04 01:29:04') 
  AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-04 01:29:04') 
  AND m.access IN (1,1) 
  AND m.client_id = 0 
  AND (mm.menuid = 184 OR mm.menuid <= 0)
  ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds | published | 1 | const | 75 | 0.87 | Using index condition; Using where; Using filesort | 
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | jo_regionalizacao.m.module,const | 1 | 10.00 | Using index condition; Using where | 
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | jo_regionalizacao.m.id | 1 | 40.00 | Using where; Using index | 
| Status | Duration | 
|---|
| starting | 0.16 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.04 ms | 
| init | 0.06 ms | 
| System lock | 0.02 ms | 
| optimizing | 0.03 ms | 
| statistics | 0.13 ms | 
| preparing | 0.05 ms | 
| Sorting result | 0.02 ms | 
| executing | 0.01 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 1.63 ms | 
| end | 0.01 ms | 
| query end | 0.02 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.03 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 | 
| 14 | JDatabaseDriver->loadObjectList() | Same as call in the line below. | 
| 13 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 | 
| 12 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:424 | 
| 11 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:360 | 
| 10 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 | 
| 9 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 | 
| 8 | JDocumentHtml->countModules() | JROOT/templates/padraogoverno01/index.php:131 | 
| 7 | require JROOT/templates/padraogoverno01/index.php | JROOT/libraries/joomla/document/html.php:653 | 
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 | 
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 | 
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 | 
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 | 
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 | 
| 1 | JApplicationCms->execute() | JROOT/index.php:49 | 
3 × SELECT * 
  FROM `mdbmtur_youtubegallery_videos`
2 × SELECT `value` 
  FROM `mdbmtur_youtubegallery_settings`
2 × 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 `mdbmtur_youtubegallery_themes`
2 × SELECT id, allowupdates 
  FROM mdbmtur_youtubegallery_videos
2 × SELECT `videoid` 
  FROM `mdbmtur_youtubegallery_videos`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` 
  FROM `mdbmtur_extensions`
2 × SELECT mdbmtur_youtubegallery_videolists.id AS id, mdbmtur_youtubegallery_videolists.listname AS listname, mdbmtur_youtubegallery_videolists.videolist AS videolist, mdbmtur_youtubegallery_videolists.catid AS catid, mdbmtur_youtubegallery_videolists.updateperiod AS updateperiod, mdbmtur_youtubegallery_videolists.lastplaylistupdate AS lastplaylistupdate, COUNT(mdbmtur_youtubegallery_videos.listid) AS TotalVideos 
  FROM `mdbmtur_youtubegallery_videolists` 
  LEFT JOIN mdbmtur_youtubegallery_videos 
  ON mdbmtur_youtubegallery_videos.listid=mdbmtur_youtubegallery_videolists.id 
  AND mdbmtur_youtubegallery_videos.isvideo
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid 
  FROM mdbmtur_modules AS m 
  LEFT JOIN mdbmtur_modules_menu AS mm 
  ON mm.moduleid = m.id 
  LEFT JOIN mdbmtur_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
1 × SELECT * 
  FROM mdbmtur_languages
1 × SELECT b.id 
  FROM mdbmtur_usergroups AS a 
  LEFT JOIN mdbmtur_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
1 × SELECT `session_id` 
  FROM `mdbmtur_session`
1 × SELECT id, rules 
  FROM `mdbmtur_viewlevels
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` 
  FROM mdbmtur_extensions
1 × SELECT `data` 
  FROM `mdbmtur_session`
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component 
  FROM mdbmtur_menu AS m 
  LEFT JOIN mdbmtur_extensions AS e 
  ON m.component_id = e.extension_id
1 × SELECT id, home, template, s.params 
  FROM mdbmtur_template_styles as s 
  LEFT JOIN mdbmtur_extensions as e 
  ON e.element=s.template 
  AND e.type='template' 
  AND e.client_id=s.client_id
Redes Sociais