Query Time: 3.70 ms Query memory: 0.021 MB Memory before query: 3.060 MB Rows returned: 0
SELECT `data`
FROM `tuxr4_session`
WHERE `session_id` = 'ofcqheni0si7k49l3mig2vam33'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tuxr4_session | NULL | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 3.10 ms |
| init | 0.05 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.11 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 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.55 ms After last query: 7.21 ms Query memory: 0.012 MB Memory before query: 3.203 MB Rows returned: 0
SELECT `session_id`
FROM `tuxr4_session`
WHERE `session_id` = 'ofcqheni0si7k49l3mig2vam33'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tuxr4_session | NULL | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 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.01 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: 2.78 ms After last query: 0.31 ms Query memory: 0.009 MB Memory before query: 3.218 MB
INSERT INTO `tuxr4_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('ofcqheni0si7k49l3mig2vam33', 1, '1578695496', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `tuxr4_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('ofcqheni0si7k49l3mig2vam33', 1, '1578695496', 0, '', 0)
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| update | 0.21 ms |
| end | 0.01 ms |
| query end | 2.30 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 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: 1.69 ms After last query: 12.45 ms Query memory: 0.018 MB Memory before query: 3.469 MB Rows returned: 32
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tuxr4_extensions`
WHERE `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tuxr4_extensions | NULL | ref | extension | extension | 62 | const | 32 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.67 ms |
| init | 0.04 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.36 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.05 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 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: 1.63 ms After last query: 15.46 ms Query memory: 0.015 MB Memory before query: 3.740 MB Rows returned: 2
SELECT b.id
FROM tuxr4_usergroups AS a
LEFT JOIN tuxr4_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| 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 | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.93 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.15 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 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.09 ms After last query: 8.44 ms Query memory: 0.014 MB Memory before query: 3.817 MB Rows returned: 4
SELECT id, rules
FROM `tuxr4_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tuxr4_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.51 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.13 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 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.39 ms After last query: 0.56 ms Query memory: 0.016 MB Memory before query: 3.856 MB Rows returned: 42
SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM tuxr4_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tuxr4_extensions | NULL | ref | extension | extension | 62 | const | 55 | 0.67 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 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.08 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.80 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 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: 0.78 ms After last query: 57.55 ms Query memory: 0.023 MB Memory before query: 4.690 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tuxr4_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tuxr4_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| init | 0.06 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.15 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.09 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 17 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 |
| 16 | JLibraryHelper::{closure}() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 14 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 |
| 13 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 |
| 12 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 |
| 11 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 |
| 10 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
| 9 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 8 | JFactory::getDocument() | JROOT/plugins/system/ytshortcodes/ytshortcodes.php:32 |
| 7 | plgSystemYtshortcodes->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:682 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 6.26 ms After last query: 0.72 ms Query memory: 0.016 MB Memory before query: 4.696 MB
UPDATE `tuxr4_extensions`
SET `params` = '{\"mediaversion\":\"b4f1fa55f94f10f7ee75ab2e8b5b293e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | tuxr4_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.03 ms |
| init | 0.04 ms |
| System lock | 0.12 ms |
| updating | 0.20 ms |
| end | 0.02 ms |
| query end | 5.49 ms |
| closing tables | 0.04 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:116 |
| 12 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 |
| 11 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 |
| 10 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
| 9 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 8 | JFactory::getDocument() | JROOT/plugins/system/ytshortcodes/ytshortcodes.php:32 |
| 7 | plgSystemYtshortcodes->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:682 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.02 ms After last query: 87.87 ms Query memory: 0.039 MB Memory before query: 5.817 MB Rows returned: 6
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 tuxr4_menu AS m
LEFT JOIN tuxr4_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 | 19 | 3.33 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | fribeiro_finalizado.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.74 ms |
| init | 0.06 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.13 ms |
| preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| executing | 0.02 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.39 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
| 28 | JMenuSite->{closure}() | Same as call in the line below. |
| 27 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 26 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
| 25 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 24 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 23 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:129 |
| 22 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:443 |
| 21 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
| 20 | JApplicationSite->getMenu() | JROOT/libraries/cms/application/site.php:433 |
| 19 | JApplicationSite->getTemplate() | JROOT/libraries/cms/html/html.php:359 |
| 18 | JHtml::includeRelativeFiles() | JROOT/libraries/cms/html/html.php:706 |
| 17 | JHtml::script() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 15 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
| 14 | JHtml::_() | JROOT/libraries/cms/html/jquery.php:52 |
| 13 | JHtmlJquery::framework() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 11 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
| 10 | JHtml::_() | JROOT/plugins/system/st_megamenu/st_megamenu.php:28 |
| 9 | plgSystemST_Megamenu->onAfterInitialise() | 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:683 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.29 ms After last query: 2.34 ms Query memory: 0.026 MB Memory before query: 5.883 MB Rows returned: 3
SELECT id, home, template, s.params
FROM tuxr4_template_styles as s
LEFT JOIN tuxr4_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 | 5 | 20.00 | Using where |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 303 | fribeiro_finalizado.s.template,const | 1 | 4.60 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.50 ms |
| init | 0.05 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.10 ms |
| preparing | 0.04 ms |
| executing | 0.01 ms |
| Sending data | 0.17 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:485 |
| 19 | JApplicationSite->getTemplate() | JROOT/libraries/cms/html/html.php:359 |
| 18 | JHtml::includeRelativeFiles() | JROOT/libraries/cms/html/html.php:706 |
| 17 | JHtml::script() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 15 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
| 14 | JHtml::_() | JROOT/libraries/cms/html/jquery.php:52 |
| 13 | JHtmlJquery::framework() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
| 11 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
| 10 | JHtml::_() | JROOT/plugins/system/st_megamenu/st_megamenu.php:28 |
| 9 | plgSystemST_Megamenu->onAfterInitialise() | 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:683 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.20 ms After last query: 92.57 ms Query memory: 0.013 MB Memory before query: 6.766 MB Rows returned: 1
SELECT *
FROM tuxr4_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 | tuxr4_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.50 ms |
| init | 0.06 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.13 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:148 |
| 5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:327 |
| 4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 24.54 ms After last query: 192.38 ms Query memory: 0.024 MB Memory before query: 9.262 MB Rows returned: 11
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tuxr4_modules AS m
LEFT JOIN tuxr4_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tuxr4_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 <= '2020-01-10 22:31:36')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2020-01-10 22:31:36')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 0 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 | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 16 | 2.08 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 303 | fribeiro_finalizado.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | fribeiro_finalizado.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.21 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 4.07 ms |
| init | 0.10 ms |
| System lock | 0.02 ms |
| optimizing | 0.05 ms |
| statistics | 9.51 ms |
| preparing | 0.07 ms |
| Sorting result | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 10.02 ms |
| end | 0.03 ms |
| query end | 0.03 ms |
| closing tables | 0.08 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 14 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:424 |
| 13 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:360 |
| 12 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
| 11 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
| 10 | JDocumentHtml->countModules() | JROOT/templates/st_vela/core/layouts/default.php:22 |
| 9 | require_once JROOT/templates/st_vela/core/layouts/default.php | JROOT/templates/st_vela/core/classes/template.php:94 |
| 8 | AvatarTemplate->render() | JROOT/templates/st_vela/index.php:20 |
| 7 | require JROOT/templates/st_vela/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 |
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tuxr4_extensions`
1 × SELECT id, home, template, s.params
FROM tuxr4_template_styles as s
LEFT JOIN tuxr4_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM tuxr4_languages
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 tuxr4_menu AS m
LEFT JOIN tuxr4_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tuxr4_modules AS m
LEFT JOIN tuxr4_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tuxr4_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT id, rules
FROM `tuxr4_viewlevels
1 × SELECT `session_id`
FROM `tuxr4_session`
1 × SELECT b.id
FROM tuxr4_usergroups AS a
LEFT JOIN tuxr4_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `data`
FROM `tuxr4_session`
1 × SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM tuxr4_extensions