Query Time: 0.87 ms Query memory: 0.023 MB Memory before query: 1.029 MB Rows returned: 0
SELECT `data`
FROM `zofl_session`
WHERE `session_id` = X'3333393331303738396565633033343433393034383237326431383836653035'
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.32 ms After last query: 0.31 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'3333393331303738396565633033343433393034383237326431383836653035'
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.38 ms After last query: 0.05 ms Query memory: 0.004 MB Memory before query: 1.048 MB
INSERT INTO `zofl_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3333393331303738396565633033343433393034383237326431383836653035', 1, 1730247276, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `zofl_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3333393331303738396565633033343433393034383237326431383836653035', 1, 1730247276, 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.61 ms After last query: 0.37 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.35 ms After last query: 0.42 ms Query memory: 0.021 MB Memory before query: 1.109 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.36 ms After last query: 0.06 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.62 ms After last query: 0.07 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.27 ms After last query: 2.54 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.29 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.547 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.34 ms After last query: 0.27 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.72 ms After last query: 3.34 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.37 ms After last query: 1.61 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.29 ms After last query: 0.07 ms Query memory: 0.006 MB Memory before query: 2.187 MB
UPDATE `zofl_extensions`
SET `params` = '{\"mediaversion\":\"498eca0d73e256e26bf4951aeca92934\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `zofl_extensions`
SET `params` = '{\"mediaversion\":\"498eca0d73e256e26bf4951aeca92934\"}'
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.47 ms After last query: 0.15 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.38 ms Query memory: 0.022 MB Memory before query: 2.460 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.31 ms After last query: 0.02 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.24 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.31 ms After last query: 0.25 ms Query memory: 0.022 MB Memory before query: 2.362 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.36 ms After last query: 4.79 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.35 ms After last query: 0.16 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.68 ms After last query: 81.27 ms Query memory: 0.020 MB Memory before query: 7.343 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.56 ms After last query: 0.03 ms Query memory: 0.005 MB Memory before query: 7.348 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.48 ms After last query: 1.17 ms Query memory: 0.047 MB Memory before query: 7.444 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.41 ms After last query: 0.19 ms Query memory: 0.020 MB Memory before query: 7.682 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.52 ms After last query: 0.03 ms Query memory: 0.020 MB Memory before query: 7.689 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.50 ms After last query: 0.05 ms Query memory: 0.048 MB Memory before query: 7.693 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.31 ms After last query: 0.16 ms Query memory: 0.021 MB Memory before query: 7.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 |
---|
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.51 ms After last query: 0.30 ms Query memory: 0.047 MB Memory before query: 7.518 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.42 ms After last query: 0.36 ms Query memory: 0.021 MB Memory before query: 7.568 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.31 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 7.574 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.31 ms After last query: 0.92 ms Query memory: 0.021 MB Memory before query: 7.612 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.40 ms After last query: 0.16 ms Query memory: 0.025 MB Memory before query: 7.620 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.39 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 7.636 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.54 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 7.646 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.35 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 7.655 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.36 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 7.683 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: 5.08 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 7.688 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: 6.16 ms After last query: 0.05 ms Query memory: 0.123 MB Memory before query: 7.695 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.38 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 7.828 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.46 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 7.837 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.43 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 7.843 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.64 ms After last query: 2.41 ms Query memory: 0.022 MB Memory before query: 8.037 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.58 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.043 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.51 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.051 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.41 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.058 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.48 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.069 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.42 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 8.074 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.43 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 8.087 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.47 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 8.097 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.40 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 8.108 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 | 228 | 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.46 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 8.112 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.33 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 8.118 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='172'
and end_to > '2024-10-30 00:14:36'
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.35 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 8.124 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.43 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 8.130 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.43 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.136 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.44 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 8.142 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.43 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 8.155 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.36 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.159 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.38 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 8.167 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.32 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.172 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.28 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.178 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.37 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 8.190 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.33 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.197 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.45 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 8.201 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.47 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 8.217 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.47 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.230 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.39 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.242 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.31 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 8.247 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.35 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 8.260 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.35 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 8.270 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: 8.281 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 | 228 | 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.44 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 8.284 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.27 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 8.288 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='171'
and end_to > '2024-10-30 00:14:36'
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: 8.294 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.37 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.300 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.41 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.306 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.40 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 8.312 MB Rows returned: 10
Select *
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: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.35 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 8.322 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.31 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.326 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '84'
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.27 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.333 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '171'
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.35 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.345 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.36 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.351 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.48 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 8.355 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'chickenshopincoventry'
and id <> '170'
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.47 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.362 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'chickenshopincoventry'
and id <> '170'
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.06 ms Query memory: 0.022 MB Memory before query: 8.370 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 ="170")
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.40 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.381 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,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.32 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 8.386 MB Rows returned: 1
Select *
from zofl_osrs_categories
where id = '10'
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.37 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 8.398 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.38 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 8.409 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.32 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 8.420 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "106fa3eccf0a5efc2006fa3dfa6f6c0d"
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 | 228 | 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.47 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 8.424 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 ="170")
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: 8.428 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='170'
and end_to > '2024-10-30 00:14:36'
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.27 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 8.434 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '170'
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.33 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 8.440 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '170'
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 | 12 | |
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.40 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 8.445 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '170'
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 | 12 | 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.40 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.451 MB Rows returned: 4
Select *
from zofl_osrs_photos
where pro_id = '170'
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 | 12 | |
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.41 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 8.457 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.37 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.461 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '95'
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.31 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.467 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '170'
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.43 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.479 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.41 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.486 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.51 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 8.490 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'conventrychickenshop'
and id <> '169'
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.51 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.496 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'conventrychickenshop'
and id <> '169'
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.49 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.504 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 ="169")
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.48 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.515 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,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.48 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 8.517 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 ="169")
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.31 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 8.522 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='169'
and end_to > '2024-10-30 00:14:36'
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.29 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 8.527 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '169'
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.39 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 8.533 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '169'
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 | 17 | |
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.42 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 8.539 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '169'
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 | 17 | 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.41 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.545 MB Rows returned: 6
Select *
from zofl_osrs_photos
where pro_id = '169'
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 | 17 | |
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.42 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 8.555 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.28 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.559 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '169'
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.38 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 8.571 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.38 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.577 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.49 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.582 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'suffolkchickenshop'
and id <> '166'
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.45 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.588 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'suffolkchickenshop'
and id <> '166'
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.06 ms Query memory: 0.022 MB Memory before query: 8.596 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 ="166")
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.39 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.607 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,435,2299,3349,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.42 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 8.609 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 ="166")
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: 8.613 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='166'
and end_to > '2024-10-30 00:14:36'
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.24 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 8.619 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '166'
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: 8.625 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '166'
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 | 8 | |
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.40 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 8.631 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '166'
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 | 8 | 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.37 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.636 MB Rows returned: 8
Select *
from zofl_osrs_photos
where pro_id = '166'
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 | 8 | |
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.34 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 8.646 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.29 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.650 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '91'
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.23 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.657 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '166'
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.35 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 8.680 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.31 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.691 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.47 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.695 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'cheltenhamofflicencelease'
and id <> '162'
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.46 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.701 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'cheltenhamofflicencelease'
and id <> '162'
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.06 ms Query memory: 0.022 MB Memory before query: 8.710 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 ="162")
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.38 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.721 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,435,2299,3349,435,2299,3349,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.40 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 8.723 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 ="162")
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.24 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 8.727 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='162'
and end_to > '2024-10-30 00:14:36'
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: 8.733 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '162'
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: 8.739 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '162'
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 | 11 | |
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.45 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 8.745 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '162'
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 | 11 | 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.41 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 8.751 MB Rows returned: 12
Select *
from zofl_osrs_photos
where pro_id = '162'
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 | 11 | |
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.34 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 8.762 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.29 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.766 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '68'
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.23 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.773 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '162'
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.35 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.785 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.31 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.791 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.48 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.796 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'leamingtonspaofflicence'
and id <> '161'
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.48 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.802 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'leamingtonspaofflicence'
and id <> '161'
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.43 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 8.810 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 ="161")
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.42 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.821 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,435,2299,3349,435,2299,3349,435,2299,3349,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.41 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 8.823 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 ="161")
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: 8.827 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='161'
and end_to > '2024-10-30 00:14:36'
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.25 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 8.833 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '161'
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.40 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.839 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '161'
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 | 10 | |
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.43 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 8.845 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '161'
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 | 10 | 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.39 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 8.850 MB Rows returned: 11
Select *
from zofl_osrs_photos
where pro_id = '161'
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 | 10 | |
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.34 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 8.859 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.30 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.863 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '94'
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.22 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.870 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '161'
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.32 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.882 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.32 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.888 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.44 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.892 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'offlicenceincoventry'
and id <> '157'
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.47 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.899 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'offlicenceincoventry'
and id <> '157'
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.43 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.907 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 ="157")
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.41 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.918 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,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,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.43 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 8.920 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 ="157")
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.27 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 8.924 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='157'
and end_to > '2024-10-30 00:14:36'
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: 8.930 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '157'
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.35 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 8.936 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '157'
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 | 5 | |
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.03 ms Query memory: 0.022 MB Memory before query: 8.941 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '157'
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 | 5 | 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.35 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.947 MB Rows returned: 5
Select *
from zofl_osrs_photos
where pro_id = '157'
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 | 5 | |
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.33 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 8.953 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.31 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.957 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '95'
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.24 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 8.963 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '157'
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.30 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.975 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.34 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 8.982 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.47 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 8.986 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'bedfordgroceryandbutcher'
and id <> '146'
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.46 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 8.992 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'bedfordgroceryandbutcher'
and id <> '146'
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.06 ms Query memory: 0.022 MB Memory before query: 9.001 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 ="146")
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.40 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 9.012 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,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,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.40 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 9.014 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 ="146")
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: 9.018 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='146'
and end_to > '2024-10-30 00:14:36'
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.25 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 9.024 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '146'
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: 9.029 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '146'
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 | 6 | |
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.39 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.035 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '146'
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 | 6 | 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.35 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 9.041 MB Rows returned: 6
Select *
from zofl_osrs_photos
where pro_id = '146'
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 | 6 | |
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.34 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 9.050 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.29 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.055 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '53'
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.29 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 9.061 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '146'
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.34 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 9.073 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.38 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.079 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.48 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.084 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'leicesterofflicence'
and id <> '142'
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.45 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.090 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'leicesterofflicence'
and id <> '142'
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.43 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 9.098 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 ="142")
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.41 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 9.109 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,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,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: 47.29 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 9.111 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 ="142")
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.35 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 9.115 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='142'
and end_to > '2024-10-30 00:14:37'
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.29 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 9.121 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '142'
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.42 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 9.127 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '142'
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 | 5 | |
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.48 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 9.133 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '142'
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 | 5 | 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.37 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 9.139 MB Rows returned: 5
Select *
from zofl_osrs_photos
where pro_id = '142'
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 | 5 | |
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.65 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 9.147 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.45 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.151 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '77'
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.26 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.157 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '142'
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.35 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 9.169 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.33 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.176 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.45 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 9.180 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'offlicenceforleaseincoventry'
and id <> '139'
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.42 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 9.186 MB Rows returned: 1
Select count(id)
from zofl_osrs_properties
where pro_alias like 'offlicenceforleaseincoventry'
and id <> '139'
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.41 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 9.194 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 ="139")
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.35 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 9.207 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,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,435,2299,3349,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.36 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 9.209 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 ="139")
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.05 ms Query memory: 0.021 MB Memory before query: 9.213 MB Rows returned: 0
SELECT *
FROM zofl_osrs_property_open
WHERE pid='139'
and end_to > '2024-10-30 00:14:37'
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.42 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 9.219 MB Rows returned: 0
Select *
from zofl_osrs_comments
where pro_id = '139'
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.44 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 9.225 MB Rows returned: 1
select count(id)
from zofl_osrs_photos
where pro_id = '139'
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 | 10 | |
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.47 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.230 MB Rows returned: 1
select image
from zofl_osrs_photos
where pro_id = '139'
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 | 10 | 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.56 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 9.236 MB Rows returned: 11
Select *
from zofl_osrs_photos
where pro_id = '139'
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 | 10 | |
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.38 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 9.249 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.50 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.253 MB Rows returned: 1
Select state_name
from zofl_osrs_states
where id = '95'
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.26 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 9.259 MB Rows returned: 1
Select count(id)
from zofl_osrs_comments
where pro_id = '139'
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.34 ms After last query: 0.26 ms Query memory: 0.022 MB Memory before query: 9.270 MB Rows returned: 10
Select id as value,type_name as text
from zofl_osrs_types
where published = '1'
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_types | ALL | published | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3097 |
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.49 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 9.283 MB Rows returned: 16
Select *
from zofl_osrs_categories
where published = '1'
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_categories | ALL | published | NO INDEX KEY COULD BE USED | NULL | NULL | 16 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:2982 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.023 MB Memory before query: 9.305 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.04 ms Query memory: 0.023 MB Memory before query: 9.312 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.04 ms Query memory: 0.023 MB Memory before query: 9.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 |
---|
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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.35 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 9.326 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.40 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 9.333 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.39 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 9.340 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.43 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 9.347 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.35 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 9.354 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.05 ms Query memory: 0.023 MB Memory before query: 9.361 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.34 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 9.369 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.31 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 9.376 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.49 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 9.383 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.51 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 9.390 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.023 MB Memory before query: 9.397 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.04 ms Query memory: 0.023 MB Memory before query: 9.404 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.40 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 9.411 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:364 |
12 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/helpers/helper.php:2992 |
11 | OSPHelper::checkboxesCategory() | JROOT/components/com_osproperty/classes/listing.php:3102 |
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.49 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 9.404 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/common.php:84 |
11 | HelperOspropertyCommon::makeCountryList() | JROOT/components/com_osproperty/classes/listing.php:3106 |
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.44 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 9.411 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/common.php:137 |
11 | HelperOspropertyCommon::makeStateList() | JROOT/components/com_osproperty/classes/listing.php:3109 |
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.83 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 9.415 MB Rows returned: 48
Select id as value,state_name as text
from zofl_osrs_states
where published = 1
and country_id = '193'
order by state_name
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; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/common.php:157 |
11 | HelperOspropertyCommon::makeStateList() | JROOT/components/com_osproperty/classes/listing.php:3109 |
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.35 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 9.426 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/common.php:184 |
11 | HelperOspropertyCommon::loadCity() | JROOT/components/com_osproperty/classes/listing.php:3116 |
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.35 ms After last query: 0.27 ms Query memory: 0.022 MB Memory before query: 9.467 MB Rows returned: 1
Select a.id as value, a.name as text
from zofl_osrs_agents as a
inner join zofl_users as b
on b.id = a.user_id
where a.published = '1'
and a.company_id = '1'
order by a.name
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | published | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using filesort |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.a.user_id | 1 | 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:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3161 |
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.08 ms Query memory: 0.023 MB Memory before query: 9.478 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 |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:4375 |
13 | OSPHelper::getThemeName() | JROOT/components/com_osproperty/classes/template.class.php:27 |
12 | OspropertyTemplate->OspropertyTemplate() | JROOT/components/com_osproperty/classes/listing.html.php:681 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.02 ms Query memory: 0.023 MB Memory before query: 9.486 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 |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:4381 |
13 | OSPHelper::getThemeName() | JROOT/components/com_osproperty/classes/template.class.php:27 |
12 | OspropertyTemplate->OspropertyTemplate() | JROOT/components/com_osproperty/classes/listing.html.php:681 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.06 ms Query memory: 0.023 MB Memory before query: 9.494 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 |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:4381 |
13 | OSPHelper::getThemeName() | JROOT/components/com_osproperty/classes/template.class.php:41 |
12 | OspropertyTemplate::livePath() | JROOT/components/com_osproperty/classes/listing.html.php:714 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.023 MB Memory before query: 9.503 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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:4381 |
12 | OSPHelper::getThemeName() | JROOT/components/com_osproperty/classes/listing.html.php:765 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.23 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 9.506 MB Rows returned: 1
Select *
from zofl_osrs_themes
where name like 'theme3'
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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.html.php:769 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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: 2.88 ms Query memory: 0.026 MB Memory before query: 9.723 MB Rows returned: 58
Select id as value, currency_code as text
from zofl_osrs_currencies
where id <> ''
order by currency_code
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_currencies | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 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/templates/theme3/listing.html.tpl.php:79 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.52 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 9.764 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '172'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.35 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 9.773 MB Rows returned: 1
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 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.60 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 9.781 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=172%') or (`link` like '%view=ldetails&id=172%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.64 ms After last query: 0.02 ms Query memory: 0.024 MB Memory before query: 9.789 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.02 ms Query memory: 0.023 MB Memory before query: 9.802 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.43 ms After last query: 0.01 ms Query memory: 0.023 MB Memory before query: 9.809 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.31 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 9.811 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=172%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.46 ms After last query: 0.02 ms Query memory: 0.067 MB Memory before query: 9.822 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '172'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.35 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 9.846 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.38 ms After last query: 0.03 ms Query memory: 0.035 MB Memory before query: 9.881 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.35 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 9.900 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "4e613675ef15fbd8ddff6a339f436f25"
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 | 228 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.09 ms Query memory: 0.027 MB Memory before query: 9.899 MB Rows returned: 0
Select *
from zofl_osrs_categories
where id = ''
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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:116 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:674 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.04 ms Query memory: 0.027 MB Memory before query: 9.912 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:117 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:674 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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: 5.48 ms After last query: 0.03 ms Query memory: 0.027 MB Memory before query: 9.923 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:118 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:674 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.57 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 9.935 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "d41d8cd98f00b204e9800998ecf8427e"
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 | 228 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:674 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.024 MB Memory before query: 9.942 MB Rows returned: 1
Select currency_symbol
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 |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/common.php:1434 |
15 | HelperOspropertyCommon::loadCurrency() | JROOT/components/com_osproperty/helpers/helper.php:2617 |
14 | OSPHelper::generatePrice() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:682 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.52 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 9.951 MB Rows returned: 1
Select fieldvalue
from zofl_osrs_configuration
where fieldname like 'general_currency_money_format'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_configuration | range | fieldname | fieldname | 768 | NULL | 32 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/common.php:588 |
15 | HelperOspropertyCommon::showPrice() | JROOT/components/com_osproperty/helpers/helper.php:2617 |
14 | OSPHelper::generatePrice() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:682 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.52 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 9.964 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '171'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.024 MB Memory before query: 9.974 MB Rows returned: 2
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 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 2 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.53 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 9.982 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=171%') or (`link` like '%view=ldetails&id=171%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.64 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 9.989 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.40 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 10.002 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.51 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.010 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.10 ms Query memory: 0.027 MB Memory before query: 10.012 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=171%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.49 ms After last query: 0.02 ms Query memory: 0.067 MB Memory before query: 10.023 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '171'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.05 ms Query memory: 0.027 MB Memory before query: 10.047 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.45 ms After last query: 0.03 ms Query memory: 0.027 MB Memory before query: 10.059 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.38 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 10.071 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "a63b0afba8e3c33dde5c2efa8ec66bb3"
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 | 228 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.11 ms Query memory: 0.023 MB Memory before query: 10.066 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '170'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.31 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 10.076 MB Rows returned: 1
SELECT category_id
FROM zofl_osrs_property_categories
WHERE pid="170"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.48 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.083 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=170%') or (`link` like '%view=ldetails&id=170%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.53 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 10.091 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.023 MB Memory before query: 10.104 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.023 MB Memory before query: 10.111 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.09 ms Query memory: 0.027 MB Memory before query: 10.113 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=170%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.43 ms After last query: 0.02 ms Query memory: 0.067 MB Memory before query: 10.124 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '170'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.44 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 10.148 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.47 ms After last query: 0.03 ms Query memory: 0.027 MB Memory before query: 10.160 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.04 ms Query memory: 0.026 MB Memory before query: 10.172 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "0d500e5a78779be339159f07d1bff19b"
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 | 228 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.40 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 10.170 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '169'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.31 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 10.180 MB Rows returned: 1
SELECT category_id
FROM zofl_osrs_property_categories
WHERE pid="169"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.44 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.188 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=169%') or (`link` like '%view=ldetails&id=169%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.02 ms Query memory: 0.024 MB Memory before query: 10.196 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.023 MB Memory before query: 10.209 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.01 ms Query memory: 0.023 MB Memory before query: 10.216 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.46 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 10.218 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=169%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.40 ms After last query: 0.03 ms Query memory: 0.067 MB Memory before query: 10.229 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '169'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.38 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 10.252 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.34 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 10.264 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.29 ms After last query: 0.05 ms Query memory: 0.026 MB Memory before query: 10.276 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "3e613deed2e443cd31712ce28135f93b"
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 | 228 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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: 45.34 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 10.272 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '166'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.024 MB Memory before query: 10.282 MB Rows returned: 1
SELECT category_id
FROM zofl_osrs_property_categories
WHERE pid="166"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.60 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.290 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=166%') or (`link` like '%view=ldetails&id=166%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.51 ms After last query: 0.02 ms Query memory: 0.024 MB Memory before query: 10.297 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.04 ms Query memory: 0.023 MB Memory before query: 10.310 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.43 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.318 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.34 ms After last query: 0.10 ms Query memory: 0.027 MB Memory before query: 10.320 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=166%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.48 ms After last query: 0.03 ms Query memory: 0.067 MB Memory before query: 10.331 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '166'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.38 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 10.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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.38 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 10.367 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 |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.31 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 10.378 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "fb0e69ab7ab76a2824fbfe0757370056"
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 | 228 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.43 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 10.377 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '162'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.04 ms Query memory: 0.024 MB Memory before query: 10.387 MB Rows returned: 1
SELECT category_id
FROM zofl_osrs_property_categories
WHERE pid="162"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.03 ms Query memory: 0.023 MB Memory before query: 10.395 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=162%') or (`link` like '%view=ldetails&id=162%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.53 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 10.402 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.05 ms Query memory: 0.023 MB Memory before query: 10.415 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.39 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 10.423 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.10 ms Query memory: 0.027 MB Memory before query: 10.425 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=162%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.01 ms |
Query end | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.43 ms After last query: 0.05 ms Query memory: 0.067 MB Memory before query: 10.436 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '162'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.06 ms Query memory: 0.027 MB Memory before query: 10.461 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 |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.38 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 10.472 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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.35 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 10.484 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "a2f558b0c08fcb217a527a52e7e60556"
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 | 228 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.45 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 10.480 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '161'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.39 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 10.490 MB Rows returned: 1
SELECT category_id
FROM zofl_osrs_property_categories
WHERE pid="161"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.04 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.57 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 10.498 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=161%') or (`link` like '%view=ldetails&id=161%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.15 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.03 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.02 ms Query memory: 0.024 MB Memory before query: 10.505 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.02 ms |
Sending data | 0.21 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.34 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 10.518 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.49 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.526 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.34 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 10.528 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=161%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.44 ms After last query: 0.03 ms Query memory: 0.067 MB Memory before query: 10.539 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '161'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.05 ms Query memory: 0.027 MB Memory before query: 10.564 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 |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.38 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 10.575 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 |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.05 ms Query memory: 0.026 MB Memory before query: 10.587 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "4bca764673d6b7205301a7039b29dfd3"
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 | 228 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.01 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.43 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 10.597 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '157'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.34 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 10.607 MB Rows returned: 1
SELECT category_id
FROM zofl_osrs_property_categories
WHERE pid="157"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.49 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.615 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=157%') or (`link` like '%view=ldetails&id=157%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.18 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.56 ms After last query: 0.02 ms Query memory: 0.024 MB Memory before query: 10.622 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.24 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.04 ms Query memory: 0.023 MB Memory before query: 10.635 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.49 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 10.643 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.13 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.34 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 10.645 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=157%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.44 ms After last query: 0.03 ms Query memory: 0.067 MB Memory before query: 10.656 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '157'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.04 ms Query memory: 0.027 MB Memory before query: 10.681 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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.38 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 10.693 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 |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.05 ms Query memory: 0.026 MB Memory before query: 10.704 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "81db39a127745815824043eb853bccd0"
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 | 228 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.10 ms Query memory: 0.023 MB Memory before query: 10.702 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '146'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.40 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 10.712 MB Rows returned: 1
SELECT category_id
FROM zofl_osrs_property_categories
WHERE pid="146"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.48 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 10.720 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=146%') or (`link` like '%view=ldetails&id=146%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.15 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.54 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 10.727 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.21 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.023 MB Memory before query: 10.740 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.43 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.748 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.12 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.09 ms Query memory: 0.027 MB Memory before query: 10.750 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=146%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.44 ms After last query: 0.04 ms Query memory: 0.067 MB Memory before query: 10.761 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '146'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.04 ms Query memory: 0.027 MB Memory before query: 10.784 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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.01 ms |
Query end | 0.03 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.40 ms After last query: 0.03 ms Query memory: 0.027 MB Memory before query: 10.796 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 |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.05 ms Query memory: 0.026 MB Memory before query: 10.808 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "b726e7798f613c6995fd6e702312fb31"
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 | 228 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.39 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 10.803 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '142'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.31 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 10.813 MB Rows returned: 1
SELECT category_id
FROM zofl_osrs_property_categories
WHERE pid="142"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.46 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.821 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=142%') or (`link` like '%view=ldetails&id=142%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.15 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.51 ms After last query: 0.02 ms Query memory: 0.024 MB Memory before query: 10.828 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.21 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.02 ms Query memory: 0.023 MB Memory before query: 10.841 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.44 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.849 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.12 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.08 ms Query memory: 0.027 MB Memory before query: 10.851 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=142%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.03 ms Query memory: 0.067 MB Memory before query: 10.862 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '142'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.04 ms Query memory: 0.027 MB Memory before query: 10.888 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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.01 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.34 ms After last query: 0.03 ms Query memory: 0.027 MB Memory before query: 10.900 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 |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.34 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 10.912 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "acfdad1a3c6011a580f52ec4fc2fe631"
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 | 228 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.39 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 10.920 MB Rows returned: 1
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from zofl_osrs_properties as a
inner join zofl_osrs_agents as b
on b.id = a.agent_id
left join zofl_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '139'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.024 MB Memory before query: 10.930 MB Rows returned: 1
SELECT category_id
FROM zofl_osrs_property_categories
WHERE pid="139"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3072 |
15 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.46 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 10.938 MB Rows returned: 0
Select id
from zofl_menu
where published = '1'
and ((`link` like '%view=ldetails&id=139%') or (`link` like '%view=ldetails&id=139%'))
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.15 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.51 ms After last query: 0.02 ms Query memory: 0.024 MB Memory before query: 10.945 MB Rows returned: 2
Select *
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.20 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.023 MB Memory before query: 10.958 MB Rows returned: 1
Select count(id)
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and id = '435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.43 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 10.966 MB Rows returned: 2
Select id
from zofl_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.12 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:130 |
14 | OSPRoute::getItemid() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:633 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.09 ms Query memory: 0.027 MB Memory before query: 10.968 MB Rows returned: 1
Select count(id)
from zofl_menu
where id = '2299'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=139%')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:524 |
22 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:308 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.53 ms After last query: 0.03 ms Query memory: 0.067 MB Memory before query: 10.979 MB Rows returned: 1
Select *
from zofl_osrs_properties
where id = '139'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:337 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.35 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 11.002 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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:338 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.52 ms After last query: 0.03 ms Query memory: 0.027 MB Memory before query: 11.014 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 |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.03 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.03 ms |
Query end | 0.03 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:330 |
23 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/helpers/helper.php:364 |
22 | OSPHelper::getLanguageFieldValue() | JROOT/components/com_osproperty/router.php:339 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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.06 ms Query memory: 0.026 MB Memory before query: 11.026 MB Rows returned: 1
SELECT COUNT(id)
FROM zofl_osrs_urls
WHERE md5_key like "961502b59457d18299401d85b955e078"
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 | 228 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.08 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.03 ms |
closing tables | 0.03 ms |
Query end | 0.04 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:764 |
21 | OspropertyBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php:643 |
13 | include JROOT/components/com_osproperty/templates/theme3/listing.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
12 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:800 |
11 | HTML_OspropertyListing::listProperties() | JROOT/components/com_osproperty/classes/listing.php:3171 |
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: 1.15 ms After last query: 8.59 ms Query memory: 0.024 MB Memory before query: 10.777 MB Rows returned: 13
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM zofl_modules AS m
LEFT JOIN zofl_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN zofl_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-10-30 00:14:37')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-10-30 00:14:37')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 435 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 106 | Using index condition; Using where; Using filesort |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.m.id | 1 | Using where; Using index |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | u522904507_n17L5.m.module,const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.07 ms |
Preparing | 0.04 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.60 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:467 |
13 | JModuleHelper::getModuleList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:410 |
12 | JModuleHelper::load() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:89 |
11 | JModuleHelper::getModules() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:168 |
10 | JSNTplUtils->countModules() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:498 |
9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_reta_pro/index.php:18 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 1.26 ms Query memory: 0.023 MB Memory before query: 10.831 MB Rows returned: 0
SELECT m.id
FROM zofl_modules AS m
INNER JOIN zofl_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid < 0
AND mm.menuid = -435)
AND m.position IN ("topbar", "logo", "top", "header-right", "toolbar", "mainmenu", "nav-bar", "promo-
left", "promo", "promo-right", "content-top-over", "content-top", "content-top-below", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom-over", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer1", "footer2", "footer3", "background", "debug", "brand", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 206 | Using where |
1 | SIMPLE | mm | eq_ref | PRIMARY | PRIMARY | 8 | u522904507_n17L5.m.id,const | 1 | Using index |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:720 |
13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:761 |
12 | JSNTplUtils->checkK2() | JROOT/templates/jsn_reta_pro/template_custom.php:23 |
11 | include_once JROOT/templates/jsn_reta_pro/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:1003 |
10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:742 |
9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_reta_pro/index.php:18 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 10.839 MB Rows returned: 0
SELECT m.id
FROM zofl_modules AS m
INNER JOIN zofl_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid = 435 OR mm.menuid = 0 OR (mm.menuid < 0
AND mm.menuid != -435))
AND m.position IN ("topbar", "logo", "top", "header-right", "toolbar", "mainmenu", "nav-bar", "promo-
left", "promo", "promo-right", "content-top-over", "content-top", "content-top-below", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom-over", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer1", "footer2", "footer3", "background", "debug", "brand", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
GROUP BY m.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | index | PRIMARY,published,newsfeeds | PRIMARY | 4 | NULL | 206 | Using where |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.m.id | 1 | Using where; Using index |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.04 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.08 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.03 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:741 |
13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:761 |
12 | JSNTplUtils->checkK2() | JROOT/templates/jsn_reta_pro/template_custom.php:23 |
11 | include_once JROOT/templates/jsn_reta_pro/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:1003 |
10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:742 |
9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_reta_pro/index.php:18 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.36 ms After last query: 3.16 ms Query memory: 0.038 MB Memory before query: 10.963 MB Rows returned: 331
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.02 ms |
Filling schema table | 0.03 ms |
checking permissions | 0.79 ms |
Executing | 0.02 ms |
Sending data | 0.09 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Removing tmp table | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
13 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:502 |
12 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/helper.php:784 |
11 | JSNTplHelper::checkMegamenuTable() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/megamenu.php:25 |
10 | JSNTplMMHelperMegamenu::getMegamenuItemsByStyleId() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:783 |
9 | JSNTplTemplateMegamenu::megamenuItems() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:118 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 10.971 MB Rows returned: 1
SELECT COUNT(*)
FROM `zofl_jsn_tplframework_megamenu`
WHERE style_id='9'
AND LOWER(language_code)='en-gb'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_tplframework_megamenu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/megamenu.php:47 |
10 | JSNTplMMHelperMegamenu::getMegamenuItemsByStyleId() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:783 |
9 | JSNTplTemplateMegamenu::megamenuItems() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:118 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 10.977 MB Rows returned: 1
SELECT *
FROM `zofl_jsn_tplframework_megamenu`
WHERE style_id='9'
AND LOWER(language_code)='*'
ORDER BY modified DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_tplframework_megamenu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.03 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.02 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.03 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.03 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/megamenu.php:68 |
10 | JSNTplMMHelperMegamenu::getMegamenuItemsByStyleId() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:783 |
9 | JSNTplTemplateMegamenu::megamenuItems() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:118 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 38.09 ms After last query: 8.93 ms Query memory: 0.027 MB Memory before query: 11.343 MB Rows returned: 0
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params, m.access
FROM zofl_modules AS m
LEFT JOIN zofl_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-10-30 00:14:37')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-10-30 00:14:37')
AND m.id=537
AND m.client_id= 0
AND m.published = 1
AND m.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.10 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
table lock | 0.03 ms |
init | 0.04 ms |
Optimizing | 0.04 ms |
Statistics | 0.07 ms |
Preparing | 0.04 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.03 ms |
Executing | 0.03 ms |
End of update loop | 0.03 ms |
Query end | 0.03 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 37.27 ms |
Query end | 0.03 ms |
Starting cleanup | 0.04 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
26 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:169 |
25 | JSNTplMMShortcodeModule->loadModule() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:124 |
24 | JSNTplMMShortcodeModule->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
23 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
22 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
21 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
20 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/column/column.php:81 |
19 | JSNTplMMShortcodeColumn->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
18 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
17 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
16 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
15 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/row/row.php:120 |
14 | JSNTplMMShortcodeRow->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
13 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
12 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
10 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:824 |
9 | JSNTplTemplateMegamenu::renderShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:119 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.15 ms Query memory: 0.027 MB Memory before query: 11.357 MB Rows returned: 0
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params, m.access
FROM zofl_modules AS m
LEFT JOIN zofl_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-10-30 00:14:37')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-10-30 00:14:37')
AND m.id=539
AND m.client_id= 0
AND m.published = 1
AND m.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
26 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:169 |
25 | JSNTplMMShortcodeModule->loadModule() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:124 |
24 | JSNTplMMShortcodeModule->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
23 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
22 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
21 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
20 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/column/column.php:81 |
19 | JSNTplMMShortcodeColumn->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
18 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
17 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
16 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
15 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/row/row.php:120 |
14 | JSNTplMMShortcodeRow->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
13 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
12 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
10 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:824 |
9 | JSNTplTemplateMegamenu::renderShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:119 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 11.370 MB Rows returned: 0
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params, m.access
FROM zofl_modules AS m
LEFT JOIN zofl_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-10-30 00:14:37')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-10-30 00:14:37')
AND m.id=538
AND m.client_id= 0
AND m.published = 1
AND m.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.03 ms |
Opening tables | 0.02 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.04 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.03 ms |
Query end | 0.01 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
26 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:169 |
25 | JSNTplMMShortcodeModule->loadModule() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:124 |
24 | JSNTplMMShortcodeModule->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
23 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
22 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
21 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
20 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/column/column.php:81 |
19 | JSNTplMMShortcodeColumn->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
18 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
17 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
16 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
15 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/row/row.php:120 |
14 | JSNTplMMShortcodeRow->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
13 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
12 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
10 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:824 |
9 | JSNTplTemplateMegamenu::renderShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:119 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 11.382 MB Rows returned: 0
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params, m.access
FROM zofl_modules AS m
LEFT JOIN zofl_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-10-30 00:14:37')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-10-30 00:14:37')
AND m.id=540
AND m.client_id= 0
AND m.published = 1
AND m.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.03 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.03 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
26 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:169 |
25 | JSNTplMMShortcodeModule->loadModule() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:124 |
24 | JSNTplMMShortcodeModule->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
23 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
22 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
21 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
20 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/column/column.php:81 |
19 | JSNTplMMShortcodeColumn->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
18 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
17 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
16 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
15 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/row/row.php:120 |
14 | JSNTplMMShortcodeRow->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
13 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
12 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
10 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:824 |
9 | JSNTplTemplateMegamenu::renderShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:119 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.10 ms Query memory: 0.027 MB Memory before query: 11.395 MB Rows returned: 0
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params, m.access
FROM zofl_modules AS m
LEFT JOIN zofl_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-10-30 00:14:37')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-10-30 00:14:37')
AND m.id=543
AND m.client_id= 0
AND m.published = 1
AND m.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
26 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:169 |
25 | JSNTplMMShortcodeModule->loadModule() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:124 |
24 | JSNTplMMShortcodeModule->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
23 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
22 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
21 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
20 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/column/column.php:81 |
19 | JSNTplMMShortcodeColumn->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
18 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
17 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
16 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
15 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/row/row.php:120 |
14 | JSNTplMMShortcodeRow->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
13 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
12 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
10 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:824 |
9 | JSNTplTemplateMegamenu::renderShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:119 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 11.407 MB Rows returned: 0
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params, m.access
FROM zofl_modules AS m
LEFT JOIN zofl_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-10-30 00:14:37')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-10-30 00:14:37')
AND m.id=541
AND m.client_id= 0
AND m.published = 1
AND m.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
26 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:169 |
25 | JSNTplMMShortcodeModule->loadModule() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:124 |
24 | JSNTplMMShortcodeModule->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
23 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
22 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
21 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
20 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/column/column.php:81 |
19 | JSNTplMMShortcodeColumn->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
18 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
17 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
16 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
15 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/row/row.php:120 |
14 | JSNTplMMShortcodeRow->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
13 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
12 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
10 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:824 |
9 | JSNTplTemplateMegamenu::renderShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:119 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 11.420 MB Rows returned: 0
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params, m.access
FROM zofl_modules AS m
LEFT JOIN zofl_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-10-30 00:14:37')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-10-30 00:14:37')
AND m.id=550
AND m.client_id= 0
AND m.published = 1
AND m.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.03 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
26 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:169 |
25 | JSNTplMMShortcodeModule->loadModule() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/elements/module/module.php:124 |
24 | JSNTplMMShortcodeModule->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
23 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
22 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
21 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
20 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/column/column.php:81 |
19 | JSNTplMMShortcodeColumn->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
18 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
17 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
16 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
15 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/shortcodes/layout/row/row.php:120 |
14 | JSNTplMMShortcodeRow->elementShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:931 |
13 | JSNTplMMHelperShortcode::shortcodeToMegamenuFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:890 |
12 | JSNTplMMHelperShortcode::doShortcodeTagFrontend() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/shortcode.php:875 |
10 | JSNTplMMHelperShortcode::doShortcodeFrontend() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:824 |
9 | JSNTplTemplateMegamenu::renderShortcode() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:119 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 0.06 ms Query memory: 0.038 MB Memory before query: 11.417 MB Rows returned: 331
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Filling schema table | 0.02 ms |
checking permissions | 0.82 ms |
Executing | 0.03 ms |
Sending data | 0.09 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Removing tmp table | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
14 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:502 |
13 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/helper.php:784 |
12 | JSNTplHelper::checkMegamenuTable() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/megamenu.php:25 |
11 | JSNTplMMHelperMegamenu::getMegamenuItemsByStyleId() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:872 |
10 | JSNTplTemplateMegamenu::getMenuType() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:146 |
9 | JSNTplTemplateMegamenu::getMenuList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:120 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 11.426 MB Rows returned: 1
SELECT COUNT(*)
FROM `zofl_jsn_tplframework_megamenu`
WHERE style_id='9'
AND LOWER(language_code)='en-gb'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_tplframework_megamenu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.03 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.04 ms |
closing tables | 0.03 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/megamenu.php:47 |
11 | JSNTplMMHelperMegamenu::getMegamenuItemsByStyleId() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:872 |
10 | JSNTplTemplateMegamenu::getMenuType() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:146 |
9 | JSNTplTemplateMegamenu::getMenuList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:120 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 11.433 MB Rows returned: 1
SELECT *
FROM `zofl_jsn_tplframework_megamenu`
WHERE style_id='9'
AND LOWER(language_code)='*'
ORDER BY modified DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_tplframework_megamenu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.03 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.03 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/megamenu.php:68 |
11 | JSNTplMMHelperMegamenu::getMegamenuItemsByStyleId() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:872 |
10 | JSNTplTemplateMegamenu::getMenuType() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:146 |
9 | JSNTplTemplateMegamenu::getMenuList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:120 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.37 ms After last query: 0.03 ms Query memory: 0.038 MB Memory before query: 11.437 MB Rows returned: 331
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Filling schema table | 0.02 ms |
checking permissions | 0.80 ms |
Executing | 0.02 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Removing tmp table | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.05 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
14 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:502 |
13 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/helper.php:784 |
12 | JSNTplHelper::checkMegamenuTable() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/megamenu.php:25 |
11 | JSNTplMMHelperMegamenu::getMegamenuItemsByStyleId() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:783 |
10 | JSNTplTemplateMegamenu::megamenuItems() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:147 |
9 | JSNTplTemplateMegamenu::getMenuList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:120 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 11.445 MB Rows returned: 1
SELECT COUNT(*)
FROM `zofl_jsn_tplframework_megamenu`
WHERE style_id='9'
AND LOWER(language_code)='en-gb'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_tplframework_megamenu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/megamenu.php:47 |
11 | JSNTplMMHelperMegamenu::getMegamenuItemsByStyleId() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:783 |
10 | JSNTplTemplateMegamenu::megamenuItems() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:147 |
9 | JSNTplTemplateMegamenu::getMenuList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:120 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 11.452 MB Rows returned: 1
SELECT *
FROM `zofl_jsn_tplframework_megamenu`
WHERE style_id='9'
AND LOWER(language_code)='*'
ORDER BY modified DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_tplframework_megamenu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/megamenu/helpers/megamenu.php:68 |
11 | JSNTplMMHelperMegamenu::getMegamenuItemsByStyleId() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:783 |
10 | JSNTplTemplateMegamenu::megamenuItems() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:147 |
9 | JSNTplTemplateMegamenu::getMenuList() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/megamenu.php:120 |
8 | JSNTplTemplateMegamenu::render() | JROOT/templates/jsn_reta_pro/index.php:279 |
7 | require JROOT/templates/jsn_reta_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 1.60 ms Query memory: 0.020 MB Memory before query: 11.518 MB Rows returned: 0
SELECT assets, legacy
FROM zofl_jsn_poweradmin_menu_assets
WHERE type='css'
AND menuId='435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_poweradmin_menu_assets | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.03 ms |
Opening tables | 0.17 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
9 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
8 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:209 |
7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.03 ms Query memory: 0.020 MB Memory before query: 11.523 MB Rows returned: 0
SELECT assets, legacy
FROM zofl_jsn_poweradmin_menu_assets
WHERE type='js'
AND menuId='435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_poweradmin_menu_assets | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.04 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.03 ms |
Preparing | 0.04 ms |
Executing | 0.03 ms |
Sending data | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.03 ms |
Commit | 0.01 ms |
Query end | 0.03 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.03 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
9 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
8 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:210 |
7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 11.527 MB Rows returned: 1
SELECT parent_id
FROM zofl_menu
WHERE id='435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.03 ms |
closing tables | 0.03 ms |
Query end | 0.02 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.03 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
9 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:215 |
7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 11.533 MB Rows returned: 0
SELECT assets, legacy
FROM zofl_jsn_poweradmin_menu_assets
WHERE type='css'
AND menuId='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_poweradmin_menu_assets | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.03 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
9 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:416 |
8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:215 |
7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 11.538 MB Rows returned: 1
SELECT parent_id
FROM zofl_menu
WHERE id='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.02 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.01 ms |
Query end | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
10 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:432 |
8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:215 |
7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 11.543 MB Rows returned: 1
SELECT parent_id
FROM zofl_menu
WHERE id='435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.02 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
9 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:248 |
7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 11.548 MB Rows returned: 0
SELECT assets, legacy
FROM zofl_jsn_poweradmin_menu_assets
WHERE type='js'
AND menuId='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_poweradmin_menu_assets | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.04 ms |
Sending data | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.03 ms |
Commit | 0.03 ms |
Query end | 0.03 ms |
closing tables | 0.03 ms |
Unlocking tables | 0.03 ms |
closing tables | 0.02 ms |
Query end | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
9 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:416 |
8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:248 |
7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 11.553 MB Rows returned: 1
SELECT parent_id
FROM zofl_menu
WHERE id='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.03 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
10 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:432 |
8 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:248 |
7 | plgSystemJsnpoweradmin->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.29 ms After last query: 0.56 ms Query memory: 0.025 MB Memory before query: 11.577 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `zofl_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `zofl_extensions`
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.03 ms |
closing tables | 0.02 ms |
checking permissions | 0.03 ms |
Opening tables | 0.36 ms |
After opening tables | 0.03 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.04 ms |
Executing | 0.03 ms |
Filling schema table | 0.03 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
checking permissions | 0.09 ms |
closing tables | 0.03 ms |
checking permissions | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Removing tmp table | 0.14 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.03 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.05 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
12 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
11 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
10 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Extension.php:32 |
9 | Joomla\CMS\Table\Extension->__construct() | JROOT/libraries/src/Table/Table.php:312 |
8 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/pagebuilder/pagebuilder.php:68 |
7 | plgSystemPagebuilder->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.67 ms Query memory: 0.021 MB Memory before query: 11.628 MB Rows returned: 1
SELECT *
FROM zofl_extensions
WHERE `element` = 'jsnframework'
AND `type` = 'plugin'
AND `folder` = 'system'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_extensions | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 804 | const,const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.03 ms |
table lock | 0.03 ms |
init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.06 ms |
Preparing | 0.04 ms |
Executing | 0.03 ms |
Sending data | 0.06 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.03 ms |
Query end | 0.03 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
9 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
8 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/pagebuilder/pagebuilder.php:71 |
7 | plgSystemPagebuilder->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.47 ms After last query: 0.26 ms Query memory: 0.036 MB Memory before query: 11.632 MB Rows returned: 331
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
table lock | 0.03 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.03 ms |
Preparing | 0.03 ms |
Executing | 0.02 ms |
Filling schema table | 0.03 ms |
checking permissions | 0.75 ms |
Executing | 0.03 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.02 ms |
closing tables | 0.01 ms |
Removing tmp table | 0.03 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | 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/pagebuilder/pagebuilder.php:135 |
7 | plgSystemPagebuilder->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 11.677 MB Rows returned: 2
SELECT name,value
FROM zofl_jsn_pagebuilder_config
WHERE 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_pagebuilder_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.03 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
8 | JSNConfigHelper::get() | JROOT/plugins/system/pagebuilder/pagebuilder.php:135 |
7 | plgSystemPagebuilder->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 17.12 ms Query memory: 0.023 MB Memory before query: 12.808 MB Rows returned: 3
SELECT `name`, `value`
FROM `zofl_jsn_imageshow_config`
WHERE `name` IN ('show_quick_icons', 'enable_update_checking', 'number_of_images_on_loading')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_imageshow_config | range | name | name | 767 | NULL | 3 | Using where |
Status | Duration |
---|
Starting | 0.17 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Query end | 0.03 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_parameter.php:81 |
14 | JSNISParameter->getParameters() | JROOT/administrator/components/com_imageshow/imageshow.defines.php:27 |
13 | require_once JROOT/administrator/components/com_imageshow/imageshow.defines.php | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:16 |
12 | require_once JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php | JROOT/plugins/jsnpagebuilder/defaultelements/imageshow/imageshow.php:32 |
11 | JSNPBShortcodeImageShow->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:424 |
8 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
7 | plgSystemPagebuilder->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.47 ms After last query: 69.54 ms Query memory: 0.023 MB Memory before query: 13.824 MB Rows returned: 13
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM zofl_modules AS m
LEFT JOIN zofl_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN zofl_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-10-30 00:14:37')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-10-30 00:14:37')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 435 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 106 | Using index condition; Using where; Using filesort |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | u522904507_n17L5.m.id | 1 | Using where; Using index |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | u522904507_n17L5.m.module,const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.10 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.05 ms |
Optimizing | 0.04 ms |
Statistics | 0.08 ms |
Preparing | 0.06 ms |
Sorting result | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.02 ms |
Creating sort index | 0.58 ms |
End of update loop | 0.06 ms |
Query end | 0.02 ms |
Commit | 0.01 ms |
Query end | 0.03 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.03 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.05 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:467 |
9 | JModuleHelper::getModuleList() | JROOT/plugins/system/pagebuilder/pagebuilder.php:431 |
8 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:150 |
7 | plgSystemPagebuilder->onBeforeRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1034 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 7.18 ms Query memory: 0.023 MB Memory before query: 13.387 MB Rows returned: 1
SELECT *
FROM `zofl_jsn_easyslider_sliders`
WHERE `slider_id` = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_jsn_easyslider_sliders | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
After opening tables | 0.04 ms |
System lock | 0.02 ms |
table lock | 0.03 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.02 ms |
Query end | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyslider/classes/jsn.easyslider.slider.php:44 |
14 | JSNEasySliderSlider->getSliderInfoByID() | JROOT/administrator/components/com_easyslider/classes/jsn.easyslider.render.php:57 |
13 | JSNEasySliderRender->render() | JROOT/modules/mod_easyslider/helper.php:25 |
12 | modEasySliderHelper::render() | JROOT/modules/mod_easyslider/tmpl/default.php:14 |
11 | require JROOT/modules/mod_easyslider/tmpl/default.php | JROOT/modules/mod_easyslider/mod_easyslider.php:15 |
10 | include JROOT/modules/mod_easyslider/mod_easyslider.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
9 | JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 13.396 MB Rows returned: 0
SELECT *
FROM `zofl_jsn_easyslider_config`
WHERE `name`='load_font_awesome'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.04 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyslider/classes/jsn.easyslider.render.php:285 |
15 | JSNEasySliderRender->getDataConfig() | JROOT/administrator/components/com_easyslider/classes/jsn.easyslider.render.php:243 |
14 | JSNEasySliderRender->_loadAssets() | JROOT/administrator/components/com_easyslider/classes/jsn.easyslider.render.php:70 |
13 | JSNEasySliderRender->render() | JROOT/modules/mod_easyslider/helper.php:25 |
12 | modEasySliderHelper::render() | JROOT/modules/mod_easyslider/tmpl/default.php:14 |
11 | require JROOT/modules/mod_easyslider/tmpl/default.php | JROOT/modules/mod_easyslider/mod_easyslider.php:15 |
10 | include JROOT/modules/mod_easyslider/mod_easyslider.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
9 | JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 13.422 MB Rows returned: 0
SELECT *
FROM `zofl_jsn_easyslider_config`
WHERE `name`='load_google_font'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyslider/classes/jsn.easyslider.render.php:285 |
15 | JSNEasySliderRender->getDataConfig() | JROOT/administrator/components/com_easyslider/classes/jsn.easyslider.render.php:210 |
14 | JSNEasySliderRender->renderScriptTag() | JROOT/administrator/components/com_easyslider/classes/jsn.easyslider.render.php:73 |
13 | JSNEasySliderRender->render() | JROOT/modules/mod_easyslider/helper.php:25 |
12 | modEasySliderHelper::render() | JROOT/modules/mod_easyslider/tmpl/default.php:14 |
11 | require JROOT/modules/mod_easyslider/tmpl/default.php | JROOT/modules/mod_easyslider/mod_easyslider.php:15 |
10 | include JROOT/modules/mod_easyslider/mod_easyslider.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
9 | JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 1.72 ms Query memory: 0.021 MB Memory before query: 13.576 MB Rows returned: 1
SELECT *
FROM zofl_extensions
WHERE `element` = 'jsnframework'
AND `type` = 'plugin'
AND `folder` = 'system'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | zofl_extensions | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 804 | const,const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
9 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
8 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/pagebuilder/pagebuilder.php:226 |
7 | plgSystemPagebuilder->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |