Tempo da consulta: 0.50 ms Memória de consulta: 0.023 MB de memória antes da consulta: 4.549 MB Linhas retornadas: 0
SELECT `data`
FROM `site_session`
WHERE `session_id` = X'3231386539706439756c32366876717430377634666c756a6d31'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.10 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Igual à chamada na linha abaixo. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Tempo da consulta: 0.24 ms Após última consulta: 4.64 ms Memória de consulta: 0.020 MB de memória antes da consulta: 4.659 MB Linhas retornadas: 0
SELECT `session_id`
FROM `site_session`
WHERE `session_id` = X'3231386539706439756c32366876717430377634666c756a6d31'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Tempo da consulta: 1.14 ms Após última consulta: 0.25 ms Memória de consulta: 0.004 MB de memória antes da consulta: 4.664 MB
INSERT INTO `site_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3231386539706439756c32366876717430377634666c756a6d31', 1, 1780511590, 0, '', 0)
EXPLAIN não é possível na consulta: INSERT INTO `site_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3231386539706439756c32366876717430377634666c756a6d31', 1, 1780511590, 0, '', 0)
| 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 |
| update | 0.11 ms |
| end | 0.02 ms |
| query end | 0.81 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Tempo da consulta: 0.64 ms Após última consulta: 8.14 ms Memória de consulta: 0.025 MB de memória antes da consulta: 4.870 MB Linhas retornadas: 41
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `site_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_extensions | NULL | ref | extension | extension | 82 | const | 42 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.23 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Igual à chamada na linha abaixo. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.38 ms Após última consulta: 7.39 ms Memória de consulta: 0.021 MB de memória antes da consulta: 5.136 MB Linhas retornadas: 5
SELECT id, rules
FROM `site_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_viewlevels | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 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.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.52 ms Após última consulta: 0.24 ms Memória de consulta: 0.021 MB de memória antes da consulta: 5.148 MB Linhas retornadas: 2
SELECT b.id
FROM site_usergroups AS a
LEFT JOIN site_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.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.12 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 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.03 ms |
| cleaning up | 0.02 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 1.04 ms Após última consulta: 1.69 ms Memória de consulta: 0.030 MB de memória antes da consulta: 5.224 MB Linhas retornadas: 93
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM site_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 | site_extensions | NULL | ref | extension | extension | 82 | const | 126 | 0.60 | Using index condition; Using where; Usando filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 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.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.68 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Igual à chamada na linha abaixo. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.41 ms Após última consulta: 18.56 ms Memória de consulta: 0.021 MB de memória antes da consulta: 5.956 MB Linhas retornadas: 0
SELECT `path`
FROM site_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsfirewall_ignored | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:56 |
| 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:22 |
| 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:164 |
| 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:41 |
| 7 | plgSystemRsfirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.79 ms Após última consulta: 0.22 ms Memória de consulta: 0.021 MB de memória antes da consulta: 5.962 MB Linhas retornadas: 0
SELECT `file`
FROM site_rsfirewall_hashes
WHERE `type`='protect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsfirewall_hashes | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 219 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 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.39 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:63 |
| 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:22 |
| 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:164 |
| 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:41 |
| 7 | plgSystemRsfirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.36 ms Após última consulta: 0.14 ms Memória de consulta: 0.026 MB de memória antes da consulta: 5.968 MB Linhas retornadas: 68
SELECT *
FROM site_rsfirewall_configuration
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsfirewall_configuration | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 66 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 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.13 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:71 |
| 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:22 |
| 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:164 |
| 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:41 |
| 7 | plgSystemRsfirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.68 ms Após última consulta: 11.76 ms Memória de consulta: 0.024 MB de memória antes da consulta: 6.453 MB Linhas retornadas: 10
SHOW FULL COLUMNS
FROM `site_rsfirewall_logs`
EXPLAIN não é possível na consulta: SHOW FULL COLUMNS FROM `site_rsfirewall_logs`
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 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 |
| Opening tables | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.03 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_rsfirewall/tables/logs.php:38 |
| 11 | RsfirewallTableLogs->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:31 |
| 9 | RSFirewallLogger->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:84 |
| 8 | RSFirewallLogger::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:60 |
| 7 | plgSystemRsfirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.56 ms Após última consulta: 87.54 ms Memória de consulta: 0.022 MB de memória antes da consulta: 9.428 MB Linhas retornadas: 1
SELECT *
FROM `site_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_nextend2_section_storage | NULL | ref | application,application_2 | application | 284 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 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.03 ms |
| cleaning up | 0.02 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 12 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 11 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 10 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:17 |
| 9 | Nextend\SmartSlider3\Settings::getAll() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:25 |
| 8 | Nextend\SmartSlider3\Settings::get() | JROOT/plugins/system/smartslider3/smartslider3.php:16 |
| 7 | require_once JROOT/plugins/system/smartslider3/smartslider3.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.54 ms Após última consulta: 35.50 ms Memória de consulta: 0.020 MB de memória antes da consulta: 10.748 MB Linhas retornadas: 1
SELECT `params`
FROM `site_extensions`
WHERE `type` = 'component'
AND `element` = 'com_rsseo'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 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.10 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.03 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_rsseo/helpers/rsseo.php:35 |
| 8 | rsseoHelper::getConfig() | JROOT/plugins/system/rsseo/rsseo.php:58 |
| 7 | plgSystemRsseo->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.50 ms Após última consulta: 40.73 ms Memória de consulta: 0.023 MB de memória antes da consulta: 12.047 MB Linhas retornadas: 35
SELECT *
FROM site_rsform_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsform_config | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 32 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 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.08 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:52 |
| 11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:19 |
| 10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:104 |
| 9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:34 |
| 8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.98 ms Após última consulta: 51.17 ms Memória de consulta: 0.027 MB de memória antes da consulta: 13.584 MB Linhas retornadas: 7
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 site_menu AS m
LEFT JOIN site_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 | 43 | 3.33 | Using index condition; Using where; Usando filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.12 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.26 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 18 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Igual à chamada na linha abaixo. |
| 17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 15 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 14 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 13 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 12 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 11 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 10 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 9 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/plugins/system/rsseo/rsseo.php:206 |
| 8 | plgSystemRsseo->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.37 ms Após última consulta: 2.43 ms Memória de consulta: 0.020 MB de memória antes da consulta: 13.617 MB Linhas retornadas: 0
SELECT *
FROM `site_rsseo_redirects`
WHERE `published` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.11 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsseo/rsseo.php:243 |
| 8 | plgSystemRsseo->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.37 ms Após última consulta: 0.38 ms Memória de consulta: 0.021 MB de memória antes da consulta: 13.624 MB Linhas retornadas: 0
SELECT `url`,`sef`
FROM `site_rsseo_pages`
WHERE `short` = 'publicacoes/247-o-amor-floresce-em-meio-as-dificuldades-provando-que-ate-nas-situacoes-mais-desafiadoras-a-vida-pode-ser-extraordinaria'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 10 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.10 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.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/plugins/system/rsseo/rsseo.php:298 |
| 8 | plgSystemRsseo->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.41 ms Após última consulta: 33.25 ms Memória de consulta: 0.021 MB de memória antes da consulta: 14.296 MB Linhas retornadas: 0
Consultas duplicadas:
#19SELECT `url`
FROM `site_rsseo_pages`
WHERE `sef` = 'publicacoes/247-o-amor-floresce-em-meio-as-dificuldades-provando-que-ate-nas-situacoes-mais-desafiadoras-a-vida-pode-ser-extraordinaria'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | sef | sef | 802 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 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.06 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:96 |
| 10 | RsseoSef->parseRule() | Igual à chamada na linha abaixo. |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.23 ms Após última consulta: 0.28 ms Memória de consulta: 0.021 MB de memória antes da consulta: 14.302 MB Linhas retornadas: 0
Consultas duplicadas:
#18SELECT `url`
FROM `site_rsseo_pages`
WHERE `sef` = 'publicacoes/247-o-amor-floresce-em-meio-as-dificuldades-provando-que-ate-nas-situacoes-mais-desafiadoras-a-vida-pode-ser-extraordinaria'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | sef | sef | 802 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:106 |
| 10 | RsseoSef->parseRule() | Igual à chamada na linha abaixo. |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.70 ms Após última consulta: 5.69 ms Memória de consulta: 0.022 MB de memória antes da consulta: 14.437 MB Linhas retornadas: 0
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `site_categories` AS `s`
INNER JOIN `site_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 247
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| executing | 0.03 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 12 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 11 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:350 |
| 10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
| 9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.49 ms Após última consulta: 0.20 ms Memória de consulta: 0.021 MB de memória antes da consulta: 14.443 MB Linhas retornadas: 1
SELECT `alias`,`catid`
FROM `site_content`
WHERE `id` = 247
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.25 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_content/helpers/legacyrouter.php:366 |
| 10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
| 9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.48 ms Após última consulta: 0.41 ms Memória de consulta: 0.021 MB de memória antes da consulta: 14.448 MB Linhas retornadas: 4
SELECT *
FROM site_rsfirewall_hashes
WHERE (`type`='3.10.12' OR `type`='protect')
AND (`flag`!='C' OR `flag` IS NULL)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsfirewall_hashes | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 219 | 17.29 | 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.02 ms |
| executing | 0.01 ms |
| Sending data | 0.24 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1156 |
| 9 | plgSystemRsfirewall->runProtections() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1023 |
| 8 | plgSystemRsfirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.80 ms Após última consulta: 3.67 ms Memória de consulta: 0.021 MB de memória antes da consulta: 14.489 MB Linhas retornadas: 0
SELECT *
FROM site_rsfirewall_snapshots
WHERE `type`='protect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsfirewall_snapshots | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 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.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/snapshot.php:49 |
| 10 | RSFirewallSnapshot::get() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1179 |
| 9 | plgSystemRsfirewall->runProtections() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1023 |
| 8 | plgSystemRsfirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.33 ms Após última consulta: 0.29 ms Memória de consulta: 0.021 MB de memória antes da consulta: 14.495 MB Linhas retornadas: 0
SELECT `ip`,`reason`
FROM site_rsfirewall_lists
WHERE (`ip`='216.73.217.75' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='1'
AND `published`='1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsfirewall_lists | NULL | ref | published,type,ip | published | 1 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:175 |
| 11 | plgSystemRsfirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:154 |
| 10 | plgSystemRsfirewall->isWhitelisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1215 |
| 9 | plgSystemRsfirewall->runProtections() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1023 |
| 8 | plgSystemRsfirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.27 ms Após última consulta: 0.26 ms Memória de consulta: 0.021 MB de memória antes da consulta: 14.501 MB Linhas retornadas: 0
SELECT `ip`,`reason`
FROM site_rsfirewall_lists
WHERE (`ip`='216.73.217.75' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='0'
AND `published`='1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsfirewall_lists | NULL | ref | published,type,ip | published | 1 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 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.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:175 |
| 11 | plgSystemRsfirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:144 |
| 10 | plgSystemRsfirewall->isBlacklisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1219 |
| 9 | plgSystemRsfirewall->runProtections() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1023 |
| 8 | plgSystemRsfirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.31 ms Após última consulta: 1.73 ms Memória de consulta: 0.021 MB de memória antes da consulta: 14.610 MB Linhas retornadas: 0
SELECT *
FROM site_rsfirewall_exceptions
WHERE `published`='1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsfirewall_exceptions | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:794 |
| 10 | plgSystemRsfirewall->isException() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1366 |
| 9 | plgSystemRsfirewall->runProtections() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1023 |
| 8 | plgSystemRsfirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.53 ms Após última consulta: 2.93 ms Memória de consulta: 0.038 MB de memória antes da consulta: 14.645 MB Linhas retornadas: 1
SELECT id, home, template, s.params
FROM site_template_styles as s
LEFT JOIN site_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 | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | db_comsattecnologia.e.element | 1 | 60.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.11 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 14 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/templates/yootheme/packages/theme-joomla/src/ThemeLoader.php:97 |
| 13 | YOOtheme\Theme\Joomla\ThemeLoader::getTemplate() | JROOT/templates/yootheme/packages/theme-joomla/src/ThemeLoader.php:33 |
| 12 | YOOtheme\Theme\Joomla\ThemeLoader::initTheme() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 11 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 10 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 9 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 8 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 7 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.42 ms Após última consulta: 11.47 ms Memória de consulta: 0.025 MB de memória antes da consulta: 14.933 MB Linhas retornadas: 1
SELECT id
FROM site_categories
WHERE alias = 'uncategorised'
AND extension = 'com_content'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_categories | NULL | ref | cat_idx,idx_alias | idx_alias | 402 | const | 5 | 87.50 | Using where |
| Status | Duration |
|---|
| starting | 0.06 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.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/AddPageCategory.php:31 |
| 18 | YOOtheme\Theme\Joomla\Listener\AddPageCategory->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 17 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 16 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 15 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 14 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 13 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/theme-joomla/src/ThemeLoader.php:38 |
| 12 | YOOtheme\Theme\Joomla\ThemeLoader::initTheme() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 11 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 10 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 9 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 8 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 7 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.34 ms Após última consulta: 7.92 ms Memória de consulta: 0.022 MB de memória antes da consulta: 15.059 MB Linhas retornadas: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `site_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| 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.06 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Igual à chamada na linha abaixo. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 1.55 ms Após última consulta: 0.40 ms Memória de consulta: 0.005 MB de memória antes da consulta: 15.049 MB
UPDATE `site_extensions`
SET `params` = '{\"mediaversion\":\"f20f4a78a2cb4a558d0cbb782d21d44a\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | site_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.08 ms |
| updating | 0.07 ms |
| end | 0.02 ms |
| query end | 1.04 ms |
| closing tables | 0.16 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.47 ms Após última consulta: 5.79 ms Memória de consulta: 0.019 MB de memória antes da consulta: 15.327 MB Linhas retornadas: 1
SELECT *
FROM site_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 | site_languages | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 2 | 50.00 | Using where; Usando filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.07 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 1.01 ms Após última consulta: 9.85 ms Memória de consulta: 0.028 MB de memória antes da consulta: 15.476 MB Linhas retornadas: 41
SELECT `id`,`name`,`rules`,`parent_id`
FROM `site_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jce','com_joomlaupdate','com_jxtctimeline','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsfirewall','com_rsform','com_rsseo','com_search','com_smartslider3','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_assets | NULL | ALL | idx_asset_name | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 210 | 20.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.13 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.42 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.55 ms Após última consulta: 0.58 ms Memória de consulta: 0.040 MB de memória antes da consulta: 15.533 MB Linhas retornadas: 139
SELECT `id`,`name`,`rules`,`parent_id`
FROM `site_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_assets | NULL | ALL | idx_asset_name,idx_parent_id | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 210 | 23.48 | 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.06 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.24 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
| 16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.79 ms Após última consulta: 4.56 ms Memória de consulta: 0.031 MB de memória antes da consulta: 15.728 MB Linhas retornadas: 31
SHOW FULL COLUMNS
FROM `site_content`
EXPLAIN não é possível na consulta: SHOW FULL COLUMNS FROM `site_content`
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 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 |
| Opening tables | 0.02 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.03 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
| 11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:253 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 1.08 ms Após última consulta: 9.71 ms Memória de consulta: 0.005 MB de memória antes da consulta: 16.592 MB
UPDATE site_content
SET `hits` = (`hits` + 1)
WHERE `id` = '247'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | site_content | NULL | range | PRIMARY | PRIMARY | 4 | 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.04 ms |
| updating | 0.09 ms |
| end | 0.02 ms |
| query end | 0.73 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
| 10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:254 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.85 ms Após última consulta: 7.31 ms Memória de consulta: 0.023 MB de memória antes da consulta: 16.817 MB Linhas retornadas: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM site_content AS a
INNER JOIN site_categories AS c
on c.id = a.catid
LEFT JOIN site_users AS u
on u.id = a.created_by
LEFT JOIN site_categories as parent
ON parent.id = c.parent_id
LEFT JOIN site_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 247
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-06-03 18:33:10')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-06-03 18:33:10')
AND (a.state = 1 OR a.state =2)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_state,idx_catid | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | v | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.24 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 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.02 ms |
| cleaning up | 0.02 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:151 |
| 12 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.83 ms Após última consulta: 6.40 ms Memória de consulta: 0.027 MB de memória antes da consulta: 16.933 MB Linhas retornadas: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `site_categories` AS `s`
INNER JOIN `site_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 42
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Usando filesort |
| 1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right | cat_idx | 207 | NULL | 5 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.28 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.10 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 22 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 21 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 20 | ContentRouter->getCategorySegment() | Igual à chamada na linha abaixo. |
| 19 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 18 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 17 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 16 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 15 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.34 ms Após última consulta: 2.33 ms Memória de consulta: 0.026 MB de memória antes da consulta: 16.989 MB Linhas retornadas: 0
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = '918bcfcd5f5d619967914bb868b9eef7'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 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.05 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 20 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 19 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 18 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 17 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 15 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.77 ms Após última consulta: 0.76 ms Memória de consulta: 0.022 MB de memória antes da consulta: 17.007 MB Linhas retornadas: 0
SELECT `m`.`tag_id`,`t`.*
FROM `site_contentitem_tag_map` AS m
INNER JOIN `site_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 247
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | db_comsattecnologia.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.38 ms |
| init | 0.04 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.03 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 11 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 1.52 ms Após última consulta: 253.97 ms Memória de consulta: 0.025 MB de memória antes da consulta: 22.570 MB Linhas retornadas: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM site_fields AS a
LEFT JOIN `site_languages` AS l
ON l.lang_code = a.language
LEFT JOIN site_users AS uc
ON uc.id=a.checked_out
LEFT JOIN site_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN site_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN site_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `site_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (42,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 8 | 65.22 | Using where; Using temporary; Usando filesort |
| 1 | SIMPLE | l | NULL | ALL | idx_langcode | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | uc | NULL | ALL | PRIMARY | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | ALL | PRIMARY | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | g | NULL | ALL | PRIMARY | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.id | 1 | 28.00 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.24 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.36 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.14 ms |
| preparing | 0.05 ms |
| Creating tmp table | 0.07 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.20 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.99 ms Após última consulta: 9.35 ms Memória de consulta: 0.027 MB de memória antes da consulta: 22.914 MB Linhas retornadas: 34
SELECT a.id, a.title, a.catid, a.language,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM site_content AS a
LEFT JOIN site_categories AS cc
ON cc.id = a.catid
WHERE a.catid = 42
AND a.state = 1
AND a.access IN (1,1,5)
AND (a.state = 1 OR a.state = -1)
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2026-06-03 18:33:10')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2026-06-03 18:33:10')
ORDER BY
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 40 | 16.00 | Using index condition; Using where; Usando filesort |
| 1 | SIMPLE | cc | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.50 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/content/pagenavigation/pagenavigation.php:161 |
| 13 | PlgContentPagenavigation->onContentBeforeDisplay() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.36 ms Após última consulta: 0.98 ms Memória de consulta: 0.027 MB de memória antes da consulta: 22.957 MB Linhas retornadas: 0
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = '172a93108cc81193ff604d183a4cc979'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.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.05 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 24 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 23 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 22 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 21 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 20 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 19 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 18 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/plugins/content/pagenavigation/pagenavigation.php:193 |
| 13 | PlgContentPagenavigation->onContentBeforeDisplay() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.28 ms Após última consulta: 0.90 ms Memória de consulta: 0.027 MB de memória antes da consulta: 22.969 MB Linhas retornadas: 0
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = 'dd9f7f22407da1350078942e6108683b'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.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.04 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 24 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 23 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 22 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 21 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 20 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 19 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 18 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/plugins/content/pagenavigation/pagenavigation.php:204 |
| 13 | PlgContentPagenavigation->onContentBeforeDisplay() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.44 ms Após última consulta: 11.27 ms Memória de consulta: 0.163 MB de memória antes da consulta: 23.073 MB Linhas retornadas: 1
SELECT custom_data
FROM site_extensions
WHERE element = 'yootheme'
AND folder = 'system'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_extensions | NULL | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | 100.00 | NULL |
| 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.06 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 51 | JDatabaseDriver->loadResult() | JROOT/templates/yootheme/packages/platform-joomla/src/Storage.php:30 |
| 50 | YOOtheme\Joomla\Storage->__construct() | Igual à chamada na linha abaixo. |
| 49 | ReflectionClass->newInstanceArgs() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:184 |
| 48 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:156 |
| 47 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 46 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 45 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 44 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 43 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 42 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 41 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 40 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 39 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:84 |
| 38 | YOOtheme\Container\ParameterResolver->resolveDependencies() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:33 |
| 37 | YOOtheme\Container\ParameterResolver->resolve() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:182 |
| 36 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:156 |
| 35 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 34 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 33 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 32 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 31 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 30 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 28 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 27 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 26 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 25 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadTemplate.php:44 |
| 24 | YOOtheme\Builder\Joomla\Source\Listener\LoadTemplate->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Igual à chamada na linha abaixo. |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.51 ms Após última consulta: 77.43 ms Memória de consulta: 0.057 MB de memória antes da consulta: 25.335 MB Linhas retornadas: 13
SELECT *
FROM `site_content_types`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_content_types | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 13 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 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.14 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 56 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 55 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:803 |
| 54 | Joomla\CMS\Helper\TagsHelper::getTypes() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Type/TagType.php:114 |
| 53 | YOOtheme\Builder\Joomla\Source\Type\TagType::config() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadSourceTypes.php:50 |
| 52 | YOOtheme\Builder\Joomla\Source\Listener\LoadSourceTypes::handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 51 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 50 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 49 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 48 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 47 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:47 |
| 46 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 45 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 44 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 43 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 42 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 41 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 40 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 39 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 38 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 37 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 36 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 35 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 34 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 33 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 32 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 28 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 27 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 26 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 25 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadTemplate.php:60 |
| 24 | YOOtheme\Builder\Joomla\Source\Listener\LoadTemplate->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Igual à chamada na linha abaixo. |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.99 ms Após última consulta: 18.33 ms Memória de consulta: 0.040 MB de memória antes da consulta: 25.728 MB Linhas retornadas: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM site_fields AS a
LEFT JOIN `site_languages` AS l
ON l.lang_code = a.language
LEFT JOIN site_users AS uc
ON uc.id=a.checked_out
LEFT JOIN site_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN site_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN site_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_users.user'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | 65.22 | Using where; Using temporary; Usando filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | db_comsattecnologia.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.17 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 59 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 58 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 57 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 56 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 55 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 54 | FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/FieldsHelper.php:13 |
| 53 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/Listener/LoadSourceTypes.php:27 |
| 52 | YOOtheme\Builder\Joomla\Fields\Listener\LoadSourceTypes::handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 51 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 50 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 49 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 48 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 47 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:47 |
| 46 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 45 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 44 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 43 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 42 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 41 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 40 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 39 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 38 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 37 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 36 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 35 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 34 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 33 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 32 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 28 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 27 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 26 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 25 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadTemplate.php:60 |
| 24 | YOOtheme\Builder\Joomla\Source\Listener\LoadTemplate->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Igual à chamada na linha abaixo. |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.97 ms Após última consulta: 0.45 ms Memória de consulta: 0.040 MB de memória antes da consulta: 25.753 MB Linhas retornadas: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM site_fields AS a
LEFT JOIN `site_languages` AS l
ON l.lang_code = a.language
LEFT JOIN site_users AS uc
ON uc.id=a.checked_out
LEFT JOIN site_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN site_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN site_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.article'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 8 | 65.22 | Using where; Using temporary; Usando filesort |
| 1 | SIMPLE | l | NULL | ALL | idx_langcode | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | uc | NULL | ALL | PRIMARY | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | ALL | PRIMARY | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | g | NULL | ALL | PRIMARY | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.06 ms |
| statistics | 0.15 ms |
| preparing | 0.07 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.19 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 59 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 58 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 57 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 56 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 55 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 54 | FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/FieldsHelper.php:13 |
| 53 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/Listener/LoadSourceTypes.php:27 |
| 52 | YOOtheme\Builder\Joomla\Fields\Listener\LoadSourceTypes::handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 51 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 50 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 49 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 48 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 47 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:47 |
| 46 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 45 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 44 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 43 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 42 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 41 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 40 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 39 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 38 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 37 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 36 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 35 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 34 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 33 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 32 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 28 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 27 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 26 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 25 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadTemplate.php:60 |
| 24 | YOOtheme\Builder\Joomla\Source\Listener\LoadTemplate->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Igual à chamada na linha abaixo. |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 1.54 ms Após última consulta: 0.45 ms Memória de consulta: 0.048 MB de memória antes da consulta: 25.779 MB Linhas retornadas: 15
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM site_fields AS a
LEFT JOIN `site_languages` AS l
ON l.lang_code = a.language
LEFT JOIN site_users AS uc
ON uc.id=a.checked_out
LEFT JOIN site_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN site_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN site_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.categories'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 15 | 65.22 | Using where; Using temporary; Usando filesort |
| 1 | SIMPLE | l | NULL | ALL | idx_langcode | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | uc | NULL | ALL | PRIMARY | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | ALL | PRIMARY | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | g | NULL | ALL | PRIMARY | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.08 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.04 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.74 ms |
| Creating sort index | 0.16 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 59 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 58 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 57 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 56 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 55 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 54 | FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/FieldsHelper.php:13 |
| 53 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/Listener/LoadSourceTypes.php:27 |
| 52 | YOOtheme\Builder\Joomla\Fields\Listener\LoadSourceTypes::handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 51 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 50 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 49 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 48 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 47 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:47 |
| 46 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 45 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 44 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 43 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 42 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 41 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 40 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 39 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 38 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 37 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 36 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 35 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 34 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 33 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 32 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 28 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 27 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 26 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 25 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadTemplate.php:60 |
| 24 | YOOtheme\Builder\Joomla\Source\Listener\LoadTemplate->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Igual à chamada na linha abaixo. |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 1.31 ms Após última consulta: 5.99 ms Memória de consulta: 0.040 MB de memória antes da consulta: 25.976 MB Linhas retornadas: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM site_fields AS a
LEFT JOIN `site_languages` AS l
ON l.lang_code = a.language
LEFT JOIN site_users AS uc
ON uc.id=a.checked_out
LEFT JOIN site_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN site_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN site_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_contact.contact'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | 65.22 | Using where; Using temporary; Usando filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | db_comsattecnologia.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.63 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 59 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 58 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 57 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 56 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 55 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 54 | FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/FieldsHelper.php:13 |
| 53 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/Listener/LoadSourceTypes.php:27 |
| 52 | YOOtheme\Builder\Joomla\Fields\Listener\LoadSourceTypes::handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 51 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 50 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 49 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 48 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 47 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:47 |
| 46 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 45 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 44 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 43 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 42 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 41 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 40 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 39 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 38 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 37 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 36 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 35 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 34 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 33 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 32 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 31 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 30 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 29 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 28 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 27 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 26 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 25 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadTemplate.php:60 |
| 24 | YOOtheme\Builder\Joomla\Source\Listener\LoadTemplate->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Igual à chamada na linha abaixo. |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.47 ms Após última consulta: 105.58 ms Memória de consulta: 0.062 MB de memória antes da consulta: 28.558 MB Linhas retornadas: 1
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = '553b36908281003b38c682fef7470ea9'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 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.07 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.03 ms |
| cleaning up | 0.02 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 99 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 98 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 97 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 96 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 95 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 94 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 93 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 92 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 91 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 90 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 89 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 88 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_breadcrumbs/helper.php:54 |
| 87 | ModBreadCrumbsHelper::getList() | JROOT/templates/yootheme/packages/builder-joomla/elements/breadcrumbs/templates/template.php:20 |
| 86 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder-joomla/elements/breadcrumbs/templates/template.php:44 |
| 85 | require JROOT/templates/yootheme/packages/builder-joomla/elements/breadcrumbs/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 84 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 83 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 82 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 81 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 80 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 79 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 78 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 77 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 76 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 75 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/src/Builder.php:128 |
| 74 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/elements/column/templates/template.php:270 |
| 73 | require JROOT/templates/yootheme/packages/builder/elements/column/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 72 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 71 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 70 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 69 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 68 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 67 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 66 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 65 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 64 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 63 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/src/Builder.php:128 |
| 62 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/elements/row/templates/template.php:45 |
| 61 | require JROOT/templates/yootheme/packages/builder/elements/row/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 60 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 59 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 58 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 57 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 56 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 55 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 54 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 53 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 52 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 51 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/src/Builder.php:128 |
| 50 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/elements/section/templates/template.php:186 |
| 49 | require JROOT/templates/yootheme/packages/builder/elements/section/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 48 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 47 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 46 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 45 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 44 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 43 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 42 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 41 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 40 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 39 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/src/Builder.php:128 |
| 38 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/elements/layout/templates/template.php:15 |
| 37 | require JROOT/templates/yootheme/packages/builder/elements/layout/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 36 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 35 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 34 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 33 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 32 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 31 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 30 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder-joomla/bootstrap.php:38 |
| 29 | YOOtheme\Application::YOOtheme\Builder\Joomla\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:251 |
| 28 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 27 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 26 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 25 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadTemplate.php:60 |
| 24 | YOOtheme\Builder\Joomla\Source\Listener\LoadTemplate->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Igual à chamada na linha abaixo. |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.25 ms Após última consulta: 0.88 ms Memória de consulta: 0.062 MB de memória antes da consulta: 28.606 MB Linhas retornadas: 0
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = 'd41d8cd98f00b204e9800998ecf8427e'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 99 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 98 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 97 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 96 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 95 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 94 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 93 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 92 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 91 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 90 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 89 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 88 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_breadcrumbs/helper.php:61 |
| 87 | ModBreadCrumbsHelper::getList() | JROOT/templates/yootheme/packages/builder-joomla/elements/breadcrumbs/templates/template.php:20 |
| 86 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder-joomla/elements/breadcrumbs/templates/template.php:44 |
| 85 | require JROOT/templates/yootheme/packages/builder-joomla/elements/breadcrumbs/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 84 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 83 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 82 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 81 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 80 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 79 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 78 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 77 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 76 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 75 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/src/Builder.php:128 |
| 74 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/elements/column/templates/template.php:270 |
| 73 | require JROOT/templates/yootheme/packages/builder/elements/column/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 72 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 71 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 70 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 69 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 68 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 67 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 66 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 65 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 64 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 63 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/src/Builder.php:128 |
| 62 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/elements/row/templates/template.php:45 |
| 61 | require JROOT/templates/yootheme/packages/builder/elements/row/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 60 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 59 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 58 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 57 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 56 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 55 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 54 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 53 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 52 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 51 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/src/Builder.php:128 |
| 50 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/elements/section/templates/template.php:186 |
| 49 | require JROOT/templates/yootheme/packages/builder/elements/section/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 48 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 47 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 46 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 45 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 44 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 43 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 42 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 41 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 40 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 39 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/src/Builder.php:128 |
| 38 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/elements/layout/templates/template.php:15 |
| 37 | require JROOT/templates/yootheme/packages/builder/elements/layout/templates/template.php | JROOT/templates/yootheme/packages/view/src/View.php:297 |
| 36 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:19 |
| 35 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 34 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:57 |
| 33 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 32 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 31 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 30 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder-joomla/bootstrap.php:38 |
| 29 | YOOtheme\Application::YOOtheme\Builder\Joomla\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:251 |
| 28 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 27 | YOOtheme\View->render() | Igual à chamada na linha abaixo. |
| 26 | call_user_func() | JROOT/templates/yootheme/packages/builder/src/Builder.php:138 |
| 25 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadTemplate.php:60 |
| 24 | YOOtheme\Builder\Joomla\Source\Listener\LoadTemplate->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Igual à chamada na linha abaixo. |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.35 ms Após última consulta: 27.47 ms Memória de consulta: 0.020 MB de memória antes da consulta: 28.616 MB Linhas retornadas: 0
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `url` = 'publicacoes/247-o-amor-floresce-em-meio-as-dificuldades-provando-que-ate-nas-situacoes-mais-desafiadoras-a-vida-pode-ser-extraordinaria'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ALL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 10 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/rsseo/rsseo.php:1771 |
| 8 | plgSystemRsseo->redirect() | JROOT/plugins/system/rsseo/rsseo.php:133 |
| 7 | plgSystemRsseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.29 ms Após última consulta: 0.77 ms Memória de consulta: 0.020 MB de memória antes da consulta: 28.622 MB Linhas retornadas: 0
SELECT `id`,`title`,`description`,`keywords`,`level`,`crawled`,`modified`,`canonical`,`customhead`,`robots`,`custom`
FROM `site_rsseo_pages`
WHERE `published` = 1
AND (`url` = 'publicacoes/247-o-amor-floresce-em-meio-as-dificuldades-provando-que-ate-nas-situacoes-mais-desafiadoras-a-vida-pode-ser-extraordinaria' OR `sef` = 'publicacoes/247-o-amor-floresce-em-meio-as-dificuldades-provando-que-ate-nas-situacoes-mais-desafiadoras-a-vida-pode-ser-extraordinaria')
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ALL | sef | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 10 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/plugins/system/rsseo/rsseo.php:1064 |
| 8 | plgSystemRsseo->meta() | JROOT/plugins/system/rsseo/rsseo.php:168 |
| 7 | plgSystemRsseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.80 ms Após última consulta: 23.62 ms Memória de consulta: 0.023 MB de memória antes da consulta: 29.058 MB Linhas retornadas: 3
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM site_modules AS m
LEFT JOIN site_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN site_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-06-03 18:33:10')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-06-03 18:33:10')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 186 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 | 11 | 4.35 | Using index condition; Using where; Usando filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | db_comsattecnologia.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.15 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | Igual à chamada na linha abaixo. |
| 14 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 12 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 11 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 10 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:25 |
| 9 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 8 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/templates/yootheme/index.php:106 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.39 ms Após última consulta: 12.02 ms Memória de consulta: 0.037 MB de memória antes da consulta: 29.210 MB Linhas retornadas: 0
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = '46c6fbc8adea795fb58a51aaee1b2354'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.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.05 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.03 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 49 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 48 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 47 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 46 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 45 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 44 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 43 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 42 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 41 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 40 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 39 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 38 | Joomla\CMS\Router\Route::_() | JROOT/templates/yootheme/packages/platform-joomla/src/Router.php:17 |
| 37 | YOOtheme\Joomla\Router::generate() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 36 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 35 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 34 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 33 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 32 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/utils/src/Url.php:78 |
| 31 | YOOtheme\Url::route() | JROOT/templates/yootheme/packages/image/src/ImageProvider.php:238 |
| 30 | YOOtheme\ImageProvider->getUrl() | JROOT/templates/yootheme/packages/image/src/ImageProvider.php:324 |
| 29 | YOOtheme\ImageProvider->getSrcsetAttrs() | JROOT/templates/yootheme/packages/image/src/ImageProvider.php:256 |
| 28 | YOOtheme\ImageProvider->getSources() | JROOT/templates/yootheme/packages/image/src/ImageProvider.php:149 |
| 27 | YOOtheme\ImageProvider->replaceCallback() | Igual à chamada na linha abaixo. |
| 26 | preg_replace_callback() | JROOT/templates/yootheme/packages/image/src/ImageProvider.php:128 |
| 25 | YOOtheme\ImageProvider->replace() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:64 |
| 24 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 23 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 22 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:179 |
| 21 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:258 |
| 20 | YOOtheme\View->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/Listener/LoadModules.php:56 |
| 19 | YOOtheme\Theme\Joomla\Listener\LoadModules->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 18 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 17 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:60 |
| 14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:378 |
| 11 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 10 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:25 |
| 9 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 8 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/templates/yootheme/index.php:106 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.42 ms Após última consulta: 92.07 ms Memória de consulta: 0.020 MB de memória antes da consulta: 30.322 MB Linhas retornadas: 0
SELECT *
FROM `site_rsseo_data`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.12 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsseo/rsseo.php:350 |
| 7 | plgSystemRsseo->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.34 ms Após última consulta: 6.98 ms Memória de consulta: 0.026 MB de memória antes da consulta: 30.402 MB Linhas retornadas: 1
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = 'c00df61741356f09c9c712ad446ed1ca'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.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.06 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 21 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 20 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
| 11 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.25 ms Após última consulta: 0.85 ms Memória de consulta: 0.026 MB de memória antes da consulta: 30.418 MB Linhas retornadas: 1
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = '178c526ffa79c5ce7f55c58748c87c19'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 21 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 20 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
| 11 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.25 ms Após última consulta: 0.87 ms Memória de consulta: 0.026 MB de memória antes da consulta: 30.433 MB Linhas retornadas: 1
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = '70ab8dc2f9630e37761ddaed22786052'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 21 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 20 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
| 11 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.25 ms Após última consulta: 0.83 ms Memória de consulta: 0.026 MB de memória antes da consulta: 30.449 MB Linhas retornadas: 1
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = 'b5f06e72d6d5104bdae7736fd0786d9c'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 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.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 21 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 20 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
| 11 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
| 10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.92 ms Após última consulta: 14.27 ms Memória de consulta: 0.026 MB de memória antes da consulta: 30.520 MB Linhas retornadas: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM site_fields AS a
LEFT JOIN `site_languages` AS l
ON l.lang_code = a.language
LEFT JOIN site_users AS uc
ON uc.id=a.checked_out
LEFT JOIN site_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN site_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN site_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | 65.22 | Using where; Using temporary; Usando filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | db_comsattecnologia.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db_comsattecnologia.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.13 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.17 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 |
| # | Chamador | Arquivo e número da linha |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 17 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Igual à chamada na linha abaixo. |
| 13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.42 ms Após última consulta: 16.45 ms Memória de consulta: 0.022 MB de memória antes da consulta: 30.599 MB Linhas retornadas: 5
SELECT `name`,`element`
FROM `site_extensions`
WHERE `type` = 'plugin'
AND `folder` = 'finder'
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_extensions | NULL | ref | extension | extension | 82 | const | 126 | 1.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 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.05 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_finder/helpers/language.php:126 |
| 11 | FinderHelperLanguage::loadPluginLanguage() | JROOT/modules/mod_finder/mod_finder.php:51 |
| 10 | include JROOT/modules/mod_finder/mod_finder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.40 ms Após última consulta: 12.37 ms Memória de consulta: 0.023 MB de memória antes da consulta: 30.828 MB Linhas retornadas: 0
SELECT `title`
FROM `site_finder_taxonomy`
WHERE `parent_id` = 1
AND `state` = 1
AND `access` IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_finder_taxonomy | NULL | ref | parent_id,state,access,idx_parent_published | parent_id | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 15 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_finder/helpers/indexer/taxonomy.php:258 |
| 14 | FinderIndexerTaxonomy::getBranchTitles() | JROOT/administrator/components/com_finder/helpers/indexer/query.php:750 |
| 13 | FinderIndexerQuery->processString() | JROOT/administrator/components/com_finder/helpers/indexer/query.php:236 |
| 12 | FinderIndexerQuery->__construct() | JROOT/modules/mod_finder/helper.php:84 |
| 11 | ModFinderHelper::getQuery() | JROOT/modules/mod_finder/mod_finder.php:54 |
| 10 | include JROOT/modules/mod_finder/mod_finder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.26 ms Após última consulta: 1.61 ms Memória de consulta: 0.026 MB de memória antes da consulta: 30.853 MB Linhas retornadas: 0
SELECT `sef`
FROM `site_rsseo_pages`
WHERE `hash` = '7f8c8c8b57cb8839a832ba88404cbd65'
AND `published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ref | hash,hash_2 | hash | 130 | const | 1 | 10.00 | Using where |
| 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.04 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_rsseo/sef.php:35 |
| 21 | RsseoSef->getSEF() | JROOT/components/com_rsseo/sef.php:48 |
| 20 | RsseoSef->buildRule() | Igual à chamada na linha abaixo. |
| 19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/templates/yootheme/html/mod_finder/default.php:36 |
| 11 | require JROOT/templates/yootheme/html/mod_finder/default.php | JROOT/modules/mod_finder/mod_finder.php:56 |
| 10 | include JROOT/modules/mod_finder/mod_finder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.34 ms Após última consulta: 24.20 ms Memória de consulta: 0.025 MB de memória antes da consulta: 30.988 MB Linhas retornadas: 0
SELECT *
FROM `site_rsseo_keywords`
ORDER BY CHAR_LENGTH(keyword) DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.11 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 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.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsseo/rsseo.php:395 |
| 7 | plgSystemRsseo->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo da consulta: 0.29 ms Após última consulta: 0.36 ms Memória de consulta: 0.020 MB de memória antes da consulta: 31.000 MB Linhas retornadas: 0
SELECT `id`,`css`,`scripts`
FROM `site_rsseo_pages`
WHERE `published` = 1
AND (`url` = 'publicacoes/247-o-amor-floresce-em-meio-as-dificuldades-provando-que-ate-nas-situacoes-mais-desafiadoras-a-vida-pode-ser-extraordinaria' OR `sef` = 'publicacoes/247-o-amor-floresce-em-meio-as-dificuldades-provando-que-ate-nas-situacoes-mais-desafiadoras-a-vida-pode-ser-extraordinaria')
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | site_rsseo_pages | NULL | ALL | sef | NENHUMA CHAVE DE ÍNDICE PÔDE SER USADA | NULL | NULL | 10 | 10.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.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Chamador | Arquivo e número da linha |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/plugins/system/rsseo/rsseo.php:1844 |
| 8 | plgSystemRsseo->removeCSSJs() | JROOT/plugins/system/rsseo/rsseo.php:698 |
| 7 | plgSystemRsseo->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
12 × SELECT `sef`
FROM `site_rsseo_pages`
5 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM site_fields AS a
LEFT JOIN `site_languages` AS l
ON l.lang_code = a.language
LEFT JOIN site_users AS uc
ON uc.id=a.checked_out
LEFT JOIN site_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN site_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN site_fields_groups AS g
ON g.id = a.group_id
2 × SELECT `ip`,`reason`
FROM site_rsfirewall_lists
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `site_extensions`
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `site_assets`
2 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `site_categories` AS `s`
INNER JOIN `site_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
2 × SELECT `url`
FROM `site_rsseo_pages`
1 × SELECT a.id, a.title, a.catid, a.language,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM site_content AS a
LEFT JOIN site_categories AS cc
ON cc.id = a.catid
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM site_content AS a
INNER JOIN site_categories AS c
on c.id = a.catid
LEFT JOIN site_users AS u
on u.id = a.created_by
LEFT JOIN site_categories as parent
ON parent.id = c.parent_id
LEFT JOIN site_content_rating AS v
ON a.id = v.content_id
1 × SELECT `m`.`tag_id`,`t`.*
FROM `site_contentitem_tag_map` AS m
INNER JOIN `site_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM site_fields AS a
LEFT JOIN `site_languages` AS l
ON l.lang_code = a.language
LEFT JOIN site_users AS uc
ON uc.id=a.checked_out
LEFT JOIN site_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN site_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN site_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `site_fields_categories` AS fc
ON fc.field_id = a.id
1 × SELECT *
FROM `site_content_types
1 × SELECT custom_data
FROM site_extensions
1 × SELECT id
FROM site_categories
1 × SELECT `id`,`title`,`description`,`keywords`,`level`,`crawled`,`modified`,`canonical`,`customhead`,`robots`,`custom`
FROM `site_rsseo_pages`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM site_modules AS m
LEFT JOIN site_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN site_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT *
FROM `site_rsseo_data
1 × SELECT `name`,`element`
FROM `site_extensions`
1 × SELECT `title`
FROM `site_finder_taxonomy`
1 × SELECT *
FROM `site_rsseo_keywords`
1 × SELECT *
FROM site_languages
1 × SELECT `data`
FROM `site_session`
1 × SELECT id, home, template, s.params
FROM site_template_styles as s
LEFT JOIN site_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `params`
FROM `site_extensions`
1 × SELECT id, rules
FROM `site_viewlevels
1 × SELECT b.id
FROM site_usergroups AS a
LEFT JOIN site_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM site_extensions
1 × SELECT `path`
FROM site_rsfirewall_ignored
1 × SELECT `file`
FROM site_rsfirewall_hashes
1 × SELECT *
FROM site_rsfirewall_configuratio
1 × SELECT *
FROM `site_nextend2_section_storage`
1 × SELECT *
FROM site_rsform_confi
1 × SELECT *
FROM site_rsfirewall_exceptions
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 site_menu AS m
LEFT JOIN site_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM `site_rsseo_redirects`
1 × SELECT `url`,`sef`
FROM `site_rsseo_pages`
1 × SELECT `alias`,`catid`
FROM `site_content`
1 × SELECT *
FROM site_rsfirewall_hashes
1 × SELECT *
FROM site_rsfirewall_snapshots
1 × SELECT `session_id`
FROM `site_session`
1 × SELECT `id`,`css`,`scripts`
FROM `site_rsseo_pages`