Query Time: 3.61 ms Query memory: 0.020 MB Memory before query: 2.966 MB Rows returned: 0
SELECT `data`
FROM `spvle_session`
WHERE `session_id` = 'bp3mh8rl1qqmvak90s8o0vrd90'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 3.08 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1720 |
| 15 | JDatabaseDriver->loadResult() | JROOT\libraries\joomla\session\storage\database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT\libraries\joomla\session\handler\native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT\libraries\joomla\session\handler\native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT\libraries\joomla\session\handler\joomla.php:82 |
| 10 | JSessionHandlerJoomla->start() | JROOT\libraries\joomla\session\session.php:648 |
| 9 | JSession->_start() | JROOT\libraries\joomla\session\session.php:608 |
| 8 | JSession->start() | JROOT\libraries\joomla\session\session.php:486 |
| 7 | JSession->get() | JROOT\libraries\joomla\session\session.php:443 |
| 6 | JSession->isNew() | JROOT\libraries\cms\application\cms.php:829 |
| 5 | JApplicationCms->loadSession() | JROOT\libraries\cms\application\cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT\libraries\cms\application\site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT\libraries\cms\application\cms.php:413 |
| 2 | JApplicationCms::getInstance() | JROOT\libraries\joomla\factory.php:125 |
| 1 | JFactory::getApplication() | JROOT\index.php:46 |
Query Time: 0.45 ms After last query: 4.18 ms Query memory: 0.011 MB Memory before query: 3.101 MB Rows returned: 0
SELECT `session_id`
FROM `spvle_session`
WHERE `session_id` = 'bp3mh8rl1qqmvak90s8o0vrd90'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1720 |
| 7 | JDatabaseDriver->loadResult() | JROOT\libraries\cms\application\cms.php:176 |
| 6 | JApplicationCms->checkSession() | JROOT\libraries\cms\application\cms.php:831 |
| 5 | JApplicationCms->loadSession() | JROOT\libraries\cms\application\cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT\libraries\cms\application\site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT\libraries\cms\application\cms.php:413 |
| 2 | JApplicationCms::getInstance() | JROOT\libraries\joomla\factory.php:125 |
| 1 | JFactory::getApplication() | JROOT\index.php:46 |
Query Time: 36.33 ms After last query: 0.34 ms Query memory: 0.008 MB Memory before query: 3.115 MB
INSERT INTO `spvle_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('bp3mh8rl1qqmvak90s8o0vrd90', 1, '1785970502', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `spvle_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('bp3mh8rl1qqmvak90s8o0vrd90', 1, '1785970502', 0, '', 0)
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| update | 0.12 ms |
| end | 0.01 ms |
| query end | 35.89 ms |
| closing tables | 0.02 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT\libraries\cms\application\cms.php:216 |
| 6 | JApplicationCms->checkSession() | JROOT\libraries\cms\application\cms.php:831 |
| 5 | JApplicationCms->loadSession() | JROOT\libraries\cms\application\cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT\libraries\cms\application\site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT\libraries\cms\application\cms.php:413 |
| 2 | JApplicationCms::getInstance() | JROOT\libraries\joomla\factory.php:125 |
| 1 | JFactory::getApplication() | JROOT\index.php:46 |
Query Time: 4.05 ms After last query: 9.07 ms Query memory: 0.019 MB Memory before query: 3.362 MB Rows returned: 38
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `spvle_extensions`
WHERE `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_extensions | NULL | ref | extension | extension | 82 | const | 38 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.94 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.42 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.19 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\component\helper.php:447 |
| 9 | JComponentHelper::{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT\libraries\joomla\cache\controller\callback.php:169 |
| 7 | JCacheControllerCallback->get() | JROOT\libraries\cms\component\helper.php:455 |
| 6 | JComponentHelper::load() | JROOT\libraries\cms\component\helper.php:43 |
| 5 | JComponentHelper::getComponent() | JROOT\libraries\cms\component\helper.php:111 |
| 4 | JComponentHelper::getParams() | JROOT\libraries\cms\application\site.php:593 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 3.58 ms After last query: 10.49 ms Query memory: 0.014 MB Memory before query: 3.630 MB Rows returned: 5
SELECT id, rules
FROM `spvle_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 3.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1486 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT\libraries\joomla\access\access.php:1061 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT\libraries\joomla\user\user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT\libraries\cms\plugin\helper.php:309 |
| 6 | JPluginHelper::load() | JROOT\libraries\cms\plugin\helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT\libraries\cms\plugin\helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT\libraries\cms\application\site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 5.86 ms After last query: 0.43 ms Query memory: 0.015 MB Memory before query: 3.653 MB Rows returned: 2
SELECT b.id
FROM spvle_usergroups AS a
LEFT JOIN spvle_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 5.28 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1530 |
| 10 | JDatabaseDriver->loadColumn() | JROOT\libraries\joomla\access\access.php:978 |
| 9 | JAccess::getGroupsByUser() | JROOT\libraries\joomla\access\access.php:1093 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT\libraries\joomla\user\user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT\libraries\cms\plugin\helper.php:309 |
| 6 | JPluginHelper::load() | JROOT\libraries\cms\plugin\helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT\libraries\cms\plugin\helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT\libraries\cms\application\site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.66 ms After last query: 2.61 ms Query memory: 0.019 MB Memory before query: 3.744 MB Rows returned: 73
SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM spvle_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 | spvle_extensions | NULL | ref | extension | extension | 82 | const | 97 | 0.60 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.92 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\plugin\helper.php:327 |
| 9 | JPluginHelper::{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT\libraries\joomla\cache\controller\callback.php:169 |
| 7 | JCacheControllerCallback->get() | JROOT\libraries\cms\plugin\helper.php:332 |
| 6 | JPluginHelper::load() | JROOT\libraries\cms\plugin\helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT\libraries\cms\plugin\helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT\libraries\cms\application\site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 3.43 ms After last query: 53.97 ms Query memory: 0.017 MB Memory before query: 5.049 MB Rows returned: 2
SELECT *
FROM spvle_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 | spvle_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.71 ms |
| init | 0.09 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.11 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\language\helper.php:148 |
| 8 | JLanguageHelper::getLanguages() | JROOT\plugins\system\languagefilter\languagefilter.php:98 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT\libraries\cms\plugin\helper.php:271 |
| 6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:181 |
| 5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php:683 |
| 4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.50 ms After last query: 0.49 ms Query memory: 0.015 MB Memory before query: 5.070 MB Rows returned: 4
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `spvle_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_extensions | NULL | ref | extension | extension | 82 | const | 4 | 1.25 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\language\helper.php:207 |
| 8 | JLanguageHelper::getInstalledLanguages() | JROOT\plugins\system\languagefilter\languagefilter.php:109 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT\libraries\cms\plugin\helper.php:271 |
| 6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:181 |
| 5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php:683 |
| 4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 4.12 ms After last query: 53.73 ms Query memory: 0.037 MB Memory before query: 6.706 MB Rows returned: 33
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 spvle_menu AS m
LEFT JOIN spvle_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 | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 34 | 10.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | keecheong_db.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 2.45 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 1.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\menu\site.php:88 |
| 22 | JMenuSite->{closure}() | Same as call in the line below. |
| 21 | call_user_func_array() | JROOT\libraries\joomla\cache\controller\callback.php:169 |
| 20 | JCacheControllerCallback->get() | JROOT\libraries\cms\menu\site.php:96 |
| 19 | JMenuSite->load() | JROOT\libraries\cms\menu\menu.php:74 |
| 18 | JMenu->__construct() | JROOT\libraries\cms\menu\site.php:57 |
| 17 | JMenuSite->__construct() | JROOT\libraries\cms\menu\menu.php:129 |
| 16 | JMenu::getInstance() | JROOT\libraries\cms\application\cms.php:444 |
| 15 | JApplicationCms->getMenu() | JROOT\libraries\cms\application\site.php:272 |
| 14 | JApplicationSite->getMenu() | JROOT\libraries\cms\router\site.php:59 |
| 13 | JRouterSite->__construct() | JROOT\libraries\cms\router\router.php:198 |
| 12 | JRouter::getInstance() | JROOT\libraries\cms\application\cms.php:549 |
| 11 | JApplicationCms::getRouter() | JROOT\libraries\cms\application\site.php:402 |
| 10 | JApplicationSite::getRouter() | JROOT\plugins\system\languagefilter\languagefilter.php:130 |
| 9 | PlgSystemLanguageFilter->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:684 |
| 4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:685 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 4.05 ms After last query: 45.94 ms Query memory: 0.026 MB Memory before query: 7.958 MB Rows returned: 36
SELECT `id`,`name`,`rules`,`parent_id`
FROM `spvle_assets`
WHERE `name` IN ('root.1','com_admin','com_advancedmodules','com_ajax','com_akeeba','com_akquickicons','com_associations','com_banners','com_cache','com_categories','com_checkin','com_chronoforms5','com_config','com_content','com_contenthistory','com_cpanel','com_fields','com_fieldsattach','com_finder','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_plugins','com_postinstall','com_redirect','com_search','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 341 | 10.85 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.39 ms |
| init | 0.08 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.18 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.94 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\access\access.php:427 |
| 18 | JAccess::preloadComponents() | JROOT\libraries\joomla\access\access.php:211 |
| 17 | JAccess::preload() | JROOT\libraries\joomla\access\access.php:529 |
| 16 | JAccess::getAssetRules() | JROOT\libraries\joomla\access\access.php:181 |
| 15 | JAccess::check() | JROOT\libraries\joomla\user\user.php:393 |
| 14 | JUser->authorise() | JROOT\plugins\system\advancedmodules\src\Document.php:28 |
| 13 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT\plugins\system\advancedmodules\src\Helper.php:32 |
| 12 | RegularLabs\Plugin\System\AdvancedModules\Helper->onAfterRoute() | Same as call in the line below. |
| 11 | call_user_func_array() | JROOT\plugins\system\advancedmodules\src\Plugin.php:92 |
| 10 | RegularLabs\Plugin\System\AdvancedModules\Plugin->run() | JROOT\plugins\system\advancedmodules\advancedmodules.php:54 |
| 9 | PlgSystemAdvancedModules->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1155 |
| 4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:795 |
| 3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.60 ms After last query: 7.20 ms Query memory: 0.019 MB Memory before query: 8.155 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `spvle_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1642 |
| 14 | JDatabaseDriver->loadObject() | JROOT\libraries\cms\library\helper.php:166 |
| 13 | JLibraryHelper::{closure}() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT\libraries\joomla\cache\controller\callback.php:169 |
| 11 | JCacheControllerCallback->get() | JROOT\libraries\cms\library\helper.php:174 |
| 10 | JLibraryHelper::loadLibrary() | JROOT\libraries\cms\library\helper.php:42 |
| 9 | JLibraryHelper::getLibrary() | JROOT\libraries\cms\library\helper.php:89 |
| 8 | JLibraryHelper::getParams() | JROOT\libraries\cms\version\version.php:270 |
| 7 | JVersion->getMediaVersion() | JROOT\libraries\joomla\factory.php:760 |
| 6 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
| 5 | JFactory::getDocument() | JROOT\libraries\joomla\application\web.php:1023 |
| 4 | JApplicationWeb->loadDocument() | JROOT\libraries\cms\application\site.php:130 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 29.63 ms After last query: 0.43 ms Query memory: 0.012 MB Memory before query: 8.156 MB
UPDATE `spvle_extensions`
SET `params` = '{\"mediaversion\":\"45a489408eb39dc851b77b2fe5cf8008\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | spvle_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.08 ms |
| updating | 0.09 ms |
| end | 0.01 ms |
| query end | 29.11 ms |
| closing tables | 0.03 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\cms\library\helper.php:116 |
| 9 | JLibraryHelper::saveParams() | JROOT\libraries\cms\version\version.php:321 |
| 8 | JVersion->setMediaVersion() | JROOT\libraries\cms\version\version.php:280 |
| 7 | JVersion->getMediaVersion() | JROOT\libraries\joomla\factory.php:760 |
| 6 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
| 5 | JFactory::getDocument() | JROOT\libraries\joomla\application\web.php:1023 |
| 4 | JApplicationWeb->loadDocument() | JROOT\libraries\cms\application\site.php:130 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 3.83 ms After last query: 6.08 ms Query memory: 0.010 MB Memory before query: 8.418 MB Rows returned: 1
SELECT id, home, template, s.params
FROM spvle_template_styles as s
LEFT JOIN spvle_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 | 2 | 2.50 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template | idx_template | 202 | keecheong_db.e.element | 1 | 50.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 3.03 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\application\site.php:485 |
| 4 | JApplicationSite->getTemplate() | JROOT\libraries\cms\application\site.php:165 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 4.73 ms After last query: 22.69 ms Query memory: 0.025 MB Memory before query: 9.045 MB Rows returned: 30
SHOW FULL COLUMNS
FROM `spvle_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `spvle_content`
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.48 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| Opening tables | 3.05 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| Sending data | 0.18 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.06 ms |
| closing tables | 0.01 ms |
| freeing items | 0.14 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:440 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\joomla\table\table.php:244 |
| 13 | JTable->getFields() | JROOT\libraries\joomla\table\table.php:163 |
| 12 | JTable->__construct() | JROOT\libraries\legacy\table\content.php:33 |
| 11 | JTableContent->__construct() | JROOT\libraries\joomla\table\table.php:311 |
| 10 | JTable::getInstance() | JROOT\components\com_content\models\article.php:250 |
| 9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.67 ms After last query: 14.21 ms Query memory: 0.023 MB Memory before query: 9.399 MB Rows returned: 1
SELECT *
FROM spvle_content
WHERE `id` = '95'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1445 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT\libraries\joomla\table\table.php:729 |
| 10 | JTable->load() | JROOT\components\com_content\models\article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 46.85 ms After last query: 0.43 ms Query memory: 0.013 MB Memory before query: 9.415 MB
UPDATE spvle_content
SET `hits` = (`hits` + 1)
WHERE `id` = '95'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | spvle_content | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.07 ms |
| updating | 0.17 ms |
| end | 0.02 ms |
| query end | 46.24 ms |
| closing tables | 0.03 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\table\table.php:1240 |
| 10 | JTable->hit() | JROOT\components\com_content\models\article.php:252 |
| 9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 12.12 ms After last query: 6.58 ms Query memory: 0.027 MB Memory before query: 9.613 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM spvle_content AS a
INNER JOIN spvle_categories AS c
on c.id = a.catid
LEFT JOIN spvle_users AS u
on u.id = a.created_by
LEFT JOIN spvle_categories as parent
ON parent.id = c.parent_id
LEFT JOIN spvle_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 95
AND c.published > 0
AND a.language in ('en-GB','*')
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-08-05 22:55:02')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-08-05 22:55:02')
AND (a.state = 1 OR a.state =2)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_state,idx_catid,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | v | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| Status | Duration |
|---|
| starting | 0.25 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 10.94 ms |
| init | 0.13 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.20 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.17 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1642 |
| 13 | JDatabaseDriver->loadObject() | JROOT\components\com_content\models\article.php:148 |
| 12 | ContentModelArticle->getItem() | JROOT\libraries\legacy\view\legacy.php:422 |
| 11 | JViewLegacy->get() | JROOT\components\com_content\views\article\view.html.php:42 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.28 ms After last query: 12.76 ms Query memory: 0.035 MB Memory before query: 9.894 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM spvle_categories as c
LEFT JOIN spvle_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.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=54
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,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 41 | 27.64 | Using where |
| Status | Duration |
|---|
| starting | 0.22 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.09 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.25 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.24 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT\libraries\legacy\categories\categories.php:304 |
| 21 | JCategories->_load() | JROOT\libraries\legacy\categories\categories.php:184 |
| 20 | JCategories->get() | JROOT\components\com_content\router.php:72 |
| 19 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT\libraries\cms\component\router\view.php:117 |
| 17 | JComponentRouterView->getPath() | JROOT\libraries\cms\component\router\rules\menu.php:82 |
| 16 | JComponentRouterRulesMenu->preprocess() | JROOT\libraries\cms\component\router\view.php:219 |
| 15 | JComponentRouterView->preprocess() | JROOT\libraries\cms\router\site.php:660 |
| 14 | JRouterSite->processBuildRules() | JROOT\libraries\cms\router\router.php:267 |
| 13 | JRouter->build() | JROOT\libraries\cms\router\site.php:149 |
| 12 | JRouterSite->build() | JROOT\libraries\joomla\application\route.php:62 |
| 11 | JRoute::_() | JROOT\components\com_content\views\article\view.html.php:71 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 6.56 ms After last query: 1.49 ms Query memory: 0.024 MB Memory before query: 9.956 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `spvle_contentitem_tag_map` AS m
INNER JOIN `spvle_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 95
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 | 1 | 100.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | keecheong_db.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 5.75 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.15 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\helper\tags.php:450 |
| 11 | JHelperTags->getItemTags() | JROOT\components\com_content\views\article\view.html.php:180 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 10.91 ms After last query: 32.25 ms Query memory: 0.031 MB Memory before query: 10.830 MB Rows returned: 0
SELECT 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
FROM spvle_fields AS a
LEFT JOIN `spvle_languages` AS l
ON l.lang_code = a.language
LEFT JOIN spvle_users AS uc
ON uc.id=a.checked_out
LEFT JOIN spvle_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN spvle_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN spvle_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `spvle_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 (54,0,41))
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)
AND a.language in ('*','en-GB')
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_language | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | keecheong_db.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | keecheong_db.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | keecheong_db.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | keecheong_db.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | keecheong_db.a.group_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | keecheong_db.a.id | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.22 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 9.73 ms |
| init | 0.11 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.19 ms |
| preparing | 0.08 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.14 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT\libraries\legacy\model\legacy.php:307 |
| 18 | JModelLegacy->_getList() | JROOT\administrator\components\com_fields\models\fields.php:326 |
| 17 | FieldsModelFields->_getList() | JROOT\libraries\legacy\model\list.php:186 |
| 16 | JModelList->getItems() | JROOT\administrator\components\com_fields\helpers\fields.php:134 |
| 15 | FieldsHelper::getFields() | JROOT\plugins\system\fields\fields.php:378 |
| 14 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:190 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.34 ms After last query: 11.78 ms Query memory: 0.026 MB Memory before query: 11.299 MB Rows returned: 6
SELECT *
FROM spvle_extensions as a
WHERE a.folder = "fieldsattachment"
AND a.enabled= 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 199 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.81 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:95 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.44 ms After last query: 3.87 ms Query memory: 0.022 MB Memory before query: 11.515 MB Rows returned: 1
SELECT a.catid, a.language
FROM spvle_content as a
WHERE a.id=95
| 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 |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1642 |
| 17 | JDatabaseDriver->loadObject() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:602 |
| 16 | fieldsattachHelper::getfieldsForAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:98 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 3.81 ms After last query: 0.23 ms Query memory: 0.027 MB Memory before query: 11.537 MB Rows returned: 0
SELECT a.access as access, a.id as idgroup, a.title as titlegroup , a.description as descriptiongroup, a.position, a.catid, a.language, a.recursive, b.*
FROM spvle_fieldsattach_groups as a
INNER JOIN spvle_fieldsattach as b
ON a.id = b.groupid
WHERE a.catid = 0
AND a.published=1
AND b.published = 1
AND a.group_for=0
AND (a.language="en-GB" OR a.language="*" )
AND (b.language="en-GB" OR b.language="*")
ORDER BY a.ordering, a.title, b.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | keecheong_db.b.groupid | 1 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 2.60 ms |
| init | 0.09 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.45 ms |
| Creating sort index | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.05 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:618 |
| 16 | fieldsattachHelper::getfieldsForAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:98 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.38 ms After last query: 0.27 ms Query memory: 0.022 MB Memory before query: 11.558 MB Rows returned: 1
SELECT a.catid, a.language
FROM spvle_content as a
WHERE a.id=95
| 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 |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1642 |
| 17 | JDatabaseDriver->loadObject() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:679 |
| 16 | fieldsattachHelper::getfields() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:102 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.29 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 11.580 MB Rows returned: 1
SELECT parent_id
FROM spvle_categories as a
WHERE a.id=54
| 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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1720 |
| 18 | JDatabaseDriver->loadResult() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:899 |
| 17 | fieldsattachHelper::recursivecat() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:696 |
| 16 | fieldsattachHelper::getfields() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:102 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.27 ms After last query: 0.21 ms Query memory: 0.024 MB Memory before query: 11.602 MB Rows returned: 1
SELECT parent_id
FROM spvle_categories as a
WHERE a.id=41
| 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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1720 |
| 19 | JDatabaseDriver->loadResult() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:899 |
| 18 | fieldsattachHelper::recursivecat() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:903 |
| 17 | fieldsattachHelper::recursivecat() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:696 |
| 16 | fieldsattachHelper::getfields() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:102 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.26 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 11.626 MB Rows returned: 1
SELECT parent_id
FROM spvle_categories as a
WHERE a.id=1
| 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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1720 |
| 20 | JDatabaseDriver->loadResult() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:899 |
| 19 | fieldsattachHelper::recursivecat() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:903 |
| 18 | fieldsattachHelper::recursivecat() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:903 |
| 17 | fieldsattachHelper::recursivecat() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:696 |
| 16 | fieldsattachHelper::getfields() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:102 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.24 ms After last query: 0.20 ms Query memory: 0.029 MB Memory before query: 11.651 MB Rows returned: 8
SELECT a.access as access, a.id as idgroup, a.title as titlegroup, a.description as descriptiongroup, a.position, a.catid, a.language, a.recursive, b.*
FROM spvle_fieldsattach_groups as a
INNER JOIN spvle_fieldsattach as b
ON a.id = b.groupid
WHERE a.published=1
AND b.published = 1
AND a.group_for = 0
AND (a.language="en-GB" OR a.language="*" )
AND (b.language="en-GB" OR b.language="*")
ORDER BY a.ordering, a.title, b.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | keecheong_db.b.groupid | 1 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.48 ms |
| Creating sort index | 0.16 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.05 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:716 |
| 16 | fieldsattachHelper::getfields() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:102 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.33 ms After last query: 0.38 ms Query memory: 0.022 MB Memory before query: 11.671 MB Rows returned: 1
SELECT a.catid, a.language
FROM spvle_content as a
WHERE a.id=95
| 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 |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1642 |
| 17 | JDatabaseDriver->loadObject() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:932 |
| 16 | fieldsattachHelper::getfieldsForArticlesid() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:107 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.20 ms After last query: 0.19 ms Query memory: 0.029 MB Memory before query: 11.694 MB Rows returned: 9
SELECT a.access as access, a.id as idgroup, a.title as titlegroup , a.description as descriptiongroup ,a.position, a.catid, a.language, a.recursive, b.*, a.articlesid
FROM spvle_fieldsattach_groups as a
INNER JOIN spvle_fieldsattach as b
ON a.id = b.groupid
WHERE a.published=1
AND b.published = 1
AND (a.language="en-GB" OR a.language="*" )
AND (b.language="en-GB" OR b.language="*")
ORDER BY a.ordering, a.title, b.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | keecheong_db.b.groupid | 1 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.47 ms |
| Creating sort index | 0.18 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.05 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT\administrator\components\com_fieldsattach\helpers\fieldsattach.php:952 |
| 16 | fieldsattachHelper::getfieldsForArticlesid() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:107 |
| 15 | plgContentfieldsattachment->getAll() | JROOT\plugins\content\fieldsattachment\fieldsattachment.php:83 |
| 14 | plgContentfieldsattachment->onContentBeforeDisplay() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 12 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT\components\com_content\views\article\view.html.php:196 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.91 ms After last query: 25.90 ms Query memory: 0.023 MB Memory before query: 12.428 MB Rows returned: 0
SELECT a.*
FROM spvle_fieldsattach_images as a
WHERE a.published>0
AND a.fieldsattachid = 1
AND a.articleid= 95
ORDER BY a.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 0.45 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.24 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.18 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT\components\com_fieldsattach\helpers\fieldattach.php:478 |
| 14 | fieldattach::getGallery() | JROOT\templates\keecheong\html\com_content\article\default.php:24 |
| 13 | include JROOT\templates\keecheong\html\com_content\article\default.php | JROOT\libraries\legacy\view\legacy.php:694 |
| 12 | JViewLegacy->loadTemplate() | JROOT\libraries\legacy\view\legacy.php:229 |
| 11 | JViewLegacy->display() | JROOT\components\com_content\views\article\view.html.php:207 |
| 10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
| 8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:39 |
| 6 | require_once JROOT\components\com_content\content.php | JROOT\libraries\cms\component\helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:364 |
| 4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 3.06 ms After last query: 8.38 ms Query memory: 0.015 MB Memory before query: 12.435 MB Rows returned: 3
SELECT language,id
FROM `spvle_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_menu | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 35 | 1.52 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.38 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\language\multilang.php:106 |
| 9 | JLanguageMultilang::getSiteHomePages() | JROOT\plugins\system\languagefilter\languagefilter.php:718 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.34 ms After last query: 0.53 ms Query memory: 0.022 MB Memory before query: 12.455 MB Rows returned: 1
SELECT `alias`
FROM `spvle_content`
WHERE id = '95'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1720 |
| 18 | JDatabaseDriver->loadResult() | JROOT\components\com_content\router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT\libraries\cms\component\router\view.php:117 |
| 15 | JComponentRouterView->getPath() | JROOT\libraries\cms\component\router\rules\menu.php:82 |
| 14 | JComponentRouterRulesMenu->preprocess() | JROOT\libraries\cms\component\router\view.php:219 |
| 13 | JComponentRouterView->preprocess() | JROOT\libraries\cms\router\site.php:660 |
| 12 | JRouterSite->processBuildRules() | JROOT\libraries\cms\router\router.php:267 |
| 11 | JRouter->build() | JROOT\libraries\cms\router\site.php:149 |
| 10 | JRouterSite->build() | JROOT\libraries\joomla\application\route.php:62 |
| 9 | JRoute::_() | JROOT\plugins\system\languagefilter\languagefilter.php:729 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 2.85 ms After last query: 0.35 ms Query memory: 0.031 MB Memory before query: 12.480 MB Rows returned: 0
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM spvle_categories as c
LEFT JOIN spvle_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.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=95
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 2.19 ms |
| init | 0.09 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| executing | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT\libraries\legacy\categories\categories.php:304 |
| 19 | JCategories->_load() | JROOT\libraries\legacy\categories\categories.php:184 |
| 18 | JCategories->get() | JROOT\components\com_content\router.php:72 |
| 17 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT\libraries\cms\component\router\view.php:121 |
| 15 | JComponentRouterView->getPath() | JROOT\libraries\cms\component\router\rules\menu.php:82 |
| 14 | JComponentRouterRulesMenu->preprocess() | JROOT\libraries\cms\component\router\view.php:219 |
| 13 | JComponentRouterView->preprocess() | JROOT\libraries\cms\router\site.php:660 |
| 12 | JRouterSite->processBuildRules() | JROOT\libraries\cms\router\router.php:267 |
| 11 | JRouter->build() | JROOT\libraries\cms\router\site.php:149 |
| 10 | JRouterSite->build() | JROOT\libraries\joomla\application\route.php:62 |
| 9 | JRoute::_() | JROOT\plugins\system\languagefilter\languagefilter.php:729 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 6.92 ms After last query: 3.57 ms Query memory: 0.015 MB Memory before query: 12.561 MB Rows returned: 0
SELECT `c2`.`language`,`c2`.`id`
FROM `spvle_menu` AS `c`
INNER JOIN `spvle_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `spvle_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `spvle_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 146
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 6.27 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.13 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\language\associations.php:101 |
| 10 | JLanguageAssociations::getAssociations() | JROOT\administrator\components\com_menus\helpers\menus.php:314 |
| 9 | MenusHelper::getAssociations() | JROOT\plugins\system\languagefilter\languagefilter.php:735 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 2.94 ms After last query: 3.44 ms Query memory: 0.016 MB Memory before query: 12.599 MB Rows returned: 2
SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `spvle_content` AS `c`
INNER JOIN `spvle_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `spvle_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `spvle_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `spvle_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content'
WHERE c.id = 95| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_key | PRIMARY | 206 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a2 | NULL | ref | idx_key | idx_key | 128 | const | 2 | 100.00 | Using index |
| 1 | SIMPLE | c2 | NULL | eq_ref | PRIMARY,idx_catid | PRIMARY | 4 | keecheong_db.a2.id | 1 | 100.00 | Using where |
| 1 | SIMPLE | ca | NULL | eq_ref | PRIMARY,cat_idx | PRIMARY | 4 | keecheong_db.c2.catid | 1 | 82.93 | Using where |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 2.13 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.21 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\language\associations.php:101 |
| 11 | JLanguageAssociations::getAssociations() | JROOT\components\com_content\helpers\association.php:43 |
| 10 | ContentHelperAssociation::getAssociations() | Same as call in the line below. |
| 9 | call_user_func() | JROOT\plugins\system\languagefilter\languagefilter.php:750 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.93 ms After last query: 0.79 ms Query memory: 0.032 MB Memory before query: 12.622 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM spvle_categories as c
LEFT JOIN spvle_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.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=15
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,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 41 | 27.64 | Using where |
| Status | Duration |
|---|
| starting | 0.16 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.18 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.18 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT\libraries\legacy\categories\categories.php:304 |
| 19 | JCategories->_load() | JROOT\libraries\legacy\categories\categories.php:184 |
| 18 | JCategories->get() | JROOT\components\com_content\router.php:72 |
| 17 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT\libraries\cms\component\router\view.php:117 |
| 15 | JComponentRouterView->getPath() | JROOT\libraries\cms\component\router\rules\menu.php:82 |
| 14 | JComponentRouterRulesMenu->preprocess() | JROOT\libraries\cms\component\router\view.php:219 |
| 13 | JComponentRouterView->preprocess() | JROOT\libraries\cms\router\site.php:660 |
| 12 | JRouterSite->processBuildRules() | JROOT\libraries\cms\router\router.php:267 |
| 11 | JRouter->build() | JROOT\libraries\cms\router\site.php:149 |
| 10 | JRouterSite->build() | JROOT\libraries\joomla\application\route.php:62 |
| 9 | JRoute::_() | JROOT\plugins\system\languagefilter\languagefilter.php:777 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 6.01 ms After last query: 12.02 ms Query memory: 0.026 MB Memory before query: 12.950 MB Rows returned: 9
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM spvle_modules AS m
LEFT JOIN spvle_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN spvle_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | published,newsfeeds,idx_language | published | 5 | NULL | 18 | 8.44 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | keecheong_db.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | am | NULL | eq_ref | PRIMARY | PRIMARY | 4 | keecheong_db.m.id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 4.60 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.15 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.71 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\advancedmodules\src\Helpers\advancedmodulehelper.php:403 |
| 16 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT\plugins\system\advancedmodules\src\Helpers\advancedmodulehelper.php:124 |
| 15 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT\libraries\joomla\event\dispatcher.php:165 |
| 13 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 12 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\module\helper.php:355 |
| 11 | JModuleHelper::load() | JROOT\libraries\cms\module\helper.php:84 |
| 10 | JModuleHelper::getModules() | JROOT\libraries\joomla\document\html.php:576 |
| 9 | JDocumentHtml->countModules() | JROOT\templates\keecheong\includes\params.php:10 |
| 8 | include_once JROOT\templates\keecheong\includes\params.php | JROOT\templates\keecheong\index.php:4 |
| 7 | require JROOT\templates\keecheong\index.php | JROOT\libraries\joomla\document\html.php:653 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:715 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:530 |
| 4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1102 |
| 3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:777 |
| 2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.60 ms After last query: 65.94 ms Query memory: 0.021 MB Memory before query: 13.593 MB Rows returned: 1
SELECT *
FROM spvle_content
WHERE `id` = '95'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | spvle_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1445 |
| 9 | JDatabaseDriver->loadAssoc() | JROOT\libraries\joomla\table\table.php:729 |
| 8 | JTable->load() | JROOT\templates\keecheong\index.php:83 |
| 7 | require JROOT\templates\keecheong\index.php | JROOT\libraries\joomla\document\html.php:653 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:715 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:530 |
| 4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1102 |
| 3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:777 |
| 2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:271 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
3 × SELECT parent_id
FROM spvle_categories as a
3 × SELECT a.catid, a.language
FROM spvle_content as a
3 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM spvle_categories as c
LEFT JOIN spvle_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
2 × SELECT *
FROM spvle_content
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `spvle_extensions`
1 × SELECT a.access as access, a.id as idgroup, a.title as titlegroup, a.description as descriptiongroup, a.position, a.catid, a.language, a.recursive, b.*
FROM spvle_fieldsattach_groups as a
INNER JOIN spvle_fieldsattach as b
ON a.id = b.groupid
1 × SELECT a.access as access, a.id as idgroup, a.title as titlegroup , a.description as descriptiongroup, a.position, a.catid, a.language, a.recursive, b.*
FROM spvle_fieldsattach_groups as a
INNER JOIN spvle_fieldsattach as b
ON a.id = b.groupid
1 × SELECT a.access as access, a.id as idgroup, a.title as titlegroup , a.description as descriptiongroup ,a.position, a.catid, a.language, a.recursive, b.*, a.articlesid
FROM spvle_fieldsattach_groups as a
INNER JOIN spvle_fieldsattach as b
ON a.id = b.groupid
1 × SELECT `session_id`
FROM `spvle_session`
1 × SELECT a.*
FROM spvle_fieldsattach_images as a
1 × SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `spvle_content` AS `c`
INNER JOIN `spvle_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `spvle_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `spvle_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `spvle_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content'1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM spvle_modules AS m
LEFT JOIN spvle_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN spvle_advancedmodules as am
ON am.moduleid = m.id
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `spvle_menu` AS `c`
INNER JOIN `spvle_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `spvle_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `spvle_menu` AS `c2`
ON a2.id = c2.`id`
1 × SELECT `alias`
FROM `spvle_content`
1 × SELECT language,id
FROM `spvle_menu`
1 × SELECT *
FROM spvle_extensions as a
1 × SELECT 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
FROM spvle_fields AS a
LEFT JOIN `spvle_languages` AS l
ON l.lang_code = a.language
LEFT JOIN spvle_users AS uc
ON uc.id=a.checked_out
LEFT JOIN spvle_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN spvle_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN spvle_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `spvle_fields_categories` AS fc
ON fc.field_id = a.id
1 × SELECT `element`,`name`,`client_id`,`extension_id`
FROM `spvle_extensions`
1 × SELECT *
FROM spvle_languages
1 × SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM spvle_extensions
1 × SELECT b.id
FROM spvle_usergroups AS a
LEFT JOIN spvle_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM spvle_menu AS m
LEFT JOIN spvle_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `spvle_assets`
1 × SELECT `m`.`tag_id`,`t`.*
FROM `spvle_contentitem_tag_map` AS m
INNER JOIN `spvle_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × SELECT `data`
FROM `spvle_session`
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM spvle_content AS a
INNER JOIN spvle_categories AS c
on c.id = a.catid
LEFT JOIN spvle_users AS u
on u.id = a.created_by
LEFT JOIN spvle_categories as parent
ON parent.id = c.parent_id
LEFT JOIN spvle_content_rating AS v
ON a.id = v.content_id
1 × SELECT id, home, template, s.params
FROM spvle_template_styles as s
LEFT JOIN spvle_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT id, rules
FROM `spvle_viewlevels