Query Time: 0.73 ms Query memory: 0.023 MB Memory before query: 1.248 MB Rows returned: 0
SELECT `data`
FROM `j745_session`
WHERE `session_id` = X'3937643535663037663033336230326631363763336561376437333439373061'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.35 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:660 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:758 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.34 ms After last query: 0.78 ms Query memory: 0.020 MB Memory before query: 1.264 MB Rows returned: 0
SELECT `session_id`
FROM `j745_session`
WHERE `session_id` = X'3937643535663037663033336230326631363763336561376437333439373061'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 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:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.41 ms After last query: 0.22 ms Query memory: 0.004 MB Memory before query: 1.269 MB
INSERT INTO `j745_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3937643535663037663033336230326631363763336561376437333439373061', 1, 1611334131, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `j745_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3937643535663037663033336230326631363763336561376437333439373061', 1, 1611334131, 0, '', 0)
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
update | 0.12 ms |
end | 0.00 ms |
query end | 0.06 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.05 ms After last query: 1.61 ms Query memory: 0.057 MB Memory before query: 1.306 MB Rows returned: 53
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j745_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 | j745_extensions | NULL | ref | extension | extension | 82 | const | 54 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.32 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.30 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 1.46 ms Query memory: 0.021 MB Memory before query: 1.368 MB Rows returned: 5
SELECT id, rules
FROM `j745_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.29 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
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:321 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.13 ms Query memory: 0.021 MB Memory before query: 1.380 MB Rows returned: 2
SELECT b.id
FROM j745_usergroups AS a
LEFT JOIN j745_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.27 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:321 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.78 ms After last query: 0.49 ms Query memory: 0.051 MB Memory before query: 1.403 MB Rows returned: 164
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM j745_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_extensions | NULL | ref | extension | extension | 82 | const | 247 | 0.60 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 1.19 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.04 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 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:354 |
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:359 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 12.85 ms Query memory: 0.022 MB Memory before query: 2.050 MB Rows returned: 1
SELECT *
FROM j745_ea_configs
WHERE `name` = 'config'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_ea_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.27 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
12 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyarticles/includes/easyarticles.php:87 |
11 | EA::config() | JROOT/administrator/components/com_easyarticles/includes/utils.php:52 |
10 | EasyArticles->__construct() | JROOT/administrator/components/com_easyarticles/includes/acl/acl.php:23 |
9 | EAAcl->__construct() | JROOT/administrator/components/com_easyarticles/includes/easyarticles.php:59 |
8 | EA::acl() | JROOT/plugins/system/easyarticles/easyarticles.php:40 |
7 | PlgSystemEasyArticles->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
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:625 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.62 ms Query memory: 0.025 MB Memory before query: 2.092 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j745_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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/administrator/components/com_easyarticles/includes/utils.php:55 |
10 | EasyArticles->__construct() | JROOT/administrator/components/com_easyarticles/includes/acl/acl.php:23 |
9 | EAAcl->__construct() | JROOT/administrator/components/com_easyarticles/includes/easyarticles.php:59 |
8 | EA::acl() | JROOT/plugins/system/easyarticles/easyarticles.php:40 |
7 | PlgSystemEasyArticles->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
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:625 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.19 ms Query memory: 0.007 MB Memory before query: 2.085 MB
UPDATE `j745_extensions`
SET `params` = '{\"mediaversion\":\"2d007d698abaede5e701b008132a8c47\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | j745_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.05 ms |
updating | 0.06 ms |
end | 0.01 ms |
query end | 0.07 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 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/administrator/components/com_easyarticles/includes/utils.php:55 |
10 | EasyArticles->__construct() | JROOT/administrator/components/com_easyarticles/includes/acl/acl.php:23 |
9 | EAAcl->__construct() | JROOT/administrator/components/com_easyarticles/includes/easyarticles.php:59 |
8 | EA::acl() | JROOT/plugins/system/easyarticles/easyarticles.php:40 |
7 | PlgSystemEasyArticles->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
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:625 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.52 ms After last query: 12.98 ms Query memory: 0.101 MB Memory before query: 2.516 MB Rows returned: 84
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 j745_menu AS m
LEFT JOIN j745_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 | 258 | 4.38 | Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | toddt208_jm.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.29 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.66 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.05 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/communitybuilder/communitybuilder.php:300 |
8 | plgSystemCommunityBuilder->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 21.58 ms Query memory: 0.022 MB Memory before query: 3.398 MB Rows returned: 13
SELECT id, home, template, s.params
FROM j745_template_styles as s
LEFT JOIN j745_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 | 11 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | toddt208_jm.e.element | 1 | 86.67 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.13 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.03 ms |
executing | 0.00 ms |
Sending data | 0.21 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.04 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/gantry5/gantry5.php:195 |
9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:57 |
8 | plgSystemGantry5->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 1.04 ms Query memory: 0.019 MB Memory before query: 3.408 MB Rows returned: 1
SELECT *
FROM j745_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 | j745_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.25 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.06 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 10.34 ms Query memory: 0.027 MB Memory before query: 3.784 MB Rows returned: 1
SELECT `params`
FROM `j745_comprofiler_plugin`
WHERE `id` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_comprofiler_plugin | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.31 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
22 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:43 |
21 | CB\Application\CBConfig::getConfig() | JROOT/libraries/CBLib/CB/Application/CBApplication.php:47 |
20 | CB\Application\CBApplication::CB\Application\{closure}() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/CBLib/CBLib/Application/Config.php:38 |
18 | CBLib\Application\Config::setMainConfig() | JROOT/libraries/CBLib/CBLib/Core/CBLib.php:71 |
17 | CBLib\Core\CBLib::CBLib\Core\{closure}() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:605 |
16 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:496 |
15 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/Application/Application.php:212 |
14 | CBLib\Application\Application::__callStatic() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:77 |
13 | CB\Application\CBConfig::loadLegacyCBueConfig() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:102 |
12 | CB\Legacy\LegacyFoundationFunctions->__construct() | Same as call in the line below. |
11 | ReflectionClass->newInstanceArgs() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:643 |
10 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:496 |
9 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:132 |
8 | CBLib\DependencyInjection\Container->get() | JROOT/administrator/components/com_comprofiler/plugin.foundation.php:34 |
7 | include_once JROOT/administrator/components/com_comprofiler/plugin.foundation.php | JROOT/components/com_comprofiler/comprofiler.php:60 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 7.71 ms Query memory: 0.026 MB Memory before query: 3.952 MB Rows returned: 16
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `j745_comprofiler_plugin`
WHERE `published` = 1
AND `viewaccesslevel` IN (1,5)
AND `type` = 'user'
ORDER BY `ordering`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_comprofiler_plugin | NULL | ref | idx_folder,type_pub_order | type_pub_order | 304 | const,const | 16 | 20.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.13 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
11 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
10 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
9 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 |
8 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/comprofiler.php:924 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.56 ms After last query: 9.69 ms Query memory: 0.045 MB Memory before query: 4.669 MB Rows returned: 345
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.06 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
checking permissions | 0.93 ms |
Sending data | 0.12 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
26 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:502 |
25 | JDatabaseDriverMysqli->getTableList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:552 |
24 | acymailing_getTableList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:18 |
23 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:523 |
22 | acymailing_config() | JROOT/administrator/components/com_acymailing/compat/joomla.php:840 |
21 | include_once JROOT/administrator/components/com_acymailing/compat/joomla.php | JROOT/administrator/components/com_acymailing/helpers/helper.php:25 |
20 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/components/com_comprofiler/plugin/user/plug_acymailingcbplugin/acymailing.php:8 |
19 | require_once JROOT/components/com_comprofiler/plugin/user/plug_acymailingcbplugin/acymailing.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
18 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
17 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php:22 |
16 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
15 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
14 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:20 |
13 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
12 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
11 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php:22 |
10 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
9 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
8 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/comprofiler.php:924 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 0.20 ms Query memory: 0.042 MB Memory before query: 4.721 MB Rows returned: 201
SELECT *
FROM j745_acymailing_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 201 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.25 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.20 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:478 |
24 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:23 |
23 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:523 |
22 | acymailing_config() | JROOT/administrator/components/com_acymailing/compat/joomla.php:840 |
21 | include_once JROOT/administrator/components/com_acymailing/compat/joomla.php | JROOT/administrator/components/com_acymailing/helpers/helper.php:25 |
20 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/components/com_comprofiler/plugin/user/plug_acymailingcbplugin/acymailing.php:8 |
19 | require_once JROOT/components/com_comprofiler/plugin/user/plug_acymailingcbplugin/acymailing.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
18 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
17 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php:22 |
16 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
15 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
14 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:20 |
13 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
12 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
11 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php:22 |
10 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
9 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
8 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/comprofiler.php:924 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 7.87 ms Query memory: 0.058 MB Memory before query: 5.497 MB Rows returned: 31
SELECT *
FROM `j745_comprofiler_plugin_autoactions`
WHERE `trigger` != ''
AND `published` = 1
ORDER BY `ordering` ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_comprofiler_plugin_autoactions | NULL | ref | published | published | 4 | const | 31 | 90.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.25 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.19 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
34 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
33 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
32 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/components/com_comprofiler/plugin/user/plug_cbautoactions/cbautoactions.php:143 |
31 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbautoactions/cbautoactions.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
30 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
29 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbinvites/cbinvites.php:24 |
28 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbinvites/cbinvites.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
27 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
26 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbconditional/cbconditional.php:14 |
25 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbconditional/cbconditional.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
24 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
23 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/cbantispam.php:22 |
22 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/cbantispam.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
21 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
20 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbprofileupdatelogger/cb.pulog.php:23 |
19 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbprofileupdatelogger/cb.pulog.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
18 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
17 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php:22 |
16 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
15 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
14 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:20 |
13 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
12 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
11 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php:22 |
10 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
9 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
8 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/comprofiler.php:924 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 2.30 ms Query memory: 0.027 MB Memory before query: 5.815 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `j745_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `j745_users`
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.20 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.22 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.05 ms |
closing tables | 0.00 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
15 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
14 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
13 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |
12 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:312 |
11 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
10 | Joomla\CMS\User\User::getTable() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:181 |
9 | CB\Database\Table\UserTable->_reinitNonComprofileVars() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:121 |
8 | CB\Database\Table\UserTable->__construct() | JROOT/components/com_comprofiler/comprofiler.php:951 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.27 ms Query memory: 0.022 MB Memory before query: 5.840 MB Rows returned: 1
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `j745_comprofiler_plugin`
WHERE `published` = 1
AND `viewaccesslevel` IN (1,5)
AND `type` = 'templates'
ORDER BY `ordering`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_comprofiler_plugin | NULL | ref | idx_folder,type_pub_order | type_pub_order | 304 | const,const | 1 | 20.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
12 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
11 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 |
10 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/comprofiler.html.php:328 |
9 | HTML_comprofiler::_cbTemplateLoad() | JROOT/components/com_comprofiler/comprofiler.html.php:929 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.17 ms After last query: 15.64 ms Query memory: 0.030 MB Memory before query: 5.900 MB Rows returned: 22
SELECT *
FROM j745_comprofiler_tabs t
WHERE t.enabled = 1
ORDER BY t.ordering_register, t.position, t.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | ALL | enabled_position_ordering,orderedit_enabled_pos_order,orderreg_enabled_pos_order | NO INDEX KEY COULD BE USED | NULL | NULL | 30 | 73.33 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.35 ms |
init | 0.13 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.19 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
12 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
11 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:877 |
10 | cbTabs->_getTabsDb() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:716 |
9 | cbTabs->getEditTabs() | JROOT/components/com_comprofiler/comprofiler.html.php:947 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.88 ms After last query: 0.73 ms Query memory: 0.070 MB Memory before query: 5.985 MB Rows returned: 37
SELECT f.*
FROM j745_comprofiler_fields f
INNER JOIN j745_comprofiler_tabs AS t
ON (f.tabid = t.tabid)
WHERE f.published = 1
AND f.registration > 0
AND t.enabled = 1
ORDER BY t.ordering_register, t.position, t.ordering, f.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | f | NULL | ALL | tabid_pub_prof_order,registration_published_order | NO INDEX KEY COULD BE USED | NULL | NULL | 72 | 5.83 | Using where; Using temporary; Using filesort |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,enabled_position_ordering,orderedit_enabled_pos_order,orderreg_enabled_pos_order | PRIMARY | 4 | toddt208_jm.f.tabid | 1 | 73.33 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.32 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.10 ms |
preparing | 0.02 ms |
Creating tmp table | 0.14 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.52 ms |
Creating sort index | 0.35 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.05 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
12 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
11 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:993 |
10 | cbTabs->_getTabFieldsDb() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:722 |
9 | cbTabs->getEditTabs() | JROOT/components/com_comprofiler/comprofiler.html.php:947 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 10.73 ms Query memory: 0.026 MB Memory before query: 6.447 MB Rows returned: 1
SELECT *
FROM j745_comprofiler_tabs t
WHERE t.enabled = 1
AND t.viewaccesslevel IN (1, 5)
ORDER BY t.position, t.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | ALL | enabled_position_ordering,orderedit_enabled_pos_order,orderreg_enabled_pos_order | NO INDEX KEY COULD BE USED | NULL | NULL | 30 | 14.67 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.07 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
22 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
21 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
20 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:877 |
19 | cbTabs->_getTabsDb() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/Conditional/CBConditional.php:131 |
18 | CB\Plugin\Conditional\CBConditional::getTab() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/Conditional/CBConditional.php:195 |
17 | CB\Plugin\Conditional\CBConditional::getTabConditional() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/Conditional/Trigger/FieldTrigger.php:153 |
16 | CB\Plugin\Conditional\Trigger\FieldTrigger->fieldDisplay() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
15 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1293 |
14 | cbPluginHandler->trigger() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1072 |
13 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1410 |
12 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1325 |
11 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1088 |
10 | cbTabs->_getEditTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:765 |
9 | cbTabs->getEditTabs() | JROOT/components/com_comprofiler/comprofiler.html.php:947 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.34 ms After last query: 8.19 ms Query memory: 0.032 MB Memory before query: 6.524 MB Rows returned: 53
SELECT `id`,`name`,`rules`,`parent_id`
FROM `j745_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acym','com_acymailing','com_admin','com_ajax','com_associations','com_banners','com_bfsurveytrial','com_cache','com_categories','com_checkin','com_comprofiler','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_easyarticles','com_edocman','com_eventgallery','com_export_users_community_builder','com_fields','com_finder','com_gallery','com_gantry','com_gantry5','com_installer','com_jce','com_jevents','com_jevlocations','com_joomlaupdate','com_kunena','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plotalot','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsvppro','com_search','com_simplifiedsocialshare','com_spiderfaq','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 | j745_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 54 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.33 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.15 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.45 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
25 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
24 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
23 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
22 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
21 | Joomla\CMS\User\User->authorise() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:291 |
20 | CBLib\Cms\Joomla\Joomla3\CmsUser->isAuthorizedToPerformActionOnAsset() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:216 |
19 | CBLib\Entity\User\User->isAuthorizedToPerformActionOnAsset() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:277 |
18 | CBLib\Entity\User\User->isSuperAdmin() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:233 |
17 | CBLib\Entity\User\User->canViewAccessLevel() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:308 |
16 | CBLib\Entity\User\User->isGlobalModerator() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/AntiSpam/Field/CaptchaField.php:59 |
15 | CB\Plugin\AntiSpam\Field\CaptchaField->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
14 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1076 |
13 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1410 |
12 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1325 |
11 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1088 |
10 | cbTabs->_getEditTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:765 |
9 | cbTabs->getEditTabs() | JROOT/components/com_comprofiler/comprofiler.html.php:947 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.19 ms After last query: 17.18 ms Query memory: 0.026 MB Memory before query: 6.634 MB Rows returned: 0
SELECT `id`
FROM `j745_menu`
WHERE ( `link` LIKE 'index.php?option=com_comprofiler&view=pluginclass&plugin=cbantispam%' OR `link` LIKE 'index.php?option=com_comprofiler&task=pluginclass&plugin=cbantispam%' )
AND `published` = 1
AND `access` IN ( 1,5 )
AND `language` IN ( 'en-US', '*', '' )
AND `client_id` = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_menu | NULL | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 114 | 0.42 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.20 ms |
preparing | 0.03 ms |
executing | 0.00 ms |
Sending data | 0.55 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
22 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:215 |
21 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:994 |
20 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1124 |
19 | CBframework->pluginClassUrl() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/AntiSpam/Captcha.php:869 |
18 | CB\Plugin\AntiSpam\Captcha->captcha() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/AntiSpam/Field/CaptchaField.php:94 |
17 | CB\Plugin\AntiSpam\Field\CaptchaField->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:101 |
16 | cbFieldHandler->getFieldRow() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/AntiSpam/Field/CaptchaField.php:65 |
15 | CB\Plugin\AntiSpam\Field\CaptchaField->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
14 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1076 |
13 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1410 |
12 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1325 |
11 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1088 |
10 | cbTabs->_getEditTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:765 |
9 | cbTabs->getEditTabs() | JROOT/components/com_comprofiler/comprofiler.html.php:947 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.00 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 6.646 MB Rows returned: 0
SELECT `id`
FROM `j745_menu`
WHERE ( `link` = 'index.php?option=com_comprofiler&view=userprofile' OR `link` = 'index.php?option=com_comprofiler&task=userprofile' OR `link` = 'index.php?option=com_comprofiler' )
AND `published` = 1
AND `access` IN ( 1,5 )
AND `language` IN ( 'en-US', '*', '' )
AND `client_id` = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_menu | NULL | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 114 | 0.54 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.62 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
22 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:235 |
21 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:994 |
20 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1124 |
19 | CBframework->pluginClassUrl() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/AntiSpam/Captcha.php:869 |
18 | CB\Plugin\AntiSpam\Captcha->captcha() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/AntiSpam/Field/CaptchaField.php:94 |
17 | CB\Plugin\AntiSpam\Field\CaptchaField->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:101 |
16 | cbFieldHandler->getFieldRow() | JROOT/components/com_comprofiler/plugin/libraries/CB/Plugin/AntiSpam/Field/CaptchaField.php:65 |
15 | CB\Plugin\AntiSpam\Field\CaptchaField->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
14 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1076 |
13 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1410 |
12 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1325 |
11 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1088 |
10 | cbTabs->_getEditTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:765 |
9 | cbTabs->getEditTabs() | JROOT/components/com_comprofiler/comprofiler.html.php:947 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.07 ms After last query: 5.27 ms Query memory: 0.024 MB Memory before query: 6.765 MB Rows returned: 2
SELECT *
FROM j745_acymailing_list
WHERE type = 'list'
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_acymailing_list | NULL | ref | typeorderingindex,typeuseridindex | typeorderingindex | 1 | const | 2 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.62 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:478 |
14 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/list.php:30 |
13 | listClass->getLists() | JROOT/components/com_comprofiler/plugin/user/plug_acymailingcbplugin/acymailing.php:47 |
12 | getAcyMailingTab->getDisplayRegistration() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
11 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1442 |
10 | cbTabs->_callTabPlugin() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:745 |
9 | cbTabs->getEditTabs() | JROOT/components/com_comprofiler/comprofiler.html.php:947 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 5.70 ms Query memory: 0.022 MB Memory before query: 7.195 MB Rows returned: 1
SELECT `params`
FROM `j745_modules`
WHERE `module` = 'mod_cblogin'
AND `published` = 1
AND `access` IN (1, 5)
AND `language` IN ( 'en-US', '*', '' )
ORDER BY `position`, `ordering`
LIMIT 0, 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_modules | NULL | ref | published,newsfeeds,idx_language | newsfeeds | 204 | const,const | 1 | 20.00 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.28 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.13 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
10 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/components/com_comprofiler/comprofiler.php:2313 |
9 | checkCBPostIsHTTPS() | JROOT/components/com_comprofiler/comprofiler.html.php:996 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 0.25 ms Query memory: 0.022 MB Memory before query: 7.202 MB Rows returned: 0
SELECT `id`
FROM `j745_menu`
WHERE ( `link` LIKE 'index.php?option=com_comprofiler&view=saveregisters%' OR `link` LIKE 'index.php?option=com_comprofiler&task=saveregisters%' )
AND `published` = 1
AND `access` IN ( 1,5 )
AND `language` IN ( 'en-US', '*', '' )
AND `client_id` = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_menu | NULL | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 114 | 0.42 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.40 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
11 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:215 |
10 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:994 |
9 | CBframework->viewUrl() | JROOT/components/com_comprofiler/comprofiler.html.php:996 |
8 | HTML_comprofiler::registerForm() | JROOT/components/com_comprofiler/comprofiler.php:958 |
7 | registerForm() | JROOT/components/com_comprofiler/comprofiler.php:127 |
6 | require_once JROOT/components/com_comprofiler/comprofiler.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 4.78 ms Query memory: 0.020 MB Memory before query: 7.214 MB Rows returned: 0
SELECT folder.*
FROM `j745_eventgallery_folder` AS folder
LEFT JOIN `j745_eventgallery_file` AS file
ON folder.folder = file.folder
and file.published=1
and file.ismainimage=0
WHERE file.file IS NULL
AND (folder.foldertypeid=1 OR folder.foldertypeid=2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | folder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 55.56 | Using where |
1 | SIMPLE | file | NULL | ref | file,index_folder | file | 377 | toddt208_jm.folder.folder | 186 | 10.00 | Using where; Not exists |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.33 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/picasaupdater/picasaupdater.php:73 |
7 | plgSystemPicasaupdater->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.66 ms After last query: 5.90 ms Query memory: 0.023 MB Memory before query: 7.366 MB Rows returned: 6
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM j745_modules AS m
LEFT JOIN j745_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN j745_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2021-01-22 16:48:51')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-01-22 16:48:51')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 432 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 134 | 0.75 | Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | toddt208_jm.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | toddt208_jm.m.id | 1 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.26 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.80 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.06 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
11 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
10 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
9 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
8 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/protostar/index.php:100 |
7 | require JROOT/templates/protostar/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 3.19 ms Query memory: 0.022 MB Memory before query: 7.408 MB Rows returned: 1
SELECT COUNT(1)
FROM `j745_ea_oauth`
WHERE `system`='1'
AND `type`='google'
AND `access_token` !=""
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_ea_oauth | NULL | ref | idx_expiry_notify | idx_expiry_notify | 767 | const | 1 | 100.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.28 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyarticles/includes/utils.php:235 |
12 | EasyArticlesDbJoomla->__call() | JROOT/administrator/components/com_easyarticles/models/oauth.php:172 |
11 | EAModelOauth->isAssociated() | JROOT/administrator/components/com_easyarticles/includes/oauth/oauth.php:68 |
10 | EAOauth->isSystemAssociated() | JROOT/administrator/components/com_easyarticles/includes/analytics/analytics.php:24 |
9 | EAAnalytics->isEnabled() | JROOT/plugins/system/easyarticles/easyarticles.php:268 |
8 | PlgSystemEasyArticles->loadAnalytics() | JROOT/plugins/system/easyarticles/easyarticles.php:125 |
7 | PlgSystemEasyArticles->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 20.19 ms Query memory: 0.023 MB Memory before query: 8.175 MB Rows returned: 7
SELECT `name`,`element`
FROM `j745_extensions`
WHERE `type` = 'plugin'
AND `folder` = 'finder'
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_extensions | NULL | ref | extension | extension | 82 | const | 247 | 1.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.27 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_finder/helpers/language.php:126 |
11 | FinderHelperLanguage::loadPluginLanguage() | JROOT/modules/mod_finder/mod_finder.php:51 |
10 | include JROOT/modules/mod_finder/mod_finder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 4.18 ms Query memory: 0.023 MB Memory before query: 8.513 MB Rows returned: 6
SELECT `title`
FROM `j745_finder_taxonomy`
WHERE `parent_id` = 1
AND `state` = 1
AND `access` IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_finder_taxonomy | NULL | ref | parent_id,state,access,idx_parent_published | parent_id | 4 | const | 6 | 98.25 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.15 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.08 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.07 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
15 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_finder/helpers/indexer/taxonomy.php:258 |
14 | FinderIndexerTaxonomy::getBranchTitles() | JROOT/administrator/components/com_finder/helpers/indexer/query.php:750 |
13 | FinderIndexerQuery->processString() | JROOT/administrator/components/com_finder/helpers/indexer/query.php:236 |
12 | FinderIndexerQuery->__construct() | JROOT/modules/mod_finder/helper.php:84 |
11 | ModFinderHelper::getQuery() | JROOT/modules/mod_finder/mod_finder.php:54 |
10 | include JROOT/modules/mod_finder/mod_finder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 3.33 ms Query memory: 0.044 MB Memory before query: 8.595 MB Rows returned: 279
SELECT *
FROM j745_acym_configuration
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_acym_configuration | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 279 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.24 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/library/joomla.php:494 |
19 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/configuration.php:13 |
18 | acymconfigurationClass->load() | JROOT/administrator/components/com_acym/helpers/global/global.php:35 |
17 | acym_config() | JROOT/administrator/components/com_acym/library/object.php:15 |
16 | acymObject->__construct() | JROOT/administrator/components/com_acym/helpers/global/global.php:62 |
15 | acym_get() | JROOT/administrator/components/com_acym/classes/form.php:38 |
14 | acymformClass->__construct() | JROOT/administrator/components/com_acym/helpers/global/global.php:62 |
13 | acym_get() | JROOT/plugins/system/acymtriggers/acymtriggers.php:102 |
12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.25 ms Query memory: 0.023 MB Memory before query: 8.751 MB Rows returned: 0
SELECT *
FROM j745_acym_form
WHERE active = 1
AND type != 'shortcode'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_acym_form | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.09 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/library/joomla.php:494 |
14 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/form.php:108 |
13 | acymformClass->getAllFormsToDisplay() | JROOT/plugins/system/acymtriggers/acymtriggers.php:103 |
12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.34 ms Query memory: 0.026 MB Memory before query: 8.762 MB Rows returned: 6
SHOW FULL COLUMNS
FROM `j745_template_styles`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `j745_template_styles`
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.14 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.00 ms |
executing | 0.01 ms |
Opening tables | 0.01 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
removing tmp table | 0.02 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
18 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
17 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_templates/tables/style.php:30 |
16 | TemplatesTableStyle->__construct() | JROOT/libraries/src/Table/Table.php:312 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/gantry/gantry.php:194 |
14 | plgSystemGantry->getTable() | JROOT/plugins/system/gantry/gantry.php:165 |
13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
12 | plgSystemGantry->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 8.781 MB Rows returned: 1
SELECT *
FROM j745_template_styles
WHERE `id` = '7'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j745_template_styles | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
14 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/gantry/gantry.php:168 |
13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
12 | plgSystemGantry->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
3 × SELECT `id`
FROM `j745_menu`
2 × SELECT *
FROM j745_comprofiler_tabs t
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j745_extensions`
2 × SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `j745_comprofiler_plugin`
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `j745_assets`
1 × SELECT *
FROM j745_acym_form
1 × SELECT *
FROM j745_acym_configuratio
1 × SELECT `title`
FROM `j745_finder_taxonomy`
1 × SELECT `name`,`element`
FROM `j745_extensions`
1 × SELECT COUNT(1)
FROM `j745_ea_oauth`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM j745_modules AS m
LEFT JOIN j745_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN j745_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT folder.*
FROM `j745_eventgallery_folder` AS folder
LEFT JOIN `j745_eventgallery_file` AS file
ON folder.folder = file.folder
and file.published=1
and file.ismainimage=0
1 × SELECT `params`
FROM `j745_modules`
1 × SELECT *
FROM j745_acymailing_list
1 × SELECT `data`
FROM `j745_session`
1 × SELECT f.*
FROM j745_comprofiler_fields f
INNER JOIN j745_comprofiler_tabs AS t
ON (f.tabid = t.tabid)
1 × SELECT `session_id`
FROM `j745_session`
1 × SELECT *
FROM `j745_comprofiler_plugin_autoactions`
1 × SELECT *
FROM j745_acymailing_confi
1 × SELECT `params`
FROM `j745_comprofiler_plugin`
1 × SELECT *
FROM j745_languages
1 × SELECT id, home, template, s.params
FROM j745_template_styles as s
LEFT JOIN j745_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM j745_menu AS m
LEFT JOIN j745_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM j745_ea_configs
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM j745_extensions
1 × SELECT b.id
FROM j745_usergroups AS a
LEFT JOIN j745_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `j745_viewlevels
1 × SELECT *
FROM j745_template_styles