Query Time: 1.26 ms Query memory: 0.023 MB Memory before query: 1.037 MB Rows returned: 0
SELECT `data`
FROM `jos_session`
WHERE `session_id` = X'3464343261646336396437326466643834613034323438343031663161326566'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:832 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:392 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.53 ms After last query: 0.78 ms Query memory: 0.020 MB Memory before query: 1.051 MB Rows returned: 0
SELECT `session_id`
FROM `jos_session`
WHERE `session_id` = X'3464343261646336396437326466643834613034323438343031663161326566'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:834 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:392 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 2.41 ms After last query: 0.31 ms Query memory: 0.004 MB Memory before query: 1.056 MB
INSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3464343261646336396437326466643834613034323438343031663161326566', 1, 1781236201, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3464343261646336396437326466643834613034323438343031663161326566', 1, 1781236201, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:834 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:392 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.23 ms After last query: 2.44 ms Query memory: 0.024 MB Memory before query: 1.088 MB Rows returned: 35
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | extension | extension | 82 | const | 37 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 1.78 ms Query memory: 0.021 MB Memory before query: 1.114 MB Rows returned: 7
SELECT id, rules
FROM `jos_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.94 ms After last query: 0.46 ms Query memory: 0.021 MB Memory before query: 1.127 MB Rows returned: 2
SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.28 ms After last query: 1.09 ms Query memory: 0.026 MB Memory before query: 1.148 MB Rows returned: 57
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM jos_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 | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 231 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.20 ms After last query: 13.65 ms Query memory: 0.028 MB Memory before query: 1.536 MB Rows returned: 13
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 jos_menu AS m
LEFT JOIN jos_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 | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 25 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:423 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:539 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1147 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.89 ms After last query: 6.52 ms Query memory: 0.021 MB Memory before query: 1.708 MB Rows returned: 1
SELECT `query`
FROM jos_osrs_urls
WHERE md5_key="cdc6bc1b8fecd11082193674596bb79a"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:813 |
| 9 | OspropertyRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1148 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.29 ms After last query: 0.61 ms Query memory: 0.021 MB Memory before query: 1.716 MB Rows returned: 3
SELECT id, home, template, s.params
FROM jos_template_styles as s
LEFT JOIN jos_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 | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | func,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/t3/includes/core/t3.php:353 |
| 9 | T3::detect() | JROOT/plugins/system/t3/t3.php:87 |
| 8 | plgSystemT3->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1196 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 12.48 ms After last query: 3.85 ms Query memory: 0.020 MB Memory before query: 1.818 MB Rows returned: 1
Select count(id)
from jos_osrs_init
where `name` like 'import_city'
and `value` like '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_init | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/initosproperty/initosproperty.php:21 |
| 8 | plgSystemInitOSProperty->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1196 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 12.05 ms After last query: 1.23 ms Query memory: 0.022 MB Memory before query: 1.843 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1131 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.99 ms After last query: 0.68 ms Query memory: 0.005 MB Memory before query: 1.833 MB
UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"53d6c08f4f194783d4d64b3aef7c6947\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"53d6c08f4f194783d4d64b3aef7c6947\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1131 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.89 ms After last query: 1.38 ms Query memory: 0.019 MB Memory before query: 1.853 MB Rows returned: 1
SELECT *
FROM jos_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.56 ms After last query: 11.19 ms Query memory: 0.020 MB Memory before query: 2.271 MB Rows returned: 1
Select count(id)
from jos_osrs_configuration
where fieldname like 'integrate_membership'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_configuration | range | fieldname | fieldname | 768 | NULL | 4 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/libraries/libraries.php:22 |
| 7 | OSLibraries::checkMembership() | JROOT/components/com_osproperty/osproperty.php:45 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 0.15 ms Query memory: 0.004 MB Memory before query: 2.276 MB
UPDATE jos_osrs_configuration
SET fieldvalue = '0'
WHERE fieldname LIKE 'integrate_membership'
EXPLAIN not possible on query: UPDATE jos_osrs_configuration SET fieldvalue = '0' WHERE fieldname LIKE 'integrate_membership'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/components/com_osproperty/helpers/libraries/libraries.php:25 |
| 7 | OSLibraries::checkMembership() | JROOT/components/com_osproperty/osproperty.php:45 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.78 ms After last query: 1.15 ms Query memory: 0.052 MB Memory before query: 2.292 MB Rows returned: 431
Select *
from jos_osrs_configuration
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 422 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 7 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/osproperty.php:57 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.15 ms After last query: 0.84 ms Query memory: 0.020 MB Memory before query: 2.543 MB Rows returned: 1
Select *
from jos_osrs_currencies
where id = '57'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_currencies | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 7 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/osproperty.php:68 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.69 ms After last query: 0.28 ms Query memory: 0.020 MB Memory before query: 2.550 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 8 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 7 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/osproperty.php:80 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.31 ms After last query: 0.28 ms Query memory: 0.052 MB Memory before query: 2.555 MB Rows returned: 431
Select *
from jos_osrs_configuration
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 422 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:27 |
| 8 | OSPHelper::loadConfig() | JROOT/components/com_osproperty/helpers/helper.php:950 |
| 7 | OSPHelper::loadBootstrap() | JROOT/components/com_osproperty/osproperty.php:88 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.45 ms After last query: 0.94 ms Query memory: 0.021 MB Memory before query: 2.814 MB Rows returned: 1
Select *
from jos_osrs_currencies
where id = '57'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_currencies | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:38 |
| 8 | OSPHelper::loadConfig() | JROOT/components/com_osproperty/helpers/helper.php:950 |
| 7 | OSPHelper::loadBootstrap() | JROOT/components/com_osproperty/osproperty.php:88 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.36 ms After last query: 2.00 ms Query memory: 0.051 MB Memory before query: 2.373 MB Rows returned: 431
SELECT *
FROM jos_osrs_configuration
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 422 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 7 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/osproperty.php:119 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.86 ms After last query: 1.42 ms Query memory: 0.021 MB Memory before query: 2.423 MB Rows returned: 1
Select *
from jos_osrs_themes
where published = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:4434 |
| 7 | OSPHelper::loadThemeStyle() | JROOT/components/com_osproperty/osproperty.php:214 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.36 ms After last query: 1.22 ms Query memory: 0.062 MB Memory before query: 2.428 MB Rows returned: 1
Select *
from jos_osrs_properties
where id = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:3355 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.07 ms After last query: 0.44 ms Query memory: 0.022 MB Memory before query: 2.446 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3370 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.92 ms After last query: 0.30 ms Query memory: 0.022 MB Memory before query: 2.452 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3372 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.94 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.458 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3374 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.07 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 2.462 MB Rows returned: 1
Select fieldvalue
from jos_osrs_configuration
where fieldname like 'default_itemid'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_configuration | range | fieldname | fieldname | 768 | NULL | 8 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:31 |
| 9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3383 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.09 ms After last query: 0.15 ms Query memory: 0.021 MB Memory before query: 2.469 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from jos_osrs_properties as a
inner join jos_osrs_agents as b
on b.id = a.agent_id
left join jos_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:74 |
| 9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3383 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.73 ms After last query: 0.16 ms Query memory: 0.022 MB Memory before query: 2.476 MB Rows returned: 1
SELECT category_id
FROM jos_osrs_property_categories
WHERE pid="67"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3111 |
| 10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:85 |
| 9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3383 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 2.481 MB Rows returned: 0
Select id
from jos_menu
where published = '1'
and ((`link` like '%view=ldetails&id=67%') or (`link` like '%view=ldetails&id=67%'))
and `access` IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 67 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:104 |
| 9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3383 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.64 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 2.487 MB Rows returned: 2
Select *
from jos_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 67 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:110 |
| 9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3383 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.84 ms After last query: 0.19 ms Query memory: 0.022 MB Memory before query: 2.504 MB Rows returned: 1
Select count(id)
from jos_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '129'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:127 |
| 9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3383 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.96 ms After last query: 0.48 ms Query memory: 0.022 MB Memory before query: 2.506 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3437 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 2.512 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3444 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.60 ms Query memory: 0.021 MB Memory before query: 2.516 MB Rows returned: 0
Select a.*
from jos_osrs_tags as a
inner join jos_osrs_tag_xref as b
on b.tag_id = a.id
where b.pid = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3510 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.31 ms Query memory: 0.021 MB Memory before query: 2.523 MB Rows returned: 1
SELECT category_id
FROM jos_osrs_property_categories
WHERE pid = "67"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:3573 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 2.528 MB Rows returned: 1
Select id, parent_id,category_name as category_name
from jos_osrs_categories
where id = '12'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/common.php:2199 |
| 9 | HelperOspropertyCommon::getCatList() | JROOT/components/com_osproperty/classes/listing.php:3574 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 2.534 MB Rows returned: 0
Select id, parent_id,category_name as category_name
from jos_osrs_categories
where id = '0'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/common.php:2199 |
| 10 | HelperOspropertyCommon::getCatList() | JROOT/components/com_osproperty/helpers/common.php:2207 |
| 9 | HelperOspropertyCommon::getCatList() | JROOT/components/com_osproperty/classes/listing.php:3574 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 2.540 MB Rows returned: 1
Select *
from jos_osrs_types
where id = '10'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_types | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:3585 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.09 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 2.548 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3586 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.22 ms After last query: 0.56 ms Query memory: 0.021 MB Memory before query: 2.556 MB Rows returned: 3
SELECT id
FROM jos_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%ltype%" or `link` LIKE "%property_type%" or `link` LIKE "%type_id=10%" )
AND published = 1
and id in (101,159,127,129,133,134,101,159,127,129,133,134)
AND `access` IN (1,1,5)
ORDER BY access
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 6 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:405 |
| 9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3591 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.92 ms After last query: 0.40 ms Query memory: 0.021 MB Memory before query: 2.562 MB Rows returned: 0
SELECT id
FROM jos_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%property_type%" or `link` LIKE "%67%" )
AND published = 1
and id in (101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134)
AND `access` IN (1,1,5)
ORDER BY access
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 6 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:405 |
| 9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3598 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.67 ms After last query: 0.47 ms Query memory: 0.005 MB Memory before query: 2.564 MB
Update jos_osrs_properties
set hits = '813'
where id = '67'
EXPLAIN not possible on query: Update jos_osrs_properties set hits = '813' where id = '67'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/components/com_osproperty/classes/listing.php:3614 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.43 ms After last query: 0.57 ms Query memory: 0.005 MB Memory before query: 2.570 MB
Insert into jos_osrs_hit_statistic (id, pid, hit_date)
values (NULL,'67','2026-06-12')
EXPLAIN not possible on query: Insert into jos_osrs_hit_statistic (id, pid, hit_date) values (NULL,'67','2026-06-12')
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/components/com_osproperty/classes/listing.php:3619 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.49 ms After last query: 0.27 ms Query memory: 0.021 MB Memory before query: 2.575 MB Rows returned: 18
Select image
from jos_osrs_photos
where pro_id = '67'
order by ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_photos | ref | pro_id | pro_id | 5 | const | 18 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:3643 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.79 ms After last query: 0.56 ms Query memory: 0.022 MB Memory before query: 2.584 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3655 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.74 ms After last query: 0.52 ms Query memory: 0.022 MB Memory before query: 2.590 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:1549 |
| 10 | OSPHelper::loadCountryName() | JROOT/components/com_osproperty/helpers/helper.php:5564 |
| 9 | OSPHelper::getCountryName() | JROOT/components/com_osproperty/classes/listing.php:3666 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.02 ms After last query: 0.16 ms Query memory: 0.022 MB Memory before query: 2.594 MB Rows returned: 1
Select *
from jos_osrs_countries
where id = '194'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_countries | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:1552 |
| 10 | OSPHelper::loadCountryName() | JROOT/components/com_osproperty/helpers/helper.php:5564 |
| 9 | OSPHelper::getCountryName() | JROOT/components/com_osproperty/classes/listing.php:3666 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.48 ms After last query: 0.48 ms Query memory: 0.022 MB Memory before query: 2.602 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:1530 |
| 9 | OSPHelper::loadSateName() | JROOT/components/com_osproperty/classes/listing.php:3670 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 0.29 ms Query memory: 0.021 MB Memory before query: 2.606 MB Rows returned: 1
Select state_name
from jos_osrs_states
where id = '44'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_states | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.08 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1541 |
| 9 | OSPHelper::loadSateName() | JROOT/components/com_osproperty/classes/listing.php:3670 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.89 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 2.611 MB Rows returned: 1
select *
from jos_osrs_categories
where id = '12'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.34 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.14 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.12 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.02 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.07 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:3674 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.75 ms After last query: 0.28 ms Query memory: 0.021 MB Memory before query: 2.620 MB Rows returned: 1
SELECT id, category_name as category_name
FROM jos_osrs_categories
WHERE 1 = 1
and `access` IN (1,1,5)
and id in (Select category_id
from jos_osrs_property_categories
where pid ="67")
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | <subquery2> | ALL | distinct_key | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| 1 | PRIMARY | jos_osrs_categories | eq_ref | PRIMARY,access | PRIMARY | 4 | osprealetate.jos_osrs_property_categories.category_id | 1 | Using where |
| 2 | MATERIALIZED | jos_osrs_property_categories | ref | pid,category_id | pid | 5 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.35 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.08 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| table lock | 0.02 ms |
| init | 0.09 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.22 ms |
| Preparing | 0.18 ms |
| Executing | 0.01 ms |
| Sending data | 0.15 ms |
| End of update loop | 0.02 ms |
| Removing tmp table | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:3154 |
| 9 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:3675 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.99 ms After last query: 0.30 ms Query memory: 0.021 MB Memory before query: 2.630 MB Rows returned: 0
SELECT id
FROM jos_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%category_listing%" or `link` LIKE "%lcategory%" )
AND published = 1
and id in (101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134)
AND `access` IN (1,1,5)
ORDER BY access
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 6 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.15 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.10 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.07 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:405 |
| 10 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:3160 |
| 9 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:3675 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.50 ms After last query: 1.16 ms Query memory: 0.025 MB Memory before query: 2.634 MB Rows returned: 1
Select *
from jos_osrs_categories
where id = '12'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.03 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.08 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.06 ms |
| Query end | 0.31 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:126 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/helper.php:3164 |
| 9 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:3675 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.03 ms After last query: 0.28 ms Query memory: 0.025 MB Memory before query: 2.646 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.21 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.07 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.08 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.22 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 1.04 ms |
| Reset for next command | 0.06 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 18 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 17 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:127 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/helper.php:3164 |
| 9 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:3675 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.35 ms After last query: 0.26 ms Query memory: 0.025 MB Memory before query: 2.656 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.20 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.07 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.11 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.22 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.03 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 18 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 17 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:128 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/helper.php:3164 |
| 9 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:3675 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.71 ms After last query: 2.95 ms Query memory: 0.024 MB Memory before query: 2.728 MB Rows returned: 1
SELECT COUNT(id)
FROM jos_osrs_urls
WHERE md5_key like "66140cf0d3539ae75217b4cb99bf7b3c"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where |
| Status | Duration |
|---|
| Starting | 0.36 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.07 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.06 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.19 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.08 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.02 ms |
| Updating status | 1.21 ms |
| Reset for next command | 0.05 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:784 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/helper.php:3164 |
| 9 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:3675 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.73 ms After last query: 0.50 ms Query memory: 0.021 MB Memory before query: 2.730 MB Rows returned: 1
select *
from jos_osrs_types
where id = '10'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_types | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.12 ms |
| After opening tables | 0.03 ms |
| System lock | 0.01 ms |
| table lock | 0.03 ms |
| init | 0.07 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.10 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.06 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:3679 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.05 ms After last query: 0.21 ms Query memory: 0.022 MB Memory before query: 2.738 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.15 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.16 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.06 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.19 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3680 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.85 ms After last query: 0.93 ms Query memory: 0.021 MB Memory before query: 2.756 MB Rows returned: 3
Select a.*
from jos_osrs_amenities as a
inner join jos_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '67'
and a.category_id = '0'
order by a.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 487 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.b.amen_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.02 ms |
| table lock | 0.02 ms |
| init | 0.05 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.06 ms |
| Preparing | 0.04 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.30 ms |
| Creating sort index | 0.05 ms |
| Removing tmp table | 0.06 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.06 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3783 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.84 ms After last query: 0.23 ms Query memory: 0.022 MB Memory before query: 2.766 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.09 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.15 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 2.40 ms |
| Reset for next command | 0.13 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3818 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.97 ms After last query: 0.24 ms Query memory: 0.022 MB Memory before query: 2.771 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.06 ms |
| Optimizing | 0.18 ms |
| Statistics | 0.08 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.17 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.76 ms |
| Reset for next command | 0.15 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3818 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.57 ms After last query: 0.19 ms Query memory: 0.022 MB Memory before query: 2.777 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.12 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.75 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3818 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.15 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 2.790 MB Rows returned: 0
Select a.*
from jos_osrs_amenities as a
inner join jos_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '67'
and a.category_id = '1'
order by a.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 487 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.b.amen_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.17 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.06 ms |
| Preparing | 0.06 ms |
| Creating tmp table | 0.07 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.23 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.06 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.87 ms |
| Reset for next command | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3783 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.68 ms After last query: 0.14 ms Query memory: 0.021 MB Memory before query: 2.799 MB Rows returned: 3
Select a.*
from jos_osrs_amenities as a
inner join jos_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '67'
and a.category_id = '2'
order by a.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 487 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.b.amen_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.05 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.05 ms |
| Preparing | 0.04 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.35 ms |
| Creating sort index | 0.05 ms |
| Removing tmp table | 0.03 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.27 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3783 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.05 ms After last query: 0.27 ms Query memory: 0.022 MB Memory before query: 2.808 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.17 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3818 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.22 ms Query memory: 0.022 MB Memory before query: 2.814 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.08 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3818 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.13 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.820 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.04 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.41 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.08 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3818 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 0.18 ms Query memory: 0.021 MB Memory before query: 2.823 MB Rows returned: 0
Select a.*
from jos_osrs_amenities as a
inner join jos_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '67'
and a.category_id = '3'
order by a.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 487 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.b.amen_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.27 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.08 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3783 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.33 ms After last query: 0.11 ms Query memory: 0.021 MB Memory before query: 2.827 MB Rows returned: 0
Select a.*
from jos_osrs_amenities as a
inner join jos_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '67'
and a.category_id = '4'
order by a.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 487 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.b.amen_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.19 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.06 ms |
| Preparing | 0.04 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.30 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.03 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3783 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.30 ms After last query: 0.15 ms Query memory: 0.021 MB Memory before query: 2.832 MB Rows returned: 1
Select a.*
from jos_osrs_amenities as a
inner join jos_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '67'
and a.category_id = '5'
order by a.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 487 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.b.amen_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.02 ms |
| table lock | 0.02 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.27 ms |
| Creating sort index | 0.04 ms |
| Removing tmp table | 0.03 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.02 ms |
| Updating status | 1.21 ms |
| Reset for next command | 0.07 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3783 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 8.03 ms After last query: 0.28 ms Query memory: 0.022 MB Memory before query: 2.840 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.19 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 9 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:3818 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.05 ms After last query: 0.41 ms Query memory: 0.021 MB Memory before query: 2.844 MB Rows returned: 0
Select a.*
from jos_osrs_amenities as a
inner join jos_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '67'
and a.category_id = '6'
order by a.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 487 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.b.amen_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.41 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.09 ms |
| Optimizing | 0.07 ms |
| Statistics | 0.08 ms |
| Preparing | 0.10 ms |
| Creating tmp table | 0.07 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.28 ms |
| Creating sort index | 0.04 ms |
| Removing tmp table | 0.06 ms |
| Creating sort index | 0.04 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.06 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3783 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.54 ms After last query: 0.21 ms Query memory: 0.021 MB Memory before query: 2.848 MB Rows returned: 0
Select a.*
from jos_osrs_amenities as a
inner join jos_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '67'
and a.category_id = '7'
order by a.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 487 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.b.amen_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.33 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.04 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.09 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.08 ms |
| Preparing | 0.06 ms |
| Creating tmp table | 0.08 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.34 ms |
| Creating sort index | 0.05 ms |
| Removing tmp table | 0.06 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.03 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3783 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.99 ms After last query: 0.16 ms Query memory: 0.021 MB Memory before query: 2.854 MB Rows returned: 0
Select a.*
from jos_osrs_amenities as a
inner join jos_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '67'
and a.category_id = '8'
order by a.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 487 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.b.amen_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.21 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| table lock | 0.02 ms |
| init | 0.06 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.09 ms |
| Preparing | 0.06 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.26 ms |
| Creating sort index | 0.04 ms |
| Removing tmp table | 0.04 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.03 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3783 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.94 ms After last query: 0.27 ms Query memory: 0.021 MB Memory before query: 2.845 MB Rows returned: 0
Select *
from jos_osrs_fieldgroups
where published = '1'
and `access` IN (1,1,5)
order by ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_fieldgroups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.21 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3846 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.17 ms Query memory: 0.021 MB Memory before query: 2.850 MB Rows returned: 1
Select *
from jos_osrs_agents
where id = '5'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_agents | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.05 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.02 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.10 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:3867 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.02 ms After last query: 0.26 ms Query memory: 0.022 MB Memory before query: 2.859 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.21 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.21 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 10 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:1530 |
| 9 | OSPHelper::loadSateName() | JROOT/components/com_osproperty/classes/listing.php:3875 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.12 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 2.862 MB Rows returned: 1
Select count(id)
from jos_osrs_properties
where published = '1'
and approved = '1'
and agent_id = '5'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_properties | ref | published,approved | published | 2 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.03 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.12 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.30 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:3878 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.13 ms After last query: 0.52 ms Query memory: 0.022 MB Memory before query: 2.875 MB Rows returned: 1
SELECT category_id
FROM jos_osrs_property_categories
WHERE pid="67"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.11 ms |
| Preparing | 0.07 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.04 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3111 |
| 10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/helper.php:6286 |
| 9 | OSPHelper::generateRelatedProperties() | JROOT/components/com_osproperty/classes/listing.php:3970 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.00 ms After last query: 0.14 ms Query memory: 0.060 MB Memory before query: 2.880 MB Rows returned: 0
SELECT pr.*
, ci.city AS city_name
, st.state_name
, co.country_name
, ty.type_name, ty.id as type_id, ( 3959 * acos( cos( radians('35.19629') ) *
cos( radians( pr.lat_add ) ) * cos( radians( pr.long_add ) - radians('-101.85819') ) +
sin( radians('35.19629') ) * sin( radians( pr.lat_add ) ) ) )
AS distance
FROM jos_osrs_properties as pr
LEFT JOIN jos_osrs_cities AS ci
ON ci.id = pr.city
LEFT JOIN jos_osrs_states AS st
ON st.id = pr.state
LEFT JOIN jos_osrs_countries AS co
ON co.id = pr.country
INNER JOIN jos_osrs_types AS ty
ON ty.id = pr.pro_type
WHERE pr.approved = '1'
and pr.published = '1'
AND pr.access IN (1,1,5)
AND pr.id <> '67'
AND pr.state = '44'
AND pr.city = '24649'
HAVING distance < '5'
ORDER BY distance ASC, pr.isFeatured desc
LIMIT 5| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pr | ref | PRIMARY,published,approved,access | published | 2 | const | 1 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | ci | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.pr.city | 1 | Using where |
| 1 | SIMPLE | st | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.pr.state | 1 | Using where |
| 1 | SIMPLE | co | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.pr.country | 1 | Using where |
| 1 | SIMPLE | ty | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.pr.pro_type | 1 | |
| Status | Duration |
|---|
| Starting | 0.21 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.23 ms |
| Optimizing | 0.25 ms |
| Statistics | 0.18 ms |
| Preparing | 0.10 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.11 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.03 ms |
| Updating status | 0.06 ms |
| Reset for next command | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3983 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.66 ms After last query: 0.38 ms Query memory: 0.022 MB Memory before query: 2.886 MB Rows returned: 1
SELECT category_id
FROM jos_osrs_property_categories
WHERE pid="67"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.34 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.42 ms |
| Preparing | 0.06 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.06 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3111 |
| 10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/helper.php:6286 |
| 9 | OSPHelper::generateRelatedProperties() | JROOT/components/com_osproperty/classes/listing.php:4034 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.00 ms After last query: 0.16 ms Query memory: 0.060 MB Memory before query: 2.891 MB Rows returned: 0
SELECT pr.*
, ci.city AS city_name
, st.state_name
, co.country_name
, ty.type_name, ty.id as type_id
FROM jos_osrs_properties as pr
LEFT JOIN jos_osrs_cities AS ci
ON ci.id = pr.city
LEFT JOIN jos_osrs_states AS st
ON st.id = pr.state
LEFT JOIN jos_osrs_countries AS co
ON co.id = pr.country
INNER JOIN jos_osrs_types AS ty
ON ty.id = pr.pro_type
WHERE pr.approved = '1'
and pr.published = '1'
AND pr.id <> '67'
AND pr.access IN (1,1,5)
AND pr.pro_type = '10'
ORDER BY pr.isFeatured desc
LIMIT 5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pr | ref | PRIMARY,published,approved,access | published | 2 | const | 1 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | ci | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.pr.city | 1 | Using where |
| 1 | SIMPLE | st | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.pr.state | 1 | Using where |
| 1 | SIMPLE | co | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.pr.country | 1 | Using where |
| 1 | SIMPLE | ty | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.pr.pro_type | 1 | |
| Status | Duration |
|---|
| Starting | 0.20 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.11 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| table lock | 0.02 ms |
| init | 0.31 ms |
| Optimizing | 0.08 ms |
| Statistics | 0.21 ms |
| Preparing | 0.11 ms |
| Sorting result | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| Creating sort index | 0.11 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.02 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4044 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 0.35 ms Query memory: 0.022 MB Memory before query: 2.899 MB Rows returned: 1
Select *
from jos_osrs_themes
where published = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.05 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.06 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:4478 |
| 10 | OSPHelper::getThemeName() | JROOT/components/com_osproperty/classes/listing.html.php:954 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.03 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 2.903 MB Rows returned: 1
Select *
from jos_osrs_themes
where name like 'theme3'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| Status | Duration |
|---|
| Starting | 0.25 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.03 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.html.php:956 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.55 ms After last query: 0.38 ms Query memory: 0.022 MB Memory before query: 2.928 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.07 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.19 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:1447 |
| 10 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/classes/listing.html.php:1067 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 0.19 ms Query memory: 0.022 MB Memory before query: 2.935 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.03 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 12 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:1494 |
| 11 | OSPHelper::loadCityName() | JROOT/components/com_osproperty/helpers/helper.php:1460 |
| 10 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/classes/listing.html.php:1067 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.939 MB Rows returned: 1
Select city
from jos_osrs_cities
where id = '24649'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_cities | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.11 ms |
| Preparing | 0.02 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1505 |
| 11 | OSPHelper::loadCityName() | JROOT/components/com_osproperty/helpers/helper.php:1460 |
| 10 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/classes/listing.html.php:1067 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 2.946 MB Rows returned: 1
Select state_code
from jos_osrs_states
where id = '44'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_states | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1520 |
| 11 | OSPHelper::loadSateCode() | JROOT/components/com_osproperty/helpers/helper.php:1461 |
| 10 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/classes/listing.html.php:1067 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 0.25 ms Query memory: 0.022 MB Memory before query: 2.954 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.12 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.06 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:1102 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.77 ms After last query: 0.61 ms Query memory: 0.025 MB Memory before query: 2.960 MB Rows returned: 1
Select *
from jos_osrs_categories
where id = '12'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.02 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.06 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:126 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1110 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.56 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 2.972 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.35 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.09 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.10 ms |
| Preparing | 0.06 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.25 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 18 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 17 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:127 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1110 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 0.14 ms Query memory: 0.025 MB Memory before query: 2.981 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.11 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 18 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 17 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:128 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1110 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.53 ms After last query: 0.32 ms Query memory: 0.024 MB Memory before query: 2.991 MB Rows returned: 1
SELECT COUNT(id)
FROM jos_osrs_urls
WHERE md5_key like "66140cf0d3539ae75217b4cb99bf7b3c"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.06 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.16 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.06 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:784 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1110 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.35 ms Query memory: 0.022 MB Memory before query: 2.997 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.15 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.03 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:1110 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.97 ms After last query: 0.18 ms Query memory: 0.022 MB Memory before query: 3.003 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.08 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:1111 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 0.62 ms Query memory: 0.025 MB Memory before query: 3.009 MB Rows returned: 1
Select count(id)
from jos_menu
where id = '129'
and published = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.07 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:550 |
| 17 | OSPRoute::compareMenuItem() | JROOT/components/com_osproperty/router.php:508 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1123 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.07 ms After last query: 0.52 ms Query memory: 0.024 MB Memory before query: 3.020 MB Rows returned: 1
SELECT COUNT(id)
FROM jos_osrs_urls
WHERE md5_key like "d41d8cd98f00b204e9800998ecf8427e"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.17 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| closing tables | 0.07 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:784 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1123 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.02 ms After last query: 0.48 ms Query memory: 0.022 MB Memory before query: 3.028 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.10 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.19 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:1124 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.15 ms After last query: 0.20 ms Query memory: 0.022 MB Memory before query: 3.034 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.18 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.10 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.04 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:1171 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.58 ms After last query: 2.69 ms Query memory: 0.022 MB Memory before query: 3.120 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.46 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.03 ms |
| init | 0.09 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.12 ms |
| Preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.19 ms |
| End of update loop | 0.06 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.05 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:1175 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.93 ms After last query: 0.34 ms Query memory: 0.024 MB Memory before query: 3.112 MB Rows returned: 57
Select id as value, currency_code as text
from jos_osrs_currencies
where id <> '57'
and published = '1'
order by currency_code
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_currencies | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.21 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.10 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.06 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.24 ms |
| End of update loop | 0.03 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.09 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.html.php:1332 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.51 ms After last query: 2.13 ms Query memory: 0.022 MB Memory before query: 3.180 MB Rows returned: 0
SELECT id
FROM jos_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%lagents%" or `link` LIKE "%agent_layout%" or `link` LIKE "%agent_listing%" or `link` LIKE "%agent_details%" or `link` LIKE "%5%" )
AND published = 1
and id in (101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134)
AND `access` IN (1,1,5)
ORDER BY access
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 6 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.39 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.10 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.16 ms |
| Preparing | 0.05 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.15 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.03 ms |
| Unlocking tables | 0.06 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.03 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.06 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:405 |
| 11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/route.php:501 |
| 10 | OSPRoute::getAgentItemid() | JROOT/components/com_osproperty/classes/listing.html.php:1708 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 0.42 ms Query memory: 0.024 MB Memory before query: 3.183 MB Rows returned: 1
Select id, alias, name
from jos_osrs_agents
where id = '5'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_agents | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.18 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.03 ms |
| init | 0.07 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:274 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1708 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.07 ms After last query: 0.35 ms Query memory: 0.024 MB Memory before query: 3.195 MB Rows returned: 1
SELECT COUNT(id)
FROM jos_osrs_urls
WHERE md5_key like "a989ebe55d96fbeb5b225a4096020ee7"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.14 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.06 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:784 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1708 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.51 ms After last query: 0.52 ms Query memory: 0.025 MB Memory before query: 3.188 MB Rows returned: 1
Select count(id)
from jos_menu
where id = '129'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=67%')
and `access` IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.17 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.07 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.09 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:539 |
| 17 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:318 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1888 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.59 ms After last query: 0.15 ms Query memory: 0.065 MB Memory before query: 3.197 MB Rows returned: 1
Select *
from jos_osrs_properties
where id = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.17 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.11 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.34 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.05 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.05 ms |
| Reset for next command | 0.06 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:347 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1888 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.00 ms After last query: 0.26 ms Query memory: 0.025 MB Memory before query: 3.219 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.15 ms |
| End of update loop | 0.06 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 18 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 17 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:348 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1888 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.81 ms After last query: 0.14 ms Query memory: 0.025 MB Memory before query: 3.228 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.08 ms |
| End of update loop | 0.03 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 18 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 17 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:349 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1888 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 0.25 ms Query memory: 0.024 MB Memory before query: 3.238 MB Rows returned: 1
SELECT COUNT(id)
FROM jos_osrs_urls
WHERE md5_key like "cdc6bc1b8fecd11082193674596bb79a"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.15 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.10 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.03 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:784 |
| 16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1888 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 0.28 ms Query memory: 0.022 MB Memory before query: 3.250 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.10 ms |
| End of update loop | 0.03 ms |
| Query end | 0.02 ms |
| Commit | 0.01 ms |
| Query end | 0.10 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:1906 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.19 ms Query memory: 0.021 MB Memory before query: 3.245 MB Rows returned: 1
Select count(a.id)
from jos_osrs_neighborhood as a
inner join jos_osrs_neighborhoodname as b
on b.id = a.neighbor_id
where a.pid = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| 1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | osprealetate.a.neighbor_id | 1 | Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.04 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.12 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.html.php:1932 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.19 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 3.269 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.09 ms |
| End of update loop | 0.27 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:1959 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.50 ms After last query: 0.51 ms Query memory: 0.023 MB Memory before query: 3.259 MB Rows returned: 18
Select *
from jos_osrs_photos
where pro_id = '67'
and image <> ''
order by ordering
limit 25
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_photos | ref | pro_id | pro_id | 5 | const | 18 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.35 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.09 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.15 ms |
| Preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.22 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.09 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.html.php:2071 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.62 ms After last query: 0.32 ms Query memory: 0.021 MB Memory before query: 3.276 MB Rows returned: 0
Select type_icon
from jos_osrs_types
where id = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.15 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Executing | 0.02 ms |
| End of update loop | 0.08 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:5550 |
| 10 | OSPHelper::getTypeIcon() | JROOT/components/com_osproperty/classes/listing.html.php:2097 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 0.74 ms Query memory: 0.022 MB Memory before query: 3.308 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.16 ms |
| End of update loop | 0.05 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:1447 |
| 10 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/classes/listing.html.php:2354 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.85 ms After last query: 0.17 ms Query memory: 0.022 MB Memory before query: 3.314 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.07 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 12 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:1494 |
| 11 | OSPHelper::loadCityName() | JROOT/components/com_osproperty/helpers/helper.php:1460 |
| 10 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/classes/listing.html.php:2354 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.16 ms Query memory: 0.022 MB Memory before query: 3.336 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.07 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.13 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:2385 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 3.341 MB Rows returned: 1
Select currency_symbol
from jos_osrs_currencies
where id = '57'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_currencies | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/common.php:1533 |
| 11 | HelperOspropertyCommon::loadCurrency() | JROOT/components/com_osproperty/helpers/helper.php:2643 |
| 10 | OSPHelper::generatePrice() | JROOT/components/com_osproperty/classes/listing.html.php:2393 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.39 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 3.347 MB Rows returned: 1
Select fieldvalue
from jos_osrs_configuration
where fieldname like 'general_currency_money_format'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_configuration | range | fieldname | fieldname | 768 | NULL | 37 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.13 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.70 ms |
| Reset for next command | 0.15 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/common.php:659 |
| 11 | HelperOspropertyCommon::showPrice() | JROOT/components/com_osproperty/helpers/helper.php:2643 |
| 10 | OSPHelper::generatePrice() | JROOT/components/com_osproperty/classes/listing.html.php:2393 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.39 ms After last query: 0.25 ms Query memory: 0.022 MB Memory before query: 3.356 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.20 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.08 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.15 ms |
| Preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.21 ms |
| End of update loop | 0.16 ms |
| Query end | 0.02 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:2410 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.64 ms After last query: 0.35 ms Query memory: 0.022 MB Memory before query: 3.364 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.19 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.16 ms |
| End of update loop | 0.05 ms |
| Query end | 0.14 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 1.00 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:2459 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.36 ms Query memory: 0.022 MB Memory before query: 3.356 MB Rows returned: 1
Select *
from jos_osrs_themes
where name like 'theme3'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.11 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.07 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.15 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.html.php:2579 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.13 ms After last query: 0.99 ms Query memory: 0.022 MB Memory before query: 3.367 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.08 ms |
| init | 0.06 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.07 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.17 ms |
| End of update loop | 0.05 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 11 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 10 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.html.php:2681 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.68 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 3.371 MB Rows returned: 1
Select image
from jos_osrs_photos
where pro_id = '67'
order by ordering
limit 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_photos | ref | pro_id | pro_id | 5 | const | 18 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.html.php:2684 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.98 ms After last query: 0.25 ms Query memory: 0.021 MB Memory before query: 3.378 MB Rows returned: 1
Select count(extension_id)
from jos_extensions
where `type` like 'plugin'
and `element` like 'jcomments'
and `folder` like 'osproperty'
and enabled = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_extensions | range | element_clientid,element_folder_clientid,extension | element_clientid | 402 | NULL | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.26 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.07 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.15 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.html.php:2704 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 0.99 ms Query memory: 0.021 MB Memory before query: 3.388 MB Rows returned: 0
Select a.id,a.keyword as keyword
from jos_osrs_tags as a
inner join jos_osrs_tag_xref as b
on b.tag_id = a.id
where a.published = '1'
and b.pid = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using join buffer (flat, BNL join) |
| Status | Duration |
|---|
| Starting | 0.20 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.04 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.05 ms |
| Preparing | 0.06 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.06 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.html.php:2720 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.98 ms After last query: 0.30 ms Query memory: 0.026 MB Memory before query: 3.406 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from jos_osrs_properties as a
inner join jos_osrs_agents as b
on b.id = a.agent_id
left join jos_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.13 ms |
| Preparing | 0.02 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.03 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:74 |
| 11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:5733 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 3.419 MB Rows returned: 1
SELECT category_id
FROM jos_osrs_property_categories
WHERE pid="67"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.07 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 13 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3111 |
| 12 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:85 |
| 11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:5733 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 0.22 ms Query memory: 0.022 MB Memory before query: 3.424 MB Rows returned: 0
Select id
from jos_menu
where published = '1'
and ((`link` like '%view=ldetails&id=67%') or (`link` like '%view=ldetails&id=67%'))
and `access` IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 67 | Using where |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.15 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:104 |
| 11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:5733 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.431 MB Rows returned: 2
Select *
from jos_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 67 | Using where |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.06 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:110 |
| 11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:5733 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 3.442 MB Rows returned: 1
Select count(id)
from jos_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '129'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.08 ms |
| table lock | 0.02 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.03 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.11 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:127 |
| 11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:5733 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.40 ms Query memory: 0.025 MB Memory before query: 3.442 MB Rows returned: 1
Select count(id)
from jos_menu
where id = '129'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=67%')
and `access` IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:539 |
| 18 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:318 |
| 17 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 16 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 15 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/helper.php:5734 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.84 ms After last query: 0.10 ms Query memory: 0.066 MB Memory before query: 3.452 MB Rows returned: 1
Select *
from jos_osrs_properties
where id = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.07 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.08 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.08 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.04 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.03 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:347 |
| 17 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 16 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 15 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/helper.php:5734 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.77 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 3.474 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.25 ms |
| End of update loop | 0.05 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 19 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 18 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:348 |
| 17 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 16 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 15 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/helper.php:5734 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.94 ms After last query: 0.12 ms Query memory: 0.025 MB Memory before query: 3.484 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.32 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 19 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 18 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:349 |
| 17 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 16 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 15 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/helper.php:5734 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.53 ms After last query: 0.22 ms Query memory: 0.025 MB Memory before query: 3.494 MB Rows returned: 1
SELECT COUNT(id)
FROM jos_osrs_urls
WHERE md5_key like "cdc6bc1b8fecd11082193674596bb79a"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.05 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:784 |
| 17 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 16 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 15 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/helper.php:5734 |
| 10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2925 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 0.26 ms Query memory: 0.022 MB Memory before query: 3.489 MB Rows returned: 1
Select *
from jos_osrs_themes
where name like 'theme3'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.06 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.03 ms |
| Starting cleanup | 0.05 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.html.php:2929 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.91 ms After last query: 5.66 ms Query memory: 0.025 MB Memory before query: 3.537 MB Rows returned: 1
Select id, pro_alias, pro_name
from jos_osrs_properties
where id = '67'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.74 ms |
| checking permissions | 0.04 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.03 ms |
| init | 0.08 ms |
| Optimizing | 0.07 ms |
| Statistics | 0.13 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.03 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 19 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:700 |
| 18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php:386 |
| 11 | include JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
| 10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2961 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.63 ms After last query: 0.42 ms Query memory: 0.025 MB Memory before query: 3.550 MB Rows returned: 1
SELECT COUNT(id)
FROM jos_osrs_urls
WHERE md5_key like "7f5985a2010c2abc31ea2542d3d10685"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.05 ms |
| Optimizing | 0.66 ms |
| Statistics | 0.07 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.19 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.02 ms |
| Query end | 0.07 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 3.03 ms |
| Reset for next command | 0.09 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:784 |
| 18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php:386 |
| 11 | include JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
| 10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2961 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.12 ms After last query: 0.61 ms Query memory: 0.023 MB Memory before query: 3.558 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.32 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.07 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.07 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.19 ms |
| End of update loop | 0.15 ms |
| Query end | 0.03 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.02 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 13 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php:496 |
| 11 | include JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
| 10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2961 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.44 ms After last query: 0.27 ms Query memory: 0.023 MB Memory before query: 3.565 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.11 ms |
| End of update loop | 0.03 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.02 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 13 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:371 |
| 12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php:505 |
| 11 | include JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
| 10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2961 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.33 ms After last query: 1.07 ms Query memory: 0.023 MB Memory before query: 3.588 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.32 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.08 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.11 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.17 ms |
| End of update loop | 0.05 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.03 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 13 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:1447 |
| 12 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php:836 |
| 11 | include JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
| 10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2961 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.12 ms After last query: 0.23 ms Query memory: 0.023 MB Memory before query: 3.596 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM jos_languages
WHERE published = 1
AND lang_code != "en-GB"
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.29 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.08 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.08 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.21 ms |
| End of update loop | 0.06 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
| 14 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:1494 |
| 13 | OSPHelper::loadCityName() | JROOT/components/com_osproperty/helpers/helper.php:1460 |
| 12 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php:836 |
| 11 | include JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
| 10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2961 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 0.28 ms Query memory: 0.023 MB Memory before query: 3.601 MB Rows returned: 1
Select type_icon
from jos_osrs_types
where id = '10'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_osrs_types | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.15 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.08 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/googlemap.lib.php:1198 |
| 12 | HelperOspropertyGoogleMap::loadGoogleMapDetailsClone() | JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php:851 |
| 11 | include JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
| 10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2961 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.44 ms After last query: 1.26 ms Query memory: 0.023 MB Memory before query: 3.613 MB Rows returned: 0
SELECT id
FROM jos_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%lagents%" or `link` LIKE "%agent_layout%" or `link` LIKE "%agent_listing%" or `link` LIKE "%agent_details%" or `link` LIKE "%5%" )
AND published = 1
and id in (101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134,101,159,127,129,133,134)
AND `access` IN (1,1,5)
ORDER BY access
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | range | PRIMARY | PRIMARY | 4 | NULL | 6 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.28 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.13 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.18 ms |
| Preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.17 ms |
| End of update loop | 0.02 ms |
| Query end | 0.02 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.06 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:405 |
| 13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/route.php:501 |
| 12 | OSPRoute::getAgentItemid() | JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php:993 |
| 11 | include JROOT/components/com_osproperty/templates/theme3/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
| 10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2961 |
| 9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4078 |
| 8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:25 |
| 7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:243 |
| 6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.27 ms After last query: 23.70 ms Query memory: 0.027 MB Memory before query: 3.645 MB Rows returned: 7
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-06-12 03:50:01')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-06-12 03:50:01')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 129 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | range | PRIMARY,published | published | 5 | NULL | 13 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | osprealetate.m.id | 1 | Using where; Using index |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | func,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.42 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.10 ms |
| Optimizing | 0.08 ms |
| Statistics | 0.23 ms |
| Preparing | 0.08 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.40 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.05 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.72 ms |
| Reset for next command | 0.24 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:441 |
| 16 | Joomla\CMS\Helper\_ModuleHelper::getModuleList() | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:371 |
| 15 | Joomla\CMS\Helper\_ModuleHelper::load() | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:87 |
| 14 | Joomla\CMS\Helper\_ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
| 13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:655 |
| 12 | T3Template->countModules() | JROOT/templates/osprealestate/tpls/blocks/header.php:22 |
| 11 | include JROOT/templates/osprealestate/tpls/blocks/header.php | JROOT/plugins/system/t3/includes/core/template.php:202 |
| 10 | T3Template->loadBlock() | JROOT/templates/osprealestate/tpls/default.php:32 |
| 9 | include JROOT/templates/osprealestate/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:228 |
| 8 | T3Template->loadLayout() | JROOT/templates/osprealestate/index.php:39 |
| 7 | require JROOT/templates/osprealestate/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.38 ms After last query: 10.29 ms Query memory: 0.026 MB Memory before query: 3.797 MB Rows returned: 1
Select count(id)
from jos_menu
where id = '129'
and published = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | jos_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.25 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.03 ms |
| System lock | 0.01 ms |
| table lock | 0.02 ms |
| init | 0.07 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.10 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.04 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:550 |
| 20 | OSPRoute::compareMenuItem() | JROOT/components/com_osproperty/router.php:508 |
| 19 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 18 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 17 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_breadcrumbs/helper.php:54 |
| 12 | ModBreadCrumbsHelper::getList() | JROOT/modules/mod_breadcrumbs/mod_breadcrumbs.php:16 |
| 11 | include JROOT/modules/mod_breadcrumbs/mod_breadcrumbs.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:256 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |