Query Time: 0.32 ms Query memory: 0.023 MB Memory before query: 1.029 MB Rows returned: 0
SELECT `data`
FROM `zofl_session`
WHERE `session_id` = X'3062356433623231373366623931336331323239626436356431303939323130'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_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:758 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.19 ms After last query: 0.35 ms Query memory: 0.020 MB Memory before query: 1.043 MB Rows returned: 0
SELECT `session_id`
FROM `zofl_session`
WHERE `session_id` = X'3062356433623231373366623931336331323239626436356431303939323130'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_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:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.33 ms After last query: 0.05 ms Query memory: 0.004 MB Memory before query: 1.049 MB
INSERT INTO `zofl_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3062356433623231373366623931336331323239626436356431303939323130', 1, 1742225197, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `zofl_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3062356433623231373366623931336331323239626436356431303939323130', 1, 1742225197, 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:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.62 ms After last query: 0.60 ms Query memory: 0.025 MB Memory before query: 1.080 MB Rows returned: 42
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `zofl_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 | zofl_extensions | ref | extension | extension | 82 | const | 42 | 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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.60 ms Query memory: 0.021 MB Memory before query: 1.110 MB Rows returned: 5
SELECT id, rules
FROM `zofl_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
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:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.121 MB Rows returned: 2
SELECT b.id
FROM zofl_usergroups AS a
LEFT JOIN zofl_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:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.13 ms Query memory: 0.030 MB Memory before query: 1.143 MB Rows returned: 110
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM zofl_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 | zofl_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 250 | 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:354 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:359 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.41 ms After last query: 3.76 ms Query memory: 0.036 MB Memory before query: 1.500 MB Rows returned: 331
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
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/joomla/database/driver/mysqli.php:502 |
9 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
8 | JSNConfigHelper::get() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:98 |
7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.11 ms Query memory: 0.021 MB Memory before query: 1.546 MB Rows returned: 0
SELECT name,value
FROM zofl_jsn_poweradmin_config
WHERE 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_poweradmin_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 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:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
8 | JSNConfigHelper::get() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:98 |
7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.39 ms Query memory: 0.020 MB Memory before query: 1.525 MB Rows returned: 1
SELECT COUNT(*)
FROM zofl_extensions
WHERE element="jsnadminbar"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using where; Using index |
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/jsnpoweradmin/jsnpoweradmin.php:913 |
8 | plgSystemJsnpoweradmin->_removeAdminBarPlugin() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:105 |
7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 5.27 ms Query memory: 0.048 MB Memory before query: 1.974 MB Rows returned: 26
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 zofl_menu AS m
LEFT JOIN zofl_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 | 126 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.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:76 |
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:131 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
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:64 |
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:491 |
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:1073 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 2.45 ms Query memory: 0.024 MB Memory before query: 2.195 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `zofl_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_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 |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{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/Helper/LibraryHelper.php:175 |
14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:390 |
8 | plgSystemJsnpoweradmin->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.09 ms Query memory: 0.006 MB Memory before query: 2.187 MB
UPDATE `zofl_extensions`
SET `params` = '{\"mediaversion\":\"1f0667de2bcecdbc0d241f766b086dc5\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `zofl_extensions`
SET `params` = '{\"mediaversion\":\"1f0667de2bcecdbc0d241f766b086dc5\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:390 |
8 | plgSystemJsnpoweradmin->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.23 ms Query memory: 0.092 MB Memory before query: 2.205 MB Rows returned: 364
SELECT fas.*
FROM zofl_jbusinessdirectory_application_settings fas
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fas | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 364 | |
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_jbusinessdirectory/helpers/utils.php:67 |
11 | JBusinessUtil::getAppSettings() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:50 |
10 | JBusinessUtil::getApplicationSettings() | JROOT/plugins/system/urltranslator/jbdrouter.php:58 |
9 | JBDRouter->getRouteParams() | JROOT/plugins/system/urltranslator/urltranslator.php:83 |
8 | plgSystemUrlTranslator->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.41 ms Query memory: 0.022 MB Memory before query: 2.459 MB Rows returned: 1
SELECT fas.*
FROM zofl_jbusinessdirectory_date_formats fas
WHERE fas.id ='2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fas | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:78 |
11 | JBusinessUtil::getAppSettings() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:50 |
10 | JBusinessUtil::getApplicationSettings() | JROOT/plugins/system/urltranslator/jbdrouter.php:58 |
9 | JBDRouter->getRouteParams() | JROOT/plugins/system/urltranslator/urltranslator.php:83 |
8 | plgSystemUrlTranslator->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 2.466 MB Rows returned: 1
SELECT fas.*
FROM zofl_jbusinessdirectory_currencies fas
WHERE fas.currency_id ='47'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fas | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:87 |
11 | JBusinessUtil::getAppSettings() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:50 |
10 | JBusinessUtil::getApplicationSettings() | JROOT/plugins/system/urltranslator/jbdrouter.php:58 |
9 | JBDRouter->getRouteParams() | JROOT/plugins/system/urltranslator/urltranslator.php:83 |
8 | plgSystemUrlTranslator->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.22 ms Query memory: 0.022 MB Memory before query: 2.332 MB Rows returned: 3
SELECT id, home, template, s.params
FROM zofl_template_styles as s
LEFT JOIN zofl_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_template,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 | u522904507_n17L5.s.template,const | 1 | Using index condition; Using where |
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/libraries/src/Application/SiteApplication.php:486 |
11 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/loader.php:33 |
10 | jsn_template_framework_class_loader() | Same as call in the line below. |
9 | spl_autoload_call() | JROOT/plugins/system/jsntplframework/jsntplframework.php:187 |
8 | PlgSystemJSNTPLFramework->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.20 ms Query memory: 0.022 MB Memory before query: 2.361 MB Rows returned: 1
SELECT manifest_cache
FROM zofl_extensions
WHERE element LIKE 'jsn_reta_pro'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_extensions | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 10 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/helper.php:122 |
12 | JSNTplHelper::getManifestCache() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/helper.php:217 |
11 | JSNTplHelper::getTemplateVersion() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/loader.php:35 |
10 | jsn_template_framework_class_loader() | Same as call in the line below. |
9 | spl_autoload_call() | JROOT/plugins/system/jsntplframework/jsntplframework.php:187 |
8 | PlgSystemJSNTPLFramework->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 5.73 ms Query memory: 0.021 MB Memory before query: 2.381 MB Rows returned: 1
SELECT COUNT(*)
FROM zofl_extensions
WHERE type = 'component'
AND element = 'com_sh404sef'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using where; Using index |
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:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:1166 |
10 | JSNTplUtils->checkSH404SEF() | JROOT/plugins/system/jsntplframework/includes/core/jsntplframework.php:36 |
9 | JSNTPLFramework::initial() | JROOT/plugins/system/jsntplframework/jsntplframework.php:191 |
8 | PlgSystemJSNTPLFramework->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.22 ms Query memory: 0.019 MB Memory before query: 2.390 MB Rows returned: 1
SELECT *
FROM zofl_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 2.58 ms Query memory: 0.020 MB Memory before query: 2.685 MB Rows returned: 1
Select count(id)
from zofl_osrs_configuration
where fieldname like 'integrate_membership'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_configuration | range | fieldname | fieldname | 768 | NULL | 3 | Using index condition |
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:49 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 2.690 MB
UPDATE zofl_osrs_configuration
SET fieldvalue = '0'
WHERE fieldname LIKE 'integrate_membership'
EXPLAIN not possible on query: UPDATE zofl_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 |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
8 | JDatabase->query() | JROOT/components/com_osproperty/helpers/libraries/libraries.php:25 |
7 | OSLibraries::checkMembership() | JROOT/components/com_osproperty/osproperty.php:49 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.13 ms Query memory: 0.047 MB Memory before query: 2.697 MB Rows returned: 408
Select *
from zofl_osrs_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 408 | |
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:61 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.21 ms Query memory: 0.020 MB Memory before query: 2.935 MB Rows returned: 1
Select *
from zofl_osrs_currencies
where id = '56'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_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:72 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.03 ms Query memory: 0.020 MB Memory before query: 2.943 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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:84 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.08 ms Query memory: 0.048 MB Memory before query: 2.948 MB Rows returned: 408
Select *
from zofl_osrs_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 408 | |
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:935 |
7 | OSPHelper::loadBootstrap() | JROOT/components/com_osproperty/osproperty.php:94 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.25 ms Query memory: 0.021 MB Memory before query: 3.195 MB Rows returned: 1
Select *
from zofl_osrs_currencies
where id = '56'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_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:935 |
7 | OSPHelper::loadBootstrap() | JROOT/components/com_osproperty/osproperty.php:94 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.27 ms Query memory: 0.047 MB Memory before query: 2.836 MB Rows returned: 408
SELECT *
FROM zofl_osrs_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 408 | |
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:124 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.31 ms Query memory: 0.021 MB Memory before query: 2.885 MB Rows returned: 1
Select *
from zofl_osrs_themes
where published = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_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:4331 |
7 | OSPHelper::loadThemeStyle() | JROOT/components/com_osproperty/osproperty.php:205 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 2.891 MB Rows returned: 1
Select *
from zofl_osrs_themes
where id = '8'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_themes | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:4336 |
7 | OSPHelper::loadThemeStyle() | JROOT/components/com_osproperty/osproperty.php:205 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.38 ms Query memory: 0.021 MB Memory before query: 2.898 MB Rows returned: 1
Select count(id)
from zofl_osrs_property_listing_layout
where id = '435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_listing_layout | const | PRIMARY | PRIMARY | 4 | const | 1 | 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:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.html.php:639 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.16 ms Query memory: 0.025 MB Memory before query: 2.905 MB Rows returned: 0
Select id, company_alias,company_name
from zofl_osrs_companies
where id = '1'
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 |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:458 |
17 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
16 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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:647 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 2.922 MB Rows returned: 1
Select id, country_name
from zofl_osrs_countries
where id = '193'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_countries | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:471 |
17 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
16 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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:647 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 2.932 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '435'
and published = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:535 |
18 | OSPRoute::compareMenuItem() | JROOT/components/com_osproperty/router.php:498 |
17 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
16 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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:647 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 2.941 MB Rows returned: 1
Select *
from zofl_osrs_currencies
where id = '56'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_currencies | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:2920 |
12 | OSPHelper::getConfig() | JROOT/components/com_osproperty/helpers/helper.php:2848 |
11 | OSPHelper::userOneState() | JROOT/components/com_osproperty/classes/listing.php:2633 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 2.969 MB Rows returned: 1
SELECT count(id)
FROM zofl_osrs_states
WHERE country_id = "193"
and published = "1"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_states | ALL | country_id,published | NO INDEX KEY COULD BE USED | NULL | NULL | 125 | Using where |
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:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:2856 |
11 | OSPHelper::userOneState() | JROOT/components/com_osproperty/classes/listing.php:2633 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 43.44 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 2.975 MB Rows returned: 1
Select count(distinct a.id)
from zofl_osrs_properties as a
INNER JOIN zofl_osrs_agents as c
on c.id = a.agent_id
LEFT JOIN zofl_osrs_types as d
on d.id = a.pro_type
INNER JOIN zofl_osrs_countries as e
on e.id = a.country
LEFT JOIN zofl_osrs_property_categories as g
on g.pid = a.id
WHERE 1=1
and a.access IN (1,1,5)
and a.id in (Select id
from zofl_osrs_properties
where agent_id in (Select id
from zofl_osrs_agents
where company_id = '1'))
AND a.country = '193'
and a.id in (Select id
from zofl_osrs_properties
where agent_id in (Select id
from zofl_osrs_agents
where company_id = '1'))
and a.published = '1'
and a.approved = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | index_merge | PRIMARY,published,approved,access | published,approved | 2,2 | NULL | 20 | Using intersect(published,approved); Using where |
1 | PRIMARY | e | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.a.country | 1 | Using index |
1 | PRIMARY | zofl_osrs_properties | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.a.id | 1 | Using where |
1 | PRIMARY | zofl_osrs_properties | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.a.id | 1 | Using where |
1 | PRIMARY | g | ref | pid | pid | 5 | u522904507_n17L5.a.id | 1 | Using index |
1 | PRIMARY | c | index | PRIMARY | PRIMARY | 4 | NULL | 5 | Using where; Using index; Using join buffer (flat, BNL join) |
1 | PRIMARY | zofl_osrs_agents | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.zofl_osrs_properties.agent_id | 1 | Using where |
1 | PRIMARY | zofl_osrs_agents | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.zofl_osrs_properties.agent_id | 1 | 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:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:2728 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 8.24 ms After last query: 0.10 ms Query memory: 0.123 MB Memory before query: 2.982 MB Rows returned: 11
Select a.*,c.name as agent_name,c.photo as agent_photo, c.mobile as agent_mobile, c.phone as agent_phone,c.email as agent_email, c.optin,d.id as typeid,d.type_name as type_name,e.country_name
from zofl_osrs_properties as a
INNER JOIN zofl_osrs_agents as c
on c.id = a.agent_id
LEFT JOIN zofl_osrs_types as d
on d.id = a.pro_type
LEFT JOIN zofl_osrs_countries as e
on e.id = a.country
LEFT JOIN zofl_osrs_property_categories as g
on g.pid = a.id
WHERE 1=1
and a.access IN (1,1,5)
AND a.country = '193'
and a.id in (Select id
from zofl_osrs_properties
where agent_id in (Select id
from zofl_osrs_agents
where company_id = '1'))
and a.published = '1'
and a.approved = '1'
GROUP BY a.id
ORDER BY a.id desc
LIMIT 0, 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | index_merge | PRIMARY,published,approved,access | published,approved | 2,2 | NULL | 20 | Using intersect(published,approved); Using where; Using temporary; Using filesort |
1 | PRIMARY | d | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.a.pro_type | 1 | Using where |
1 | PRIMARY | zofl_osrs_properties | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.a.id | 1 | Using where |
1 | PRIMARY | e | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.a.country | 1 | Using where |
1 | PRIMARY | g | ref | pid | pid | 5 | u522904507_n17L5.a.id | 1 | Using index |
1 | PRIMARY | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using join buffer (flat, BNL join) |
1 | PRIMARY | zofl_osrs_agents | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.zofl_osrs_properties.agent_id | 1 | 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/components/com_osproperty/classes/listing.php:2898 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.16 ms Query memory: 0.022 MB Memory before query: 3.115 MB Rows returned: 0
Select *
from zofl_osrs_extra_fields
where published = '1'
and `access` IN (1,1,5)
and show_on_list = '1'
order by ordering
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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/common.php:3605 |
11 | HelperOspropertyCommon::getExtrafieldInList() | JROOT/components/com_osproperty/classes/listing.php:2901 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 3.123 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
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:364 |
11 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:2906 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 3.130 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
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:364 |
11 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:2908 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.87 ms Query memory: 0.022 MB Memory before query: 3.201 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'lancastershireofflicencehighturnover'
and id <> '172'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 165 | Using where |
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:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1886 |
11 | OSPHelper::generateAlias() | JROOT/components/com_osproperty/classes/listing.php:2911 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 3.207 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'lancastershireofflicencehighturnover'
and id <> '172'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 165 | Using where |
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:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1886 |
11 | OSPHelper::generateAlias() | JROOT/components/com_osproperty/classes/listing.php:2913 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 3.215 MB Rows returned: 1
SELECT id, category_name as category_name
FROM zofl_osrs_categories
WHERE 1 = 1
and `access` IN (1,1,5)
and id in (Select category_id
from zofl_osrs_property_categories
where pid ="172")
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 | zofl_osrs_categories | eq_ref | PRIMARY,access | PRIMARY | 4 | u522904507_n17L5.zofl_osrs_property_categories.category_id | 1 | Using where |
2 | MATERIALIZED | zofl_osrs_property_categories | ref | pid,category_id | pid | 5 | const | 1 | Using where |
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:3115 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 3.223 MB Rows returned: 1
Select fieldvalue
from zofl_osrs_configuration
where fieldname like 'default_itemid'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_configuration | range | fieldname | fieldname | 768 | NULL | 7 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:31 |
12 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:3121 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 3.233 MB Rows returned: 0
SELECT id
FROM zofl_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%category_listing%" or `link` LIKE "%lcategory%" )
AND published = 1
and id in (435,2299,3349)
AND `access` IN (1,1,5)
ORDER BY access
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | range | PRIMARY | PRIMARY | 4 | NULL | 3 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:391 |
12 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:3121 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 3.238 MB Rows returned: 1
Select *
from zofl_osrs_categories
where id = '3'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
20 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:116 |
19 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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/helpers/helper.php:3125 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 3.251 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
21 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
20 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:117 |
19 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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/helpers/helper.php:3125 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 3.261 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
21 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
20 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:118 |
19 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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/helpers/helper.php:3125 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 3.272 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "4fc3447cb18d2faf2a0378f741c65dba"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 229 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
19 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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/helpers/helper.php:3125 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 3.276 MB Rows returned: 1
SELECT category_name
FROM zofl_osrs_categories
WHERE 1 = 1
and `access` IN (1,1,5)
and id in (Select category_id
from zofl_osrs_property_categories
where pid ="172")
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 | zofl_osrs_categories | eq_ref | PRIMARY,access | PRIMARY | 4 | u522904507_n17L5.zofl_osrs_property_categories.category_id | 1 | Using where |
2 | MATERIALIZED | zofl_osrs_property_categories | ref | pid,category_id | pid | 5 | const | 1 | Using where |
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:1550 |
12 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3093 |
11 | OSPHelper::getCategoryNamesOfProperty() | JROOT/components/com_osproperty/classes/listing.php:2922 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 3.283 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='172'
and end_to > '2025-03-17 15:26:38'
ORDER BY start_from
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/classes/listing.php:2940 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 3.289 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '172'
and published = '1'
order by created_on desc
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:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:2963 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 3.294 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '172'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_photos | ref | pro_id | pro_id | 5 | const | 22 | |
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:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:2987 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 3.300 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '172'
order by ordering
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_photos | ref | pro_id | pro_id | 5 | const | 22 | 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:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:2991 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 3.306 MB Rows returned: 8
Select *
from zofl_osrs_photos
where pro_id = '172'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_photos | ref | pro_id | pro_id | 5 | const | 22 | |
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/classes/listing.php:3011 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 3.319 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
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:1504 |
11 | OSPHelper::loadSateName() | JROOT/components/com_osproperty/classes/listing.php:3024 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 3.323 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '76'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_states | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1515 |
11 | OSPHelper::loadSateName() | JROOT/components/com_osproperty/classes/listing.php:3024 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.332 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
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:1523 |
12 | OSPHelper::loadCountryName() | JROOT/components/com_osproperty/helpers/helper.php:4866 |
11 | OSPHelper::getCountryName() | JROOT/components/com_osproperty/classes/listing.php:3029 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.01 ms Query memory: 0.022 MB Memory before query: 3.337 MB Rows returned: 1
Select *
from zofl_osrs_countries
where id = '193'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_countries | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:1526 |
12 | OSPHelper::loadCountryName() | JROOT/components/com_osproperty/helpers/helper.php:4866 |
11 | OSPHelper::getCountryName() | JROOT/components/com_osproperty/classes/listing.php:3029 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 3.343 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '172'
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:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:3058 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 3.355 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
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:364 |
11 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:2906 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 3.362 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
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:364 |
11 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/classes/listing.php:2908 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 3.366 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'nottinghampostofficeofflicence'
and id <> '171'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 165 | Using where |
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:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1886 |
11 | OSPHelper::generateAlias() | JROOT/components/com_osproperty/classes/listing.php:2911 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.03 ms Query memory: 0.027 MB Memory before query: 3.382 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'nottinghampostofficeofflicence'
and id <> '171'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 165 | Using where |
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:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1886 |
11 | OSPHelper::generateAlias() | JROOT/components/com_osproperty/classes/listing.php:2913 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 3.395 MB Rows returned: 2
SELECT id, category_name as category_name
FROM zofl_osrs_categories
WHERE 1 = 1
and `access` IN (1,1,5)
and id in (Select category_id
from zofl_osrs_property_categories
where pid ="171")
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 | 2 | |
1 | PRIMARY | zofl_osrs_categories | eq_ref | PRIMARY,access | PRIMARY | 4 | u522904507_n17L5.zofl_osrs_property_categories.category_id | 1 | Using where |
2 | MATERIALIZED | zofl_osrs_property_categories | ref | pid,category_id | pid | 5 | const | 2 | Using where |
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:3115 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 3.407 MB Rows returned: 0
SELECT id
FROM zofl_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%category_listing%" or `link` LIKE "%lcategory%" )
AND published = 1
and id in (435,2299,3349,435,2299,3349)
AND `access` IN (1,1,5)
ORDER BY access
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | range | PRIMARY | PRIMARY | 4 | NULL | 3 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:391 |
12 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:3121 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 3.412 MB Rows returned: 1
Select *
from zofl_osrs_categories
where id = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
20 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:116 |
19 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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/helpers/helper.php:3125 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 3.425 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
21 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
20 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:117 |
19 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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/helpers/helper.php:3125 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 3.435 MB Rows returned: 0
SELECT lang_id, lang_code, title, `sef`
FROM zofl_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 | zofl_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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
21 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
20 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:118 |
19 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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/helpers/helper.php:3125 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 3.446 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "e65e8c0d88d09cb4bb5b0486459d49f5"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 229 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
19 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
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/helpers/helper.php:3125 |
11 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:2919 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 3.449 MB Rows returned: 2
SELECT category_name
FROM zofl_osrs_categories
WHERE 1 = 1
and `access` IN (1,1,5)
and id in (Select category_id
from zofl_osrs_property_categories
where pid ="171")
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 | 2 | |
1 | PRIMARY | zofl_osrs_categories | eq_ref | PRIMARY,access | PRIMARY | 4 | u522904507_n17L5.zofl_osrs_property_categories.category_id | 1 | Using where |
2 | MATERIALIZED | zofl_osrs_property_categories | ref | pid,category_id | pid | 5 | const | 2 | Using where |
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:1550 |
12 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3093 |
11 | OSPHelper::getCategoryNamesOfProperty() | JROOT/components/com_osproperty/classes/listing.php:2922 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 3.453 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='171'
and end_to > '2025-03-17 15:26:38'
ORDER BY start_from
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/classes/listing.php:2940 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 3.459 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '171'
and published = '1'
order by created_on desc
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:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:2963 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 3.465 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '171'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_photos | ref | pro_id | pro_id | 5 | const | 29 | |
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:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:2987 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.01 ms Query memory: 0.022 MB Memory before query: 3.471 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '171'
order by ordering
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_photos | ref | pro_id | pro_id | 5 | const | 29 | 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:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:2991 |
10 | OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.html.php:649 |
9 | HTML_OspropertyListing::showPropertyTypeListing() | JROOT/components/com_osproperty/classes/listing.php:2544 |
8 | OspropertyListing::propertyType() | JROOT/components/com_osproperty/classes/listing.php:89 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:234 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 3.477 MB Rows returned: 10