Query Time: 108.43 ms Query memory: 0.021 MB Memory before query: 1.709 MB Rows returned: 0
SELECT `data`
FROM `gp3mt_session`
WHERE `session_id` = X'7338737132706b32396d7666626e393236756d6b6961656e3436'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gp3mt_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 50.28 ms |
Executing hook on transaction | 0.16 ms |
starting | 0.05 ms |
checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.06 ms |
executing | 0.03 ms |
end | 0.03 ms |
query end | 0.03 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 53.59 ms |
cleaning up | 0.12 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:48 |
Query Time: 106.42 ms After last query: 1.84 ms Query memory: 0.013 MB Memory before query: 1.767 MB Rows returned: 0
SELECT `session_id`
FROM `gp3mt_session`
WHERE `session_id` = X'7338737132706b32396d7666626e393236756d6b6961656e3436'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gp3mt_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 51.44 ms |
Executing hook on transaction | 0.07 ms |
starting | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
executing | 0.03 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 52.17 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:48 |
Query Time: 53.60 ms After last query: 0.25 ms Query memory: 0.010 MB Memory before query: 1.784 MB
INSERT INTO `gp3mt_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'7338737132706b32396d7666626e393236756d6b6961656e3436', 1, 1728176868, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `gp3mt_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'7338737132706b32396d7666626e393236756d6b6961656e3436', 1, 1728176868, 0, '', 0)
Status | Duration |
---|
starting | 50.16 ms |
Executing hook on transaction | 0.13 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
init | 0.02 ms |
System lock | 0.03 ms |
update | 0.08 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.02 ms |
freeing items | 0.27 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:48 |
Query Time: 4.98 ms After last query: 3.46 ms Query memory: 0.022 MB Memory before query: 1.860 MB Rows returned: 47
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `gp3mt_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 | gp3mt_extensions | NULL | ref | extension | extension | 82 | const | 47 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.04 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.05 ms |
preparing | 0.04 ms |
executing | 0.15 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 3.56 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 104.54 ms After last query: 3.90 ms Query memory: 0.015 MB Memory before query: 1.966 MB Rows returned: 8
SELECT id, rules
FROM `gp3mt_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gp3mt_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 100.00 | NULL |
Status | Duration |
---|
starting | 50.16 ms |
Executing hook on transaction | 0.07 ms |
starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 53.57 ms |
cleaning up | 0.13 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 107.47 ms After last query: 0.29 ms Query memory: 0.015 MB Memory before query: 1.992 MB Rows returned: 2
SELECT b.id
FROM gp3mt_usergroups AS a
LEFT JOIN gp3mt_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 | 50.16 ms |
Executing hook on transaction | 0.15 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.03 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 52.16 ms |
cleaning up | 0.10 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 103.19 ms After last query: 1.02 ms Query memory: 0.020 MB Memory before query: 2.031 MB Rows returned: 105
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM gp3mt_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5,7)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gp3mt_extensions | NULL | ref | extension | extension | 82 | const | 130 | 0.80 | Using where; Using filesort |
Status | Duration |
---|
starting | 50.15 ms |
Executing hook on transaction | 0.05 ms |
starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.05 ms |
preparing | 0.04 ms |
executing | 0.32 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 50.87 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 109.22 ms After last query: 30.14 ms Query memory: 0.028 MB Memory before query: 3.177 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `gp3mt_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gp3mt_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 50.19 ms |
Executing hook on transaction | 0.10 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.03 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 57.62 ms |
cleaning up | 0.16 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
20 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
19 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
16 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
15 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
14 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
11 | Joomla\CMS\Factory::getDocument() | JROOT/joobi/node/api/addon/joomla30/joomla30.php:189 |
10 | APIPage::encoding() | JROOT/joobi/node/api/addon/joomla30/joomla30.php:1294 |
9 | WApplication_joomla30::make() | JROOT/joobi/entry.php:39 |
8 | include JROOT/joobi/entry.php | JROOT/plugins/system/scheduler_system_plugin/scheduler_system_plugin.php:8 |
7 | require_once JROOT/plugins/system/scheduler_system_plugin/scheduler_system_plugin.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:51 |
Query Time: 108.66 ms After last query: 0.36 ms Query memory: 0.020 MB Memory before query: 3.187 MB
UPDATE `gp3mt_extensions`
SET `params` = '{\"mediaversion\":\"90e6c7038e7add0b8924889895632f67\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `gp3mt_extensions`
SET `params` = '{\"mediaversion\":\"90e6c7038e7add0b8924889895632f67\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
starting | 50.16 ms |
Executing hook on transaction | 0.14 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.09 ms |
updating | 0.08 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.04 ms |
closing tables | 0.03 ms |
freeing items | 54.85 ms |
cleaning up | 0.16 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
15 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
14 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
11 | Joomla\CMS\Factory::getDocument() | JROOT/joobi/node/api/addon/joomla30/joomla30.php:189 |
10 | APIPage::encoding() | JROOT/joobi/node/api/addon/joomla30/joomla30.php:1294 |
9 | WApplication_joomla30::make() | JROOT/joobi/entry.php:39 |
8 | include JROOT/joobi/entry.php | JROOT/plugins/system/scheduler_system_plugin/scheduler_system_plugin.php:8 |
7 | require_once JROOT/plugins/system/scheduler_system_plugin/scheduler_system_plugin.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:51 |
Query Time: 104.02 ms After last query: 9.82 ms Query memory: 0.025 MB Memory before query: 3.538 MB Rows returned: 0
SELECT !ISNULL(`sessid`)
FROM `gp3mt_sesion_node`
WHERE `sessid`= 's8sq2pk29mvfbn926umkiaen46'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gp3mt_sesion_node | NULL | const | PRIMARY | PRIMARY | 258 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 50.17 ms |
Executing hook on transaction | 0.13 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
executing | 0.03 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 52.47 ms |
cleaning up | 0.11 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/joobi/node/api/addon/joomla30/sql.php:59 |
17 | Api_Joomla30_Sql_addon->loadResult() | JROOT/joobi/node/library/class/requete.php:88 |
16 | WQuery->setQuery() | JROOT/joobi/node/library/class/table.php:770 |
15 | WTable->setQuery() | JROOT/joobi/node/library/class/table.php:243 |
14 | WTable->exist() | JROOT/joobi/node/api/addon/joomla30/user.php:377 |
13 | Api_Joomla30_User_addon->updateSession() | JROOT/joobi/node/users/class/session.php:307 |
12 | Users_Session_class->_recordSession() | JROOT/joobi/node/users/class/session.php:97 |
11 | Users_Session_class->setGuest() | JROOT/joobi/node/users/class/session.php:16 |
10 | Users_Session_class->checkUserSession() | JROOT/joobi/node/api/addon/joomla30/joomla30.php:1297 |
9 | WApplication_joomla30::make() | JROOT/joobi/entry.php:39 |
8 | include JROOT/joobi/entry.php | JROOT/plugins/system/scheduler_system_plugin/scheduler_system_plugin.php:8 |
7 | require_once JROOT/plugins/system/scheduler_system_plugin/scheduler_system_plugin.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:51 |
Query Time: 105.45 ms After last query: 0.55 ms Query memory: 0.024 MB Memory before query: 3.577 MB
INSERT INTO `gp3mt_sesion_node` (`sessid`,`uid`,`framework`,`created`,`modified`,`ip`)
VALUES ('s8sq2pk29mvfbn926umkiaen46','0','12','1728176869','1728176869',INET_ATON('35.171.164.77'))
EXPLAIN not possible on query: INSERT INTO `gp3mt_sesion_node` (`sessid`,`uid`,`framework`,`created`,`modified`,`ip`) VALUES ('s8sq2pk29mvfbn926umkiaen46','0','12','1728176869','1728176869',INET_ATON('35.171.164.77'))
Status | Duration |
---|
starting | 50.17 ms |
Executing hook on transaction | 0.10 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
init | 0.03 ms |
System lock | 0.03 ms |
update | 0.21 ms |
end | 0.03 ms |
query end | 0.02 ms |
closing tables | 0.05 ms |
freeing items | 52.19 ms |
cleaning up | 0.08 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
18 | JDatabase->query() | JROOT/joobi/node/api/addon/joomla30/sql.php:53 |
17 | Api_Joomla30_Sql_addon->query() | JROOT/joobi/node/library/class/requete.php:98 |
16 | WQuery->setQuery() | JROOT/joobi/node/library/class/table.php:770 |
15 | WTable->setQuery() | JROOT/joobi/node/library/class/table.php:860 |
14 | WTable->insert() | JROOT/joobi/node/api/addon/joomla30/user.php:392 |
13 | Api_Joomla30_User_addon->updateSession() | JROOT/joobi/node/users/class/session.php:307 |
12 | Users_Session_class->_recordSession() | JROOT/joobi/node/users/class/session.php:97 |
11 | Users_Session_class->setGuest() | JROOT/joobi/node/users/class/session.php:16 |
10 | Users_Session_class->checkUserSession() | JROOT/joobi/node/api/addon/joomla30/joomla30.php:1297 |
9 | WApplication_joomla30::make() | JROOT/joobi/entry.php:39 |
8 | include JROOT/joobi/entry.php | JROOT/plugins/system/scheduler_system_plugin/scheduler_system_plugin.php:8 |
7 | require_once JROOT/plugins/system/scheduler_system_plugin/scheduler_system_plugin.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:51 |
Query Time: 117.35 ms After last query: 26.20 ms Query memory: 0.040 MB Memory before query: 4.353 MB Rows returned: 78
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 gp3mt_menu AS m
LEFT JOIN gp3mt_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 | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 312 | 6.38 | Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.22 ms |
Executing hook on transaction | 0.13 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 8.31 ms |
end | 0.03 ms |
query end | 0.03 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 52.53 ms |
cleaning up | 0.12 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 53.37 ms After last query: 10.29 ms Query memory: 0.018 MB Memory before query: 4.985 MB Rows returned: 4
SELECT id, home, template, s.params
FROM gp3mt_template_styles as s
LEFT JOIN gp3mt_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 | lasvegas_lvrtc2.e.element | 1 | 66.67 | Using index condition; Using where |
Status | Duration |
---|
starting | 50.17 ms |
Executing hook on transaction | 0.15 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 0.08 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 1.55 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
11 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/t3/includes/core/t3.php:348 |
10 | T3::detect() | JROOT/plugins/system/t3/t3.php:81 |
9 | plgSystemT3->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/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:51 |
Query Time: 15.04 ms After last query: 3.98 ms Query memory: 0.014 MB Memory before query: 5.197 MB Rows returned: 1
SELECT *
FROM gp3mt_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 | gp3mt_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.03 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.06 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 13.98 ms |
cleaning up | 0.18 ms |
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 107.11 ms After last query: 10.84 ms Query memory: 0.030 MB Memory before query: 5.656 MB Rows returned: 45
SELECT `id`,`name`,`rules`,`parent_id`
FROM `gp3mt_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_comprofiler','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jaextmanager','com_japps','com_jbounceback','com_jce','com_jnews','com_joobiinstaller','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_opt0hrgz','com_opt3yh5f','com_optna567','com_optqcyyi','com_osmap','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','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 | gp3mt_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 47 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 50.31 ms |
Executing hook on transaction | 0.15 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.10 ms |
preparing | 0.04 ms |
executing | 0.29 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 54.53 ms |
cleaning up | 0.15 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
19 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/articles.php:115 |
14 | ContentModelArticles->populateState() | JROOT/components/com_content/models/featured.php:45 |
13 | ContentModelFeatured->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
12 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->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:51 |
Query Time: 232.15 ms After last query: 2.40 ms Query memory: 0.086 MB Memory before query: 5.820 MB Rows returned: 30
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,fp.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM gp3mt_content AS a
INNER JOIN gp3mt_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN gp3mt_categories AS c
ON c.id = a.catid
LEFT JOIN gp3mt_users AS ua
ON ua.id = a.created_by
LEFT JOIN gp3mt_users AS uam
ON uam.id = a.modified_by
LEFT JOIN gp3mt_categories as parent
ON parent.id = c.parent_id
LEFT JOIN gp3mt_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5,7)
AND c.access IN (1,1,5,7)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-10-06 01:07:50')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-10-06 01:07:50')
ORDER BY a.featured DESC, fp.ordering,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created DESC
LIMIT 30
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | PRIMARY,idx_access,idx_state,idx_catid | idx_state | 1 | const | 1323 | 16.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.a.catid | 1 | 10.00 | Using where |
1 | SIMPLE | fp | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.a.id | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.a.created_by | 1 | 100.00 | Using where |
1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.a.modified_by | 1 | 100.00 | Using where |
1 | SIMPLE | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.c.parent_id | 1 | 100.00 | Using where |
1 | SIMPLE | v | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 48.83 ms |
Executing hook on transaction | 0.08 ms |
starting | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.12 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.04 ms |
statistics | 0.14 ms |
preparing | 0.04 ms |
Creating tmp table | 0.11 ms |
executing | 123.31 ms |
end | 0.15 ms |
query end | 0.03 ms |
waiting for handler commit | 1.66 ms |
closing tables | 0.08 ms |
freeing items | 55.71 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 106.56 ms After last query: 3.72 ms Query memory: 0.029 MB Memory before query: 7.046 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1900
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 51.74 ms |
Executing hook on transaction | 0.06 ms |
starting | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 50.23 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 104.23 ms After last query: 0.49 ms Query memory: 0.028 MB Memory before query: 7.087 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1906
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.15 ms |
Executing hook on transaction | 0.04 ms |
starting | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 52.83 ms |
cleaning up | 0.16 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 103.66 ms After last query: 0.62 ms Query memory: 0.028 MB Memory before query: 7.129 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1904
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.16 ms |
Executing hook on transaction | 0.11 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 52.09 ms |
cleaning up | 0.14 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 103.05 ms After last query: 0.55 ms Query memory: 0.028 MB Memory before query: 7.170 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1896
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.17 ms |
Executing hook on transaction | 0.11 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 50.90 ms |
cleaning up | 0.16 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 105.76 ms After last query: 0.50 ms Query memory: 0.028 MB Memory before query: 7.211 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1901
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.16 ms |
Executing hook on transaction | 0.13 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 50.98 ms |
cleaning up | 0.10 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 112.35 ms After last query: 0.49 ms Query memory: 0.028 MB Memory before query: 7.252 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1897
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.17 ms |
Executing hook on transaction | 0.15 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 59.80 ms |
cleaning up | 0.15 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 110.66 ms After last query: 0.57 ms Query memory: 0.028 MB Memory before query: 7.293 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1895
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.23 ms |
Executing hook on transaction | 0.10 ms |
starting | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.08 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.04 ms |
statistics | 0.10 ms |
preparing | 0.04 ms |
executing | 0.06 ms |
end | 0.03 ms |
query end | 0.03 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 57.23 ms |
cleaning up | 0.18 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 117.45 ms After last query: 0.66 ms Query memory: 0.028 MB Memory before query: 7.334 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1893
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.20 ms |
Executing hook on transaction | 0.11 ms |
starting | 0.05 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.09 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 63.18 ms |
cleaning up | 0.16 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 107.90 ms After last query: 0.54 ms Query memory: 0.028 MB Memory before query: 7.375 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1892
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.17 ms |
Executing hook on transaction | 0.10 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 53.46 ms |
cleaning up | 0.14 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 103.87 ms After last query: 0.57 ms Query memory: 0.028 MB Memory before query: 7.416 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1891
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.16 ms |
Executing hook on transaction | 0.06 ms |
starting | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 50.28 ms |
cleaning up | 0.14 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 106.32 ms After last query: 0.67 ms Query memory: 0.028 MB Memory before query: 7.457 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1890
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.18 ms |
Executing hook on transaction | 0.12 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 52.57 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 106.81 ms After last query: 0.68 ms Query memory: 0.028 MB Memory before query: 7.499 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1889
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.16 ms |
Executing hook on transaction | 0.04 ms |
starting | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 52.61 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 107.88 ms After last query: 0.49 ms Query memory: 0.028 MB Memory before query: 7.540 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1888
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.91 ms |
Executing hook on transaction | 0.13 ms |
starting | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.06 ms |
preparing | 0.04 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 53.16 ms |
cleaning up | 0.09 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 104.43 ms After last query: 0.67 ms Query memory: 0.028 MB Memory before query: 7.581 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1887
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.29 ms |
Executing hook on transaction | 0.16 ms |
starting | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 50.91 ms |
cleaning up | 0.17 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 107.36 ms After last query: 0.48 ms Query memory: 0.028 MB Memory before query: 7.622 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1886
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.21 ms |
Executing hook on transaction | 0.15 ms |
starting | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 54.74 ms |
cleaning up | 0.17 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 7.67 ms After last query: 0.62 ms Query memory: 0.028 MB Memory before query: 7.663 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1885
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.16 ms |
Executing hook on transaction | 0.06 ms |
starting | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.04 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 3.77 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 8.33 ms After last query: 0.58 ms Query memory: 0.029 MB Memory before query: 7.704 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1884
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.05 ms |
starting | 0.04 ms |
checking permissions | 0.05 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 4.24 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 104.73 ms After last query: 0.64 ms Query memory: 0.028 MB Memory before query: 7.746 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1882
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.20 ms |
Executing hook on transaction | 0.16 ms |
starting | 0.07 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 50.21 ms |
cleaning up | 0.15 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 106.30 ms After last query: 0.62 ms Query memory: 0.028 MB Memory before query: 7.787 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1881
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.33 ms |
Executing hook on transaction | 0.15 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.05 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 51.60 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 105.71 ms After last query: 0.55 ms Query memory: 0.028 MB Memory before query: 7.828 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1880
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.17 ms |
Executing hook on transaction | 0.11 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 51.79 ms |
cleaning up | 0.12 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 104.68 ms After last query: 0.52 ms Query memory: 0.028 MB Memory before query: 7.869 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1876
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.18 ms |
Executing hook on transaction | 0.14 ms |
starting | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 50.77 ms |
cleaning up | 0.16 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 102.81 ms After last query: 0.69 ms Query memory: 0.028 MB Memory before query: 7.910 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1875
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.17 ms |
Executing hook on transaction | 0.15 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.07 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 50.36 ms |
cleaning up | 0.10 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 106.63 ms After last query: 0.54 ms Query memory: 0.028 MB Memory before query: 7.951 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1874
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.18 ms |
Executing hook on transaction | 0.13 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.09 ms |
preparing | 0.04 ms |
executing | 0.06 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 53.21 ms |
cleaning up | 0.12 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 111.71 ms After last query: 0.54 ms Query memory: 0.028 MB Memory before query: 7.992 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1873
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.21 ms |
Executing hook on transaction | 0.16 ms |
starting | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 57.53 ms |
cleaning up | 0.16 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 110.99 ms After last query: 0.64 ms Query memory: 0.028 MB Memory before query: 8.033 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1872
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.21 ms |
Executing hook on transaction | 0.14 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 53.03 ms |
cleaning up | 0.08 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 106.27 ms After last query: 0.55 ms Query memory: 0.028 MB Memory before query: 8.074 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1871
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.19 ms |
Executing hook on transaction | 0.15 ms |
starting | 0.07 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.09 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 51.39 ms |
cleaning up | 0.16 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 3.68 ms After last query: 0.66 ms Query memory: 0.028 MB Memory before query: 8.115 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1870
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.27 ms |
Executing hook on transaction | 0.10 ms |
starting | 0.06 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.07 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.09 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 1.37 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 18.08 ms After last query: 0.50 ms Query memory: 0.028 MB Memory before query: 8.157 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1869
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.20 ms |
Executing hook on transaction | 0.09 ms |
starting | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.07 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 8.05 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 19.51 ms After last query: 0.52 ms Query memory: 0.028 MB Memory before query: 8.198 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1868
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.03 ms |
starting | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.06 ms |
preparing | 0.04 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 14.72 ms |
cleaning up | 0.08 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 121.03 ms After last query: 0.65 ms Query memory: 0.028 MB Memory before query: 8.239 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `gp3mt_contentitem_tag_map` AS m
INNER JOIN `gp3mt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1867
AND `t`.`published` = 1
AND t.access IN (1,1,5,7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 50.22 ms |
Executing hook on transaction | 0.17 ms |
starting | 0.09 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.09 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 56.67 ms |
cleaning up | 0.19 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:126 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->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:51 |
Query Time: 116.35 ms After last query: 2.29 ms Query memory: 0.022 MB Memory before query: 8.424 MB Rows returned: 1
SELECT COUNT(*)
FROM gp3mt_content AS a
INNER JOIN gp3mt_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN gp3mt_categories AS c
ON c.id = a.catid
LEFT JOIN gp3mt_users AS ua
ON ua.id = a.created_by
LEFT JOIN gp3mt_users AS uam
ON uam.id = a.modified_by
LEFT JOIN gp3mt_categories as parent
ON parent.id = c.parent_id
LEFT JOIN gp3mt_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5,7)
AND c.access IN (1,1,5,7)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-10-06 01:07:50')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-10-06 01:07:50')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | PRIMARY,idx_access,idx_state,idx_catid | idx_state | 1 | const | 1323 | 16.00 | Using where |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | lasvegas_lvrtc2.a.catid | 1 | 10.00 | Using where |
1 | SIMPLE | fp | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.a.id | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.a.created_by | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.a.modified_by | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.c.parent_id | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | v | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lasvegas_lvrtc2.a.id | 1 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 50.34 ms |
Executing hook on transaction | 0.15 ms |
starting | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.08 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.04 ms |
statistics | 0.11 ms |
preparing | 0.05 ms |
executing | 5.72 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.04 ms |
freeing items | 53.71 ms |
cleaning up | 0.15 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:354 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 |
13 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/plugins/system/t3/includes/core/t3.php(528) : eval()'d code:425 |
11 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:57 |
10 | ContentViewFeatured->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:51 |
Query Time: 108.69 ms After last query: 8.93 ms Query memory: 0.035 MB Memory before query: 8.619 MB Rows returned: 3
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 `gp3mt_categories` AS `s`
INNER JOIN `gp3mt_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,7)
AND c.published = 1
AND s.id = 151
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 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 105 | 47.89 | Using where |
Status | Duration |
---|
starting | 50.26 ms |
Executing hook on transaction | 0.13 ms |
starting | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.07 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.04 ms |
statistics | 0.14 ms |
preparing | 0.05 ms |
executing | 0.27 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 56.66 ms |
cleaning up | 0.17 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
20 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
19 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
18 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
17 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
14 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | 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/featured/view.html.php:102 |
10 | ContentViewFeatured->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:51 |
Query Time: 104.73 ms After last query: 1.33 ms Query memory: 0.033 MB Memory before query: 8.689 MB Rows returned: 0