Query Time: 0.50 ms Query memory: 0.023 MB Memory before query: 1.356 MB Rows returned: 0
SELECT `data`
FROM `tisw7_session`
WHERE `session_id` = X'6531366437393063626233396435383635636266613338626337623039383731'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.86 ms After last query: 12.10 ms Query memory: 0.020 MB Memory before query: 1.370 MB Rows returned: 0
SELECT `session_id`
FROM `tisw7_session`
WHERE `session_id` = X'6531366437393063626233396435383635636266613338626337623039383731'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.19 ms After last query: 0.13 ms Query memory: 0.004 MB Memory before query: 1.376 MB
INSERT INTO `tisw7_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6531366437393063626233396435383635636266613338626337623039383731', 1, 1695615899, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `tisw7_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6531366437393063626233396435383635636266613338626337623039383731', 1, 1695615899, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 7.98 ms After last query: 17.53 ms Query memory: 0.042 MB Memory before query: 1.471 MB Rows returned: 56
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tisw7_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 | tisw7_extensions | NULL | ref | extension | extension | 82 | const | 56 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 22.57 ms Query memory: 0.021 MB Memory before query: 1.525 MB Rows returned: 5
SELECT id, rules
FROM `tisw7_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.11 ms Query memory: 0.021 MB Memory before query: 1.536 MB Rows returned: 2
SELECT b.id
FROM tisw7_usergroups AS a
LEFT JOIN tisw7_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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.16 ms After last query: 2.87 ms Query memory: 0.064 MB Memory before query: 1.558 MB Rows returned: 309
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM tisw7_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 | tisw7_extensions | NULL | ref | extension | extension | 82 | const | 354 | 0.60 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 268.85 ms Query memory: 0.062 MB Memory before query: 2.615 MB Rows returned: 1
SELECT *
FROM `tisw7_social_config`
WHERE `type` = 'site'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_social_config | NULL | ref | type | type | 767 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:46 |
14 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:303 |
13 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/config.php:43 |
12 | EasySocialModelConfig->getConfig() | JROOT/administrator/components/com_easysocial/includes/config/config.php:103 |
11 | SocialConfig->load() | JROOT/administrator/components/com_easysocial/includes/config/config.php:25 |
10 | SocialConfig->__construct() | JROOT/administrator/components/com_easysocial/includes/config/config.php:40 |
9 | SocialConfig::getInstance() | JROOT/administrator/components/com_easysocial/includes/easysocial.php:503 |
8 | ES::config() | JROOT/administrator/components/com_easysocial/includes/plugins.php:37 |
7 | EasySocialPlugins->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.30 ms After last query: 176.48 ms Query memory: 0.025 MB Memory before query: 3.130 MB Rows returned: 49
SELECT *
FROM `tisw7_payplans_config`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_payplans_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 49 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_payplans/includes/db/helpers/base.php:38 |
12 | PPDbBase->__call() | JROOT/administrator/components/com_payplans/includes/db/db.php:257 |
11 | PPDb->__call() | JROOT/administrator/components/com_payplans/models/config.php:33 |
10 | PayplansModelConfig->getConfig() | JROOT/administrator/components/com_payplans/includes/payplans.php:666 |
9 | PP::config() | JROOT/administrator/components/com_payplans/includes/plugins.php:33 |
8 | PPPlugins->__construct() | JROOT/plugins/system/payplans/payplans.php:47 |
7 | plgSystemPayplans->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.92 ms After last query: 76.15 ms Query memory: 0.022 MB Memory before query: 4.452 MB Rows returned: 1
SELECT *
FROM tisw7_ea_configs
WHERE `name` = 'config'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_ea_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
12 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyarticles/includes/easyarticles.php:88 |
11 | EA::config() | JROOT/administrator/components/com_easyarticles/includes/utils.php:69 |
10 | EasyArticles->__construct() | JROOT/administrator/components/com_easyarticles/includes/acl/acl.php:23 |
9 | EAAcl->__construct() | JROOT/administrator/components/com_easyarticles/includes/easyarticles.php:60 |
8 | EA::acl() | JROOT/plugins/system/easyarticles/easyarticles.php:40 |
7 | PlgSystemEasyArticles->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.03 ms After last query: 2.44 ms Query memory: 0.025 MB Memory before query: 4.474 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tisw7_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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:72 |
10 | EasyArticles->__construct() | JROOT/administrator/components/com_easyarticles/includes/acl/acl.php:23 |
9 | EAAcl->__construct() | JROOT/administrator/components/com_easyarticles/includes/easyarticles.php:60 |
8 | EA::acl() | JROOT/plugins/system/easyarticles/easyarticles.php:40 |
7 | PlgSystemEasyArticles->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 16.05 ms After last query: 0.29 ms Query memory: 0.007 MB Memory before query: 4.467 MB
UPDATE `tisw7_extensions`
SET `params` = '{\"mediaversion\":\"49e0c34fae95ec26f6402fddfbf5bedb\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | tisw7_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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:72 |
10 | EasyArticles->__construct() | JROOT/administrator/components/com_easyarticles/includes/acl/acl.php:23 |
9 | EAAcl->__construct() | JROOT/administrator/components/com_easyarticles/includes/easyarticles.php:60 |
8 | EA::acl() | JROOT/plugins/system/easyarticles/easyarticles.php:40 |
7 | PlgSystemEasyArticles->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.16 ms After last query: 133.22 ms Query memory: 0.069 MB Memory before query: 4.936 MB Rows returned: 36
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 tisw7_menu AS m
LEFT JOIN tisw7_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 140 | 3.33 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
20 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
17 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
16 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
15 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
14 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
13 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
12 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
11 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
10 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
9 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
8 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/jmap/jmap.php:1168 |
7 | plgSystemJMap->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.69 ms After last query: 82.34 ms Query memory: 0.026 MB Memory before query: 5.242 MB Rows returned: 3
SELECT tbl.*
FROM tisw7_payplans_app AS tbl
WHERE `tbl`.`published` ='1'
ORDER BY app_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tbl | NULL | index | idx_published,idx_publish_order | PRIMARY | 4 | NULL | 3 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_payplans/includes/db/helpers/base.php:38 |
21 | PPDbBase->__call() | JROOT/administrator/components/com_payplans/includes/db/db.php:257 |
20 | PPDb->__call() | JROOT/administrator/components/com_payplans/includes/model.php:526 |
19 | PayPlansModel->loadRecords() | JROOT/administrator/components/com_payplans/includes/helpers/app.php:131 |
18 | PPHelperApp::loadApps() | JROOT/administrator/components/com_payplans/includes/helpers/app.php:313 |
17 | PPHelperApp::getAvailableApps() | JROOT/administrator/components/com_payplans/includes/plugins.php:123 |
16 | PPPlugins->getAvailableApps() | JROOT/administrator/components/com_payplans/includes/plugins.php:102 |
15 | PPPlugins->getAppHelper() | JROOT/plugins/payplans/sobipro/sobipro.php:31 |
14 | plgPayplansSobipro->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
13 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
12 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/administrator/components/com_payplans/includes/dispatcher/dispatcher.php:82 |
11 | PPDispatcher->loadPlugins() | JROOT/administrator/components/com_payplans/includes/dispatcher/dispatcher.php:40 |
10 | PPDispatcher->trigger() | JROOT/administrator/components/com_payplans/includes/event/event.php:113 |
9 | PPEvent::trigger() | JROOT/plugins/system/payplans/payplans.php:250 |
8 | plgSystemPayplans->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 3.97 ms Query memory: 0.029 MB Memory before query: 5.279 MB Rows returned: 0
SELECT app_id,plan_id
FROM tisw7_payplans_planapp AS tbl
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tbl | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_payplans/includes/db/helpers/base.php:38 |
29 | PPDbBase->__call() | JROOT/administrator/components/com_payplans/includes/db/db.php:257 |
28 | PPDb->__call() | JROOT/administrator/components/com_payplans/models/planapp.php:38 |
27 | PayplansModelPlanapp->_loadCache() | JROOT/administrator/components/com_payplans/models/planapp.php:78 |
26 | PayplansModelPlanapp->getAppPlans() | JROOT/administrator/components/com_payplans/includes/app/app.php:427 |
25 | PPApp->afterBind() | JROOT/administrator/components/com_payplans/includes/abstract.php:413 |
24 | PPAbstract->bind() | JROOT/administrator/components/com_payplans/includes/app/app.php:444 |
23 | PPApp->bind() | JROOT/administrator/components/com_payplans/includes/abstract.php:47 |
22 | PPAbstract->__construct() | JROOT/administrator/components/com_payplans/includes/app/app.php:42 |
21 | PPApp->__construct() | JROOT/administrator/components/com_payplans/includes/app/abstract/payment.php:23 |
20 | PPAppPayment->__construct() | JROOT/administrator/components/com_payplans/includes/helpers/app.php:112 |
19 | PPHelperApp::loadApp() | JROOT/administrator/components/com_payplans/includes/helpers/app.php:137 |
18 | PPHelperApp::loadApps() | JROOT/administrator/components/com_payplans/includes/helpers/app.php:313 |
17 | PPHelperApp::getAvailableApps() | JROOT/administrator/components/com_payplans/includes/plugins.php:123 |
16 | PPPlugins->getAvailableApps() | JROOT/administrator/components/com_payplans/includes/plugins.php:102 |
15 | PPPlugins->getAppHelper() | JROOT/plugins/payplans/sobipro/sobipro.php:31 |
14 | plgPayplansSobipro->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
13 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
12 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/administrator/components/com_payplans/includes/dispatcher/dispatcher.php:82 |
11 | PPDispatcher->loadPlugins() | JROOT/administrator/components/com_payplans/includes/dispatcher/dispatcher.php:40 |
10 | PPDispatcher->trigger() | JROOT/administrator/components/com_payplans/includes/event/event.php:113 |
9 | PPEvent::trigger() | JROOT/plugins/system/payplans/payplans.php:250 |
8 | plgSystemPayplans->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.73 ms After last query: 346.54 ms Query memory: 0.030 MB Memory before query: 5.927 MB Rows returned: 56
SELECT `id`,`name`,`rules`,`parent_id`
FROM `tisw7_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_activitystream','com_acymailing','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_convertforms','com_cpanel','com_easyarticles','com_easyblog','com_easydiscuss','com_easysocial','com_extplorer','com_fields','com_finder','com_gantry5','com_hierarchy','com_installer','com_jce','com_jlike','com_jmap','com_joomlaupdate','com_jticketing','com_komento','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_payplans','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_seoglossary','com_tags','com_templates','com_tjfields','com_tjnotifications','com_tjprivacy','com_tjreports','com_users','com_wrapper')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 550 | 10.36 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
20 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
19 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
18 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
17 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
16 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_payplans/includes/user/user.php:922 |
15 | PPUser->isSiteAdmin() | JROOT/administrator/components/com_payplans/includes/user/user.php:965 |
14 | PPUser->isAdmin() | JROOT/plugins/payplans/menuaccess/menuaccess.php:36 |
13 | plgPayplansMenuAccess->onPayplansSystemStart() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/administrator/components/com_payplans/includes/dispatcher/dispatcher.php:43 |
10 | PPDispatcher->trigger() | JROOT/administrator/components/com_payplans/includes/event/event.php:113 |
9 | PPEvent::trigger() | JROOT/plugins/system/payplans/payplans.php:250 |
8 | plgSystemPayplans->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.93 ms After last query: 164.82 ms Query memory: 0.024 MB Memory before query: 6.601 MB Rows returned: 2
SHOW FULL COLUMNS
FROM `tisw7_komento_configs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `tisw7_komento_configs`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
12 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:585 |
11 | Joomla\CMS\Table\Table->reset() | JROOT/libraries/src/Table/Table.php:724 |
10 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_komento/includes/komento.php:399 |
9 | KT::config() | JROOT/components/com_komento/bootstrap.php:39 |
8 | require_once JROOT/components/com_komento/bootstrap.php | JROOT/components/com_komento/router.php:14 |
7 | require_once JROOT/components/com_komento/router.php | JROOT/libraries/src/Router/SiteRouter.php:779 |
6 | Joomla\CMS\Router\SiteRouter->getComponentRouter() | JROOT/libraries/src/Router/SiteRouter.php:131 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 6.615 MB Rows returned: 1
SELECT *
FROM tisw7_komento_configs
WHERE `name` = 'config'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_komento_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 25.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
10 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_komento/includes/komento.php:399 |
9 | KT::config() | JROOT/components/com_komento/bootstrap.php:39 |
8 | require_once JROOT/components/com_komento/bootstrap.php | JROOT/components/com_komento/router.php:14 |
7 | require_once JROOT/components/com_komento/router.php | JROOT/libraries/src/Router/SiteRouter.php:779 |
6 | Joomla\CMS\Router\SiteRouter->getComponentRouter() | JROOT/libraries/src/Router/SiteRouter.php:131 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 48.07 ms Query memory: 0.025 MB Memory before query: 7.224 MB Rows returned: 0
SELECT tbl.*
FROM tisw7_payplans_subscription AS tbl
WHERE `tbl`.`user_id` = 0
AND `tbl`.`status` ='1601'
ORDER BY subscription_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tbl | NULL | ref | idx_userid,idx_user_subs | idx_userid | 4 | const | 1 | 16.67 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_payplans/includes/db/helpers/base.php:38 |
18 | PPDbBase->__call() | JROOT/administrator/components/com_payplans/includes/db/db.php:257 |
17 | PPDb->__call() | JROOT/administrator/components/com_payplans/includes/model.php:526 |
16 | PayPlansModel->loadRecords() | JROOT/administrator/components/com_payplans/includes/user/user.php:665 |
15 | PPUser->getPlans() | JROOT/plugins/payplans/sobipro/sobipro.php:48 |
14 | plgPayplansSobipro->onPayplansAccessCheck() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/administrator/components/com_payplans/includes/dispatcher/dispatcher.php:43 |
11 | PPDispatcher->trigger() | JROOT/administrator/components/com_payplans/includes/event/event.php:113 |
10 | PPEvent::trigger() | JROOT/plugins/system/payplans/payplans.php:322 |
9 | plgSystemPayplans->checkAccess() | JROOT/plugins/system/payplans/payplans.php:88 |
8 | plgSystemPayplans->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.96 ms After last query: 9.10 ms Query memory: 0.022 MB Memory before query: 7.312 MB Rows returned: 6
SELECT id, home, template, s.params
FROM tisw7_template_styles as s
LEFT JOIN tisw7_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | orgtology2018_derekh1sit277406.e.element | 1 | 75.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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:257 |
9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:108 |
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:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.09 ms After last query: 228.96 ms Query memory: 0.023 MB Memory before query: 7.821 MB Rows returned: 4
SELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM tisw7_template_styles AS s
WHERE s.client_id = 0
AND s.template = 'rt_isotope'
ORDER BY s.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | index | idx_template,idx_client_id,idx_client_id_home | PRIMARY | 4 | NULL | 8 | 37.50 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69 |
14 | Gantry\Joomla\StyleHelper::loadStyles() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Assignments.php:63 |
13 | Gantry\Framework\Assignments->loadAssignments() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:301 |
12 | Gantry\Component\Assignments\AbstractAssignments->init() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:99 |
11 | Gantry\Component\Assignments\AbstractAssignments->scores() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:86 |
10 | Gantry\Component\Assignments\AbstractAssignments->select() | JROOT/plugins/system/gantry5/gantry5.php:315 |
9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:108 |
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:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.12 ms After last query: 190.30 ms Query memory: 0.019 MB Memory before query: 7.929 MB Rows returned: 1
SELECT *
FROM tisw7_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 | tisw7_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.36 ms After last query: 88.49 ms Query memory: 0.034 MB Memory before query: 8.097 MB Rows returned: 79
SELECT `id`,`name`,`rules`,`parent_id`
FROM `tisw7_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tisw7_assets | NULL | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 550 | 23.20 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
18 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
17 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
16 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
15 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
14 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/category.php:139 |
13 | ContentModelCategory->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
12 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/libraries/src/MVC/View/CategoryView.php:116 |
11 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
10 | ContentViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.71 ms After last query: 32.78 ms Query memory: 0.025 MB Memory before query: 8.190 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,(
SELECT COUNT(i.`id`)
FROM `tisw7_content` AS `i`
WHERE i.`catid` = c.id
AND i.state = 1) AS numitems
FROM `tisw7_categories` AS `s`
INNER JOIN `tisw7_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.published = 1
AND s.id = 17
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | PRIMARY | c | NULL | ALL | cat_idx,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 25 | 43.20 | Using where |
2 | DEPENDENT SUBQUERY | i | NULL | ref | idx_state,idx_catid | idx_catid | 4 | orgtology2018_derekh1sit277406.c.id | 3 | 50.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
15 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
14 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/models/category.php:355 |
13 | ContentModelCategory->getCategory() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:122 |
11 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
10 | ContentViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 9.81 ms After last query: 26.12 ms Query memory: 0.106 MB Memory before query: 8.233 MB Rows returned: 4
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM tisw7_content AS a
LEFT JOIN tisw7_categories AS c
ON c.id = a.catid
LEFT JOIN tisw7_users AS ua
ON ua.id = a.created_by
LEFT JOIN tisw7_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tisw7_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tisw7_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid = 17
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-09-25 04:25:01')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-09-25 04:25:01')
ORDER BY c.path, a.title, a.created
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | a | NULL | index_merge | idx_access,idx_state,idx_catid | idx_catid,idx_state | 4,1 | NULL | 2 | 16.00 | Using intersect(idx_catid,idx_state); Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.created_by | 1 | 100.00 | Using where |
1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.modified_by | 1 | 100.00 | Using where |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
1 | SIMPLE | v | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
16 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
13 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
11 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
10 | ContentViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.88 ms After last query: 6.74 ms Query memory: 0.024 MB Memory before query: 8.394 MB Rows returned: 1
SELECT COUNT(*)
FROM tisw7_content AS a
LEFT JOIN tisw7_categories AS c
ON c.id = a.catid
LEFT JOIN tisw7_users AS ua
ON ua.id = a.created_by
LEFT JOIN tisw7_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tisw7_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tisw7_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid = 17
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-09-25 04:25:01')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-09-25 04:25:01')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | a | NULL | index_merge | idx_access,idx_state,idx_catid | idx_catid,idx_state | 4,1 | NULL | 2 | 16.00 | Using intersect(idx_catid,idx_state); Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.created_by | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.modified_by | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | v | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.id | 1 | 100.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:354 |
16 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 |
15 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
14 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/components/com_content/models/category.php:265 |
13 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
11 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
10 | ContentViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.36 ms After last query: 32.92 ms Query memory: 0.022 MB Memory before query: 8.467 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tisw7_contentitem_tag_map` AS m
INNER JOIN `tisw7_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 17
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 2278 | 1.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | orgtology2018_derekh1sit277406.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
12 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/libraries/src/MVC/View/CategoryView.php:229 |
11 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
10 | ContentViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.75 ms After last query: 203.12 ms Query memory: 0.026 MB Memory before query: 8.646 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `tisw7_categories` AS `s`
INNER JOIN `tisw7_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 17
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 25 | 48.96 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
18 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
17 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
16 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
10 | ContentViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.29 ms After last query: 0.27 ms Query memory: 0.025 MB Memory before query: 8.664 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM tisw7_fields AS a
LEFT JOIN `tisw7_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tisw7_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tisw7_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tisw7_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tisw7_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `tisw7_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (17,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | orgtology2018_derekh1sit277406.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.group_id | 1 | 100.00 | Using where |
1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | orgtology2018_derekh1sit277406.a.id | 1 | 100.00 | Using where; Using index; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
10 | ContentViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 149.98 ms After last query: 84.59 ms Query memory: 0.101 MB Memory before query: 8.912 MB Rows returned: 33
SELECT t.*
FROM tisw7_seoglossary as t
LEFT JOIN tisw7_seoglossaries g
ON t.catid = g.id
WHERE t.state = 1
AND g.state = 1
AND ( LOWER(' \r\n\r\nDefinitions
and Acronyms\r\n\r\n\r\nWe do not define or list or explain any abbreviations, acronyms, symbols, abbreviations, words, or concepts in our policy statements. Instead we list all the orgtology abbreviations
and definitions at one place
on this site.\r\n\r\n\r\nClick Here to view the full list or the orgtology abbreviations, acronyms,
and symbols.\r\n\r\n\r\nClick Here to view a full list of all the orgtology definitions, concepts,
and terms.\r\n\r\n\r\n\r\n OVN 0.2.\r\n\r\n\r\nAuthority of this policy.\r\n\r\n\r\nCategory of orgtology practitioners. \r\n\r\n\r\nCriteria to qualify as an orgtology practitioner. \r\n\r\n\r\nExemption
from listed criteria for orgtology practitioners. \r\n\r\n\r\nPractitioner Benefits.\r\n\r\n\r\nContinuous Professional Development\r\n\r\n\r\n\r\n\r\nAnnexure A – Procedure 2-1: Accreditation as a Orgtology Practitioner.\r\n\r\n\r\nAnnexure B: CPD Table of Credits.\r\n\r\n\r\n \r\n1. Authority of this policy.\r\n\r\n\r\nThe goal of this policy is to accredit people to practice in the field of orgtology.\r\n\r\n\r\nTo reach this goal, we aim to follow through
on the four targets below:\r\n\r\n\r\nWe define the category of Orgtology practitioners for which members can apply.\r\n\r\nWe define the benefits that accredited practitioners can claim.\r\n\r\nWe define the process of accreditation.\r\n\r\n\r\nWe
set the rules for continuous professional development(CPD).\r\n\r\n\r\n\r\n\r\n \r\n2. Category of orgtology practitioners.\r\n\r\n\r\nThe IOI has two distinct practitioner categories, namely:\r\n\r\n\r\nOrgtologist,
and\r\n\r\n\r\nOrgtology Specialist.\r\n\r\n\r\n\r\n\r\nThe entry requirement for an Orgtologist is a recognised master’s degree
from a university of good repute;
and\r\n\r\n\r\nThe entry requirement for an Orgtology Specialist is a bachelor’s degree
from a university of good repute.\r\n\r\n\r\nThe reason that the IOI distinguishes between the two, is twofold:\r\n\r\n\r\nThe field of orgtology is research intensive,
and the IOI will mostly rely
on Orgtologists to contribute to this research.\r\n\r\n\r\nThe IOI gives acknowledgement to the advanced academic achievement that members with master’s degrees have.\r\n\r\n\r\n\r\n\r\nOrgtologists
and Orgtology Specialists will undergo the same training
and can do the same work, therefore the distinction is only in title
and in the IOI’s belief of the enhanced research ability of an Orgtologist.\r\n\r\n\r\nWhere the IOI refers to an orgtology practitioner, it includes both, Orgtologists
and Orgtology Specialists.\r\n\r\n\r\nIt is important to note that a registered user
on this site is not an orgtology practitioner. Any person can register as a site user. We regulate the use of this site via our “Registered Site Users” policy.\r\n\r\n\r\n \r\n3. Criteria to qualify as an orgtology practitioner.\r\n\r\n\r\nThe IOI will accredit a practitioner if ze:\r\n\r\n\r\nComplies with the academic entry requirements;\r\n\r\n\r\nHas completed the Introductory Course
on Orgtology;\r\n\r\n\r\nHas done training in at least one specialist field of orgtology;
and\r\n\r\n\r\nHas proven 50-hours of practical experience in the specialist field for which ze applies.\r\n\r\n\r\n\r\n\r\n \r\n4. Exemption
from listed criteria for orgtology practitioners.\r\n\r\n\r\nThe IOI can exempt an applicant
from one or more criteria points if:\r\n\r\n\r\nIt will directly benefit the IOI by doing so;\r\n\r\n\r\nThe applicant has proven hir ability in orgtology, but does not have an academic qualification;
and\r\n\r\n\r\nIt is in the interest of the IOI do so.\r\n\r\n\r\n\r\n\r\nWhere the IOI gives exemption, we will do so in writing, with reference to the following points:\r\n\r\n\r\nReason for the exemption;\r\n\r\n\r\nThe extent of the exemption;\r\n\r\n\r\nConditions for the exemption;
and\r\n\r\n\r\nReview of the exemption.\r\n\r\n\r\n\r\n\r\nThe IOI Board of Directors must approve any exemption to a member.\r\n\r\n\r\n \r\n5. Practitioner Benefits.\r\n\r\n\r\nOrgtology practitioners can claim the following benefits
from the IOI:\r\n\r\n\r\nUse of the title “Orgtologist” or “Orgtology Specialist”, depending
on the category of registration;\r\n\r\n\r\nBenefit
from the value of a practitioner designation within the business community at large;\r\n\r\n\r\nPublic listing
on the IOI website with a self-managed portfolio.\r\n\r\n\r\nUse of official orgtology trademarks to perform their work, or to do research;\r\n\r\n\r\nDeliver orgtology products
and services within their own organisations or to client organisations. The IOI will
limit such services to the specialist field for which they have registered a practitioner. Services may include: presenting of training workshops
and seminars; team development interventions; mentorship; coaching;
and consulting services.\r\n\r\n\r\nGet discount
on orgtology events.\r\n\r\n\r\n Networking opportunities with role players in the field of orgtology.\r\n\r\n\r\nAdvice
on ethical
and technical issues;\r\n\r\n\r\n\r\n\r\n \r\n6. Continuous Professional Development.\r\n\r\n\r\nTo ensure that orgtology practitioners continually update their professional knowledge
and skills for the end benefit of the organisations
and clients that they work in
and / or with, the IOI has a Continuous Professional Development (CPD) programme.\r\n\r\n\r\nThe IOI will manage a CPD programme in which orgtology practitioners must participate to maintain their professional status.\r\n\r\n\r\nTo maintain hir registration, an orgtology practitioner must, during every 12-month period:\r\n\r\n\r\nProve 50-hours of practical experience in each field of specialist registration;\r\n\r\n\r\nMentor at least one orgtology student in hir research project;
and\r\n\r\n\r\nAccumulate 25 CPD points.\r\n\r\n\r\n\r\n\r\nWhere a practitioner has registered for more than
on specialist field,
and uses these fields in combination, ze will have to prove 50-hours of practical experience in such combination.\r\n\r\n\r\nWe give a list of CPD Credits in Annexure B of this policy statement.\r\n\r\n\r\nWhere a practitioner fails to submit the required CPD points, ze will be given six months to comply. If the practitioner fails to comply after the 6-month period, the IOI will consider appropriate action, which could include the stripping of hir practitioner status.\r\n\r\n\r\nCPD points are transferable, which means that ze can carry over the points that ze has not used, to the next year.\r\n\r\n\r\n \r\nAnnexure A – Procedure 2-1: Accreditation as a Orgtology Practitioner.\r\n\r\n\r\nThe prospective practitioner applies for the introductory course or for a specialist course. All first applications will be for an introductory course
and will therefore have to submit more information
and supporting documentation than with subsequent registrations. The applicant will do so online.\r\n\r\n\r\nWhere an applicant adheres to all the requirements as
set out in this policy statement, the IOI will automatically register hir for the field for which ze qualifies. The prospective practitioner will not need to apply for this.\r\n\r\n\r\nThe IOI will also automatically list the applicant
on its webpage as a registered practitioner.\r\n\r\n\r\nThe practitioner can then update hir online profile
and will have the power to decide what information the public sees
and what not.\r\n\r\n\r\nAfter registration, the practitioner must maintain the CPD conditions of registration as specified in this policy statement.\r\n\r\n\r\nOn receipt of annual membership fees, the IOI will automatically renew a registration, provided that the practitioner meets hir CPD conditions.\r\n\r\n\r\n\r\n \r\nAnnexure B: CPD Table of Credits.\r\n\r\n\r\n\r\n\r\nActivity:\r\n\r\n\r\nCPD Points:\r\n\r\n\r\n\r\n\r\nPublishing of a blog article
on the IOI website\r\n\r\n\r\n10 points per blog article\r\n\r\n\r\n\r\n\r\nPublishing of an academic article\r\n\r\n\r\n50 points per article\r\n\r\n\r\n\r\n\r\nModeration of a blog article for the IOI website\r\n\r\n\r\n10 points per blog article\r\n\r\n\r\n\r\n\r\nCompletion of a second (or more) speciality courses in orgtology\r\n\r\n\r\n30 points per course\r\n\r\n\r\n\r\n\r\nDoing of orgtology training outside the IOI*\r\n\r\n\r\n5 points for each training day\r\n\r\n\r\n\r\n\r\nReach “Top 10”
on the Orgtology Club “Leader Board”*\r\n\r\n\r\n5 points\r\n\r\n\r\n\r\n\r\n \r\n*Please take note of the following:\r\n\r\n\r\nWhere a practitioner claims CPD points for training outside the IOI, such training must adhere to the following:\r\n\r\n\r\nThe training programme must be certified by the IOI;\r\n\r\n\r\nThe provider who sold the training must be endorsed with the IOI;
and\r\n\r\n\r\nThe practitioner who presented the training must be accredited with the IOI.\r\n\r\n\r\n\r\n\r\nA practitioner will only receive 5 points every six months for reaching the top 10 club leader board. To get the points a practitioner must stay
on the board for at least 7-days.\r\n\r\n\r\nOnce the provider has received the certification number, they may use the IOI logo
on their marketing material for that product or service. They may also mention that the IOI certifies that product or service.\r\n\r\n\r\n\r\n ') LIKE CONCAT('%', LOWER(t.tterm), '%') OR ' \r\n\r\nDefinitions
and Acronyms\r\n\r\n\r\nWe do not define or list or explain any abbreviations, acronyms, symbols, abbreviations, words, or concepts in our policy statements. Instead we list all the orgtology abbreviations
and definitions at one place
on this site.\r\n\r\n\r\nClick Here to view the full list or the orgtology abbreviations, acronyms,
and symbols.\r\n\r\n\r\nClick Here to view a full list of all the orgtology definitions, concepts,
and terms.\r\n\r\n\r\n\r\n OVN 0.2.\r\n\r\n\r\nAuthority of this policy.\r\n\r\n\r\nCategory of orgtology practitioners. \r\n\r\n\r\nCriteria to qualify as an orgtology practitioner. \r\n\r\n\r\nExemption
from listed criteria for orgtology practitioners. \r\n\r\n\r\nPractitioner Benefits.\r\n\r\n\r\nContinuous Professional Development\r\n\r\n\r\n\r\n\r\nAnnexure A – Procedure 2-1: Accreditation as a Orgtology Practitioner.\r\n\r\n\r\nAnnexure B: CPD Table of Credits.\r\n\r\n\r\n \r\n1. Authority of this policy.\r\n\r\n\r\nThe goal of this policy is to accredit people to practice in the field of orgtology.\r\n\r\n\r\nTo reach this goal, we aim to follow through
on the four targets below:\r\n\r\n\r\nWe define the category of Orgtology practitioners for which members can apply.\r\n\r\nWe define the benefits that accredited practitioners can claim.\r\n\r\nWe define the process of accreditation.\r\n\r\n\r\nWe
set the rules for continuous professional development(CPD).\r\n\r\n\r\n\r\n\r\n \r\n2. Category of orgtology practitioners.\r\n\r\n\r\nThe IOI has two distinct practitioner categories, namely:\r\n\r\n\r\nOrgtologist,
and\r\n\r\n\r\nOrgtology Specialist.\r\n\r\n\r\n\r\n\r\nThe entry requirement for an Orgtologist is a recognised master’s degree
from a university of good repute;
and\r\n\r\n\r\nThe entry requirement for an Orgtology Specialist is a bachelor’s degree
from a university of good repute.\r\n\r\n\r\nThe reason that the IOI distinguishes between the two, is twofold:\r\n\r\n\r\nThe field of orgtology is research intensive,
and the IOI will mostly rely
on Orgtologists to contribute to this research.\r\n\r\n\r\nThe IOI gives acknowledgement to the advanced academic achievement that members with master’s degrees have.\r\n\r\n\r\n\r\n\r\nOrgtologists
and Orgtology Specialists will undergo the same training
and can do the same work, therefore the distinction is only in title
and in the IOI’s belief of the enhanced research ability of an Orgtologist.\r\n\r\n\r\nWhere the IOI refers to an orgtology practitioner, it includes both, Orgtologists
and Orgtology Specialists.\r\n\r\n\r\nIt is important to note that a registered user
on this site is not an orgtology practitioner. Any person can register as a site user. We regulate the use of this site via our “Registered Site Users” policy.\r\n\r\n\r\n \r\n3. Criteria to qualify as an orgtology practitioner.\r\n\r\n\r\nThe IOI will accredit a practitioner if ze:\r\n\r\n\r\nComplies with the academic entry requirements;\r\n\r\n\r\nHas completed the Introductory Course
on Orgtology;\r\n\r\n\r\nHas done training in at least one specialist field of orgtology;
and\r\n\r\n\r\nHas proven 50-hours of practical experience in the specialist field for which ze applies.\r\n\r\n\r\n\r\n\r\n \r\n4. Exemption
from listed criteria for orgtology practitioners.\r\n\r\n\r\nThe IOI can exempt an applicant
from one or more criteria points if:\r\n\r\n\r\nIt will directly benefit the IOI by doing so;\r\n\r\n\r\nThe applicant has proven hir ability in orgtology, but does not have an academic qualification;
and\r\n\r\n\r\nIt is in the interest of the IOI do so.\r\n\r\n\r\n\r\n\r\nWhere the IOI gives exemption, we will do so in writing, with reference to the following points:\r\n\r\n\r\nReason for the exemption;\r\n\r\n\r\nThe extent of the exemption;\r\n\r\n\r\nConditions for the exemption;
and\r\n\r\n\r\nReview of the exemption.\r\n\r\n\r\n\r\n\r\nThe IOI Board of Directors must approve any exemption to a member.\r\n\r\n\r\n \r\n5. Practitioner Benefits.\r\n\r\n\r\nOrgtology practitioners can claim the following benefits
from the IOI:\r\n\r\n\r\nUse of the title “Orgtologist” or “Orgtology Specialist”, depending
on the category of registration;\r\n\r\n\r\nBenefit
from the value of a practitioner designation within the business community at large;\r\n\r\n\r\nPublic listing
on the IOI website with a self-managed portfolio.\r\n\r\n\r\nUse of official orgtology trademarks to perform their work, or to do research;\r\n\r\n\r\nDeliver orgtology products
and services within their own organisations or to client organisations. The IOI will
limit such services to the specialist field for which they have registered a practitioner. Services may include: presenting of training workshops
and seminars; team development interventions; mentorship; coaching;
and consulting services.\r\n\r\n\r\nGet discount
on orgtology events.\r\n\r\n\r\n Networking opportunities with role players in the field of orgtology.\r\n\r\n\r\nAdvice
on ethical
and technical issues;\r\n\r\n\r\n\r\n\r\n \r\n6. Continuous Professional Development.\r\n\r\n\r\nTo ensure that orgtology practitioners continually update their professional knowledge
and skills for the end benefit of the organisations
and clients that they work in
and / or with, the IOI has a Continuous Professional Development (CPD) programme.\r\n\r\n\r\nThe IOI will manage a CPD programme in which orgtology practitioners must participate to maintain their professional status.\r\n\r\n\r\nTo maintain hir registration, an orgtology practitioner must, during every 12-month period:\r\n\r\n\r\nProve 50-hours of practical experience in each field of specialist registration;\r\n\r\n\r\nMentor at least one orgtology student in hir research project;
and\r\n\r\n\r\nAccumulate 25 CPD points.\r\n\r\n\r\n\r\n\r\nWhere a practitioner has registered for more than
on specialist field,
and uses these fields in combination, ze will have to prove 50-hours of practical experience in such combination.\r\n\r\n\r\nWe give a list of CPD Credits in Annexure B of this policy statement.\r\n\r\n\r\nWhere a practitioner fails to submit the required CPD points, ze will be given six months to comply. If the practitioner fails to comply after the 6-month period, the IOI will consider appropriate action, which could include the stripping of hir practitioner status.\r\n\r\n\r\nCPD points are transferable, which means that ze can carry over the points that ze has not used, to the next year.\r\n\r\n\r\n \r\nAnnexure A – Procedure 2-1: Accreditation as a Orgtology Practitioner.\r\n\r\n\r\nThe prospective practitioner applies for the introductory course or for a specialist course. All first applications will be for an introductory course
and will therefore have to submit more information
and supporting documentation than with subsequent registrations. The applicant will do so online.\r\n\r\n\r\nWhere an applicant adheres to all the requirements as
set out in this policy statement, the IOI will automatically register hir for the field for which ze qualifies. The prospective practitioner will not need to apply for this.\r\n\r\n\r\nThe IOI will also automatically list the applicant
on its webpage as a registered practitioner.\r\n\r\n\r\nThe practitioner can then update hir online profile
and will have the power to decide what information the public sees
and what not.\r\n\r\n\r\nAfter registration, the practitioner must maintain the CPD conditions of registration as specified in this policy statement.\r\n\r\n\r\nOn receipt of annual membership fees, the IOI will automatically renew a registration, provided that the practitioner meets hir CPD conditions.\r\n\r\n\r\n\r\n \r\nAnnexure B: CPD Table of Credits.\r\n\r\n\r\n\r\n\r\nActivity:\r\n\r\n\r\nCPD Points:\r\n\r\n\r\n\r\n\r\nPublishing of a blog article
on the IOI website\r\n\r\n\r\n10 points per blog article\r\n\r\n\r\n\r\n\r\nPublishing of an academic article\r\n\r\n\r\n50 points per article\r\n\r\n\r\n\r\n\r\nModeration of a blog article for the IOI website\r\n\r\n\r\n10 points per blog article\r\n\r\n\r\n\r\n\r\nCompletion of a second (or more) speciality courses in orgtology\r\n\r\n\r\n30 points per course\r\n\r\n\r\n\r\n\r\nDoing of orgtology training outside the IOI*\r\n\r\n\r\n5 points for each training day\r\n\r\n\r\n\r\n\r\nReach “Top 10”
on the Orgtology Club “Leader Board”*\r\n\r\n\r\n5 points\r\n\r\n\r\n\r\n\r\n \r\n*Please take note of the following:\r\n\r\n\r\nWhere a practitioner claims CPD points for training outside the IOI, such training must adhere to the following:\r\n\r\n\r\nThe training programme must be certified by the IOI;\r\n\r\n\r\nThe provider who sold the training must be endorsed with the IOI;
and\r\n\r\n\r\nThe practitioner who presented the training must be accredited with the IOI.\r\n\r\n\r\n\r\n\r\nA practitioner will only receive 5 points every six months for reaching the top 10 club leader board. To get the points a practitioner must stay
on the board for at least 7-days.\r\n\r\n\r\nOnce the provider has received the certification number, they may use the IOI logo
on their marketing material for that product or service. They may also mention that the IOI certifies that product or service.\r\n\r\n\r\n\r\n ' REGEXP REPLACE(REPLACE(tsynonyms, ', ', '|'), ',', '|') )
AND g.language IN ('en-GB','*')
AND (t.publish_up = '0000-00-00 00:00:00' OR t.publish_up <= '2023-09-25 04:25:01')
AND ((t.publish_down = '0000-00-00 00:00:00' OR t.publish_down >= '2023-09-25 04:25:01'))
AND NOT FIND_IN_SET('com_content.category',g.disable_context)
AND NOT FIND_IN_SET(106,g.disable_menu)
AND NOT FIND_IN_SET('com_content',g.disable_component)
AND NOT FIND_IN_SET(17,g.disable_category)
ORDER BY t.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | t | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 167 | 0.60 | Using where; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/content/seoglossary/seoglossary.php:398 |
13 | plgContentSeoglossary->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:113 |
10 | ContentViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.10 ms After last query: 6.91 ms Query memory: 0.027 MB Memory before query: 9.046 MB Rows returned: 1
SELECT *
FROM tisw7_seoglossary
WHERE id = '2';