Query Time: 1.44 ms
SHOW VARIABLES LIKE 'query_cache_type'
EXPLAIN not possible on query: SHOW VARIABLES LIKE 'query_cache_type'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/database/driver/pdomysql.php:604 |
10 | JDatabaseDriverPdomysql->hasQueryCacheEnabled() | JROOT/libraries/joomla/database/driver/pdomysql.php:160 |
9 | JDatabaseDriverPdomysql->connect() | JROOT/libraries/src/Filter/InputFilter.php:72 |
8 | Joomla\CMS\Filter\InputFilter->__construct() | JROOT/libraries/src/Filter/InputFilter.php:105 |
7 | Joomla\CMS\Filter\InputFilter::getInstance() | JROOT/libraries/src/Input/Input.php:64 |
6 | Joomla\CMS\Input\Input->__construct() | JROOT/libraries/src/Application/WebApplication.php:214 |
5 | Joomla\CMS\Application\WebApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:110 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 2.80 ms After last query: 0.10 ms
SHOW VARIABLES LIKE 'have_profiling'
EXPLAIN not possible on query: SHOW VARIABLES LIKE 'have_profiling'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/database/driver/pdomysql.php:590 |
10 | JDatabaseDriverPdomysql->hasProfiling() | JROOT/libraries/joomla/database/driver/pdomysql.php:165 |
9 | JDatabaseDriverPdomysql->connect() | JROOT/libraries/src/Filter/InputFilter.php:72 |
8 | Joomla\CMS\Filter\InputFilter->__construct() | JROOT/libraries/src/Filter/InputFilter.php:105 |
7 | Joomla\CMS\Filter\InputFilter::getInstance() | JROOT/libraries/src/Input/Input.php:64 |
6 | Joomla\CMS\Input\Input->__construct() | JROOT/libraries/src/Application/WebApplication.php:214 |
5 | Joomla\CMS\Application\WebApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:110 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.73 ms After last query: 19.29 ms
SELECT `data`
FROM `hily8_session`
WHERE `session_id` = X'31686d6c656c6c736a397232716e386d6a37713934767276716c'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.49 ms After last query: 4.33 ms
SELECT `session_id`
FROM `hily8_session`
WHERE `session_id` = X'31686d6c656c6c736a397232716e386d6a37713934767276716c'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 2.32 ms After last query: 0.15 ms
INSERT INTO `hily8_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'31686d6c656c6c736a397232716e386d6a37713934767276716c', 1, 1745796950, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `hily8_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'31686d6c656c6c736a397232716e386d6a37713934767276716c', 1, 1745796950, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverPdo->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.96 ms After last query: 8.72 ms
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `hily8_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 | hily8_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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.05 ms After last query: 19.32 ms
SELECT id, rules
FROM `hily8_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.20 ms After last query: 0.21 ms
SELECT b.id
FROM hily8_usergroups AS a
LEFT JOIN hily8_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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.93 ms After last query: 2.73 ms
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM hily8_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 | hily8_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 296 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 108.45 ms
SELECT *
FROM hily8_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
8 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:96 |
7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.18 ms
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `hily8_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_extensions | ref | extension | extension | 82 | const | 4 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:209 |
8 | Joomla\CMS\Language\LanguageHelper::getInstalledLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:110 |
7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 73.40 ms
SELECT *
FROM hily8_rsform_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_rsform_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 26 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:50 |
11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:17 |
10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:102 |
9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:31 |
8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 16.58 ms
Select *
from hily8_osrs_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 431 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/ospropertyplg/ospropertyplg.php:46 |
8 | plgSystemOspropertyplg->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.49 ms
SELECT `value`
FROM hily8_acym_configuration
WHERE `name` = 'level'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_configuration | const | PRIMARY | PRIMARY | 767 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:391 |
9 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:363 |
8 | plgSystemAcymtriggers->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.06 ms
SELECT `value`
FROM hily8_acym_configuration
WHERE `name` = 'active_cron'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_configuration | const | PRIMARY | PRIMARY | 767 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:391 |
9 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:366 |
8 | plgSystemAcymtriggers->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 8.28 ms
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `hily8_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
23 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
21 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
18 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
17 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
16 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
15 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
14 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
13 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/HTML/HTMLHelper.php:731 |
12 | Joomla\CMS\HTML\HTMLHelper::script() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/plugins/system/djnotifications/djnotifications.php:74 |
8 | PlgSystemDJNotifications->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.18 ms
UPDATE `hily8_extensions`
SET `params` = '{\"mediaversion\":\"8052bf8113a9749629ed7b0fafaa4d2b\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `hily8_extensions`
SET `params` = '{\"mediaversion\":\"8052bf8113a9749629ed7b0fafaa4d2b\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
17 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
16 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
15 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
14 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
13 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/HTML/HTMLHelper.php:731 |
12 | Joomla\CMS\HTML\HTMLHelper::script() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/plugins/system/djnotifications/djnotifications.php:74 |
8 | PlgSystemDJNotifications->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.01 ms After last query: 6.71 ms
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 hily8_menu AS m
LEFT JOIN hily8_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 | 165 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
29 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
27 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
26 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
25 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
24 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
23 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
22 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
21 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
20 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
19 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:434 |
18 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/HTML/HTMLHelper.php:365 |
17 | Joomla\CMS\HTML\HTMLHelper::includeRelativeFiles() | JROOT/libraries/src/HTML/HTMLHelper.php:712 |
16 | Joomla\CMS\HTML\HTMLHelper::script() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
14 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
13 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/libraries/cms/html/jquery.php:52 |
12 | JHtmlJquery::framework() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/plugins/system/djnotifications/djnotifications.php:77 |
8 | PlgSystemDJNotifications->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 1.89 ms
SELECT id, home, template, s.params
FROM hily8_template_styles as s
LEFT JOIN hily8_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 | e | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | Using index condition; Using where |
1 | SIMPLE | s | ref|filter | idx_template,idx_client_id,idx_client_id_home | idx_template|idx_client_id | 202|1 | logerchic_db.e.element | 1 (71%) | Using index condition; Using where; Using rowid filter |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
18 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/HTML/HTMLHelper.php:365 |
17 | Joomla\CMS\HTML\HTMLHelper::includeRelativeFiles() | JROOT/libraries/src/HTML/HTMLHelper.php:712 |
16 | Joomla\CMS\HTML\HTMLHelper::script() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
14 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
13 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/libraries/cms/html/jquery.php:52 |
12 | JHtmlJquery::framework() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/plugins/system/djnotifications/djnotifications.php:77 |
8 | PlgSystemDJNotifications->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.58 ms After last query: 4.99 ms
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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/pdomysql.php:392 |
9 | JDatabaseDriverPdomysql->getTableList() | JROOT/plugins/system/acyctriggers/acyctriggers.php:92 |
8 | plgSystemAcyctriggers->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.16 ms
SELECT `value`
FROM hily8_acyc_configuration
WHERE `name` = "license_key"
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 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acyctriggers/acyctriggers.php:97 |
8 | plgSystemAcyctriggers->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 22.89 ms
SELECT custom_data
FROM hily8_extensions
WHERE element = 'yooessentials'
AND folder = 'system'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/yooessentials/helper.php:152 |
9 | plgSystemYooessentialsHelper::fetchConfig() | JROOT/plugins/system/yooessentials/yooessentials.php:57 |
8 | plgSystemYooessentials->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 24.21 ms After last query: 89.07 ms
SELECT `query`
FROM hily8_osrs_urls
WHERE md5_key="a5b9c3e5b46020becfebd0403754eaa4"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:990 |
9 | OspropertyRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.49 ms After last query: 17.08 ms
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 |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
12 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/pdomysql.php:392 |
11 | JDatabaseDriverPdomysql->getTableList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:114 |
10 | acym_getTableList() | JROOT/administrator/components/com_acym/helpers/global/addon.php:10 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 3.50 ms
SELECT *
FROM hily8_acym_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 221 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
14 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/configuration.php:15 |
13 | AcyMailing\Classes\ConfigurationClass->load() | JROOT/administrator/components/com_acym/helpers/global/global.php:37 |
12 | acym_config() | JROOT/administrator/components/com_acym/libraries/object.php:14 |
11 | AcyMailing\Libraries\acymObject->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:75 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.27 ms
SELECT *
FROM hily8_acym_plugin
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
12 | acym_loadObjectList() | JROOT/administrator/components/com_acym/libraries/class.php:62 |
11 | AcyMailing\Libraries\acymClass->getAll() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:76 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 9.50 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'acychecker'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 3.75 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'acymailer'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/acymailer/plugin.php:44 |
11 | plgAcymAcymailer->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.55 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'amazon'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/amazon/plugin.php:13 |
11 | plgAcymAmazon->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 2.29 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'article'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/article/plugin.php:13 |
11 | plgAcymArticle->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 3.09 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'birthday'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 1.34 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'createuser'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/createuser/plugin.php:15 |
11 | plgAcymcreateuser->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.07 ms
SELECT `groups`.*, `groups`.title AS text, `groups`.id AS `value`
FROM hily8_usergroups AS `groups`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
13 | acym_loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/user.php:42 |
12 | acym_getGroups() | JROOT/administrator/components/com_acym/dynamics/createuser/plugin.php:18 |
11 | plgAcymcreateuser->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.65 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'elasticemail'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/elasticemail/plugin.php:12 |
11 | plgAcymElasticemail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 1.36 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'forward'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 1.21 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'mailgun'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/mailgun/plugin.php:16 |
11 | plgAcymMailgun->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.98 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'module'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/module/plugin.php:13 |
11 | plgAcymModule->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 1.02 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'online'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/online/plugin.php:13 |
11 | plgAcymOnline->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.67 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'override'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/override/plugin.php:13 |
11 | plgAcymOverride->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.43 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'phpmail'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/phpmail/plugin.php:12 |
11 | plgAcymPhpmail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.96 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'postmark'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/postmark/plugin.php:13 |
11 | plgAcymPostmark->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.44 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'qmail'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/qmail/plugin.php:12 |
11 | plgAcymQmail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 1.01 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'segment'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/segment/plugin.php:13 |
11 | plgAcymSegment->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.99 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'sendgrid'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendgrid/plugin.php:13 |
11 | plgAcymSendgrid->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.83 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'sendinblue'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:23 |
11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 4.73 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'luecredentials'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:36 |
11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.14 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'lueintegration'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:39 |
11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.13 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'luetransactional'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:40 |
11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.12 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'luelist'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:41 |
11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.12 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'lueusers'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
16 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
15 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
14 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
13 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/users.php:12 |
12 | SendinblueUsers->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:42 |
11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.17 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'luesender'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:43 |
11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.12 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'luecampaign'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
16 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
15 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
14 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
13 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/campaign.php:12 |
12 | SendinblueCampaign->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:44 |
11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.12 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'luewebhooks'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:45 |
11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.59 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'sendmail'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendmail/plugin.php:12 |
11 | plgAcymSendmail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 1.34 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'smtp'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/smtp/plugin.php:13 |
11 | plgAcymSmtp->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 1.70 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'statistics'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 5.70 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'subscriber'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/subscriber/plugin.php:29 |
11 | plgAcymSubscriber->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 6.35 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'subscription'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/subscription/plugin.php:25 |
11 | plgAcymSubscription->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 2.51 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'time'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/time/plugin.php:15 |
11 | plgAcymTime->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 3.68 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'user'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/user/plugin.php:19 |
11 | plgAcymUser->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 2.62 ms
SELECT *
FROM hily8_acym_plugin
WHERE folder_name = 'managetext'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_plugin | 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 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 9.70 ms
SELECT *
FROM hily8_acysms_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acysms_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acysms/classes/cpanel.php:17 |
12 | ACYSMScpanelClass->load() | JROOT/administrator/components/com_acysms/helpers/helper.php:265 |
11 | ACYSMS::config() | JROOT/administrator/components/com_acysms/helpers/helper.php:774 |
10 | include_once JROOT/administrator/components/com_acysms/helpers/helper.php | JROOT/plugins/system/acysmsverifnumber/acysmsverifnumber.php:30 |
9 | plgSystemAcySMSVerifNumber->init() | JROOT/plugins/system/acysmsverifnumber/acysmsverifnumber.php:48 |
8 | plgSystemAcySMSVerifNumber->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 243.69 ms
Select count(id)
from hily8_osrs_configuration
where fieldname like 'integrate_membership'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_configuration | range | fieldname | fieldname | 768 | NULL | 4 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/libraries/libraries.php:22 |
7 | OSLibraries::checkMembership() | JROOT/components/com_osproperty/osproperty.php:45 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.07 ms
UPDATE hily8_osrs_configuration
SET fieldvalue = '0'
WHERE fieldname LIKE 'integrate_membership'
EXPLAIN not possible on query: UPDATE hily8_osrs_configuration SET fieldvalue = '0' WHERE fieldname LIKE 'integrate_membership'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverPdo->execute() | JROOT/components/com_osproperty/helpers/libraries/libraries.php:25 |
7 | OSLibraries::checkMembership() | JROOT/components/com_osproperty/osproperty.php:45 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 2.31 ms
Select *
from hily8_osrs_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 431 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
7 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/osproperty.php:57 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.51 ms
Select *
from hily8_osrs_currencies
where id = '62'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
7 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/osproperty.php:68 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.10 ms
SELECT lang_id, lang_code, title, `sef`
FROM hily8_languages
WHERE published = 1
AND lang_code != "fr-FR"
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_languages | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
8 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:350 |
7 | OSPHelper::getLanguages() | JROOT/components/com_osproperty/osproperty.php:80 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.31 ms
Select *
from hily8_osrs_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 431 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->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:956 |
7 | OSPHelper::loadBootstrap() | JROOT/components/com_osproperty/osproperty.php:90 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.45 ms
Select *
from hily8_osrs_currencies
where id = '62'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 | JDatabaseDriverPdo->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:956 |
7 | OSPHelper::loadBootstrap() | JROOT/components/com_osproperty/osproperty.php:90 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 0.77 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_tags`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_tags`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:87 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.12 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_emails`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_emails`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:99 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.11 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_categories`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_categories`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:111 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.10 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_amenities`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_amenities`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:123 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.09 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_fieldgroups`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_fieldgroups`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:135 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.08 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_extra_fields`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_extra_fields`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:148 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.15 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_extra_field_options`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_extra_field_options`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:160 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.08 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_property_field_value`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_property_field_value`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:172 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.09 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_types`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_types`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:185 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.24 ms After last query: 0.09 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_properties`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_properties`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:197 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.84 ms After last query: 0.42 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_agents`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_agents`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:226 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.17 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_companies`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_companies`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:238 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.11 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_states`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_states`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:250 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.08 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_cities`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_cities`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:263 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.10 ms
SHOW FULL COLUMNS
FROM `hily8_osrs_countries`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hily8_osrs_countries`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:334 |
8 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/components/com_osproperty/helpers/helper.php:275 |
7 | OSPHelper::isSyncronized() | JROOT/components/com_osproperty/osproperty.php:96 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.64 ms
SELECT *
FROM hily8_osrs_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 431 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
7 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/osproperty.php:119 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.53 ms
Select *
from hily8_osrs_themes
where published = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
8 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:4922 |
7 | OSPHelper::loadThemeStyle() | JROOT/components/com_osproperty/osproperty.php:328 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 1.97 ms
Select *
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:3746 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.14 ms
Select fieldvalue
from hily8_osrs_configuration
where fieldname like 'default_itemid'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:31 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3783 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.27 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3783 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.09 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3783 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 0.08 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=15875%') or (`link` like '%view=ldetails&id=15875%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3783 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.03 ms After last query: 0.07 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3783 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.19 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3783 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.53 ms
Select a.*
from hily8_osrs_tags as a
inner join hily8_osrs_tag_xref as b
on b.tag_id = a.id
where b.pid = '15875'
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 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:3910 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.09 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid = "15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:3973 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.09 ms
Select id, parent_id,category_name_en as category_name
from hily8_osrs_categories
where id = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/common.php:2336 |
9 | HelperOspropertyCommon::getCatList() | JROOT/components/com_osproperty/classes/listing.php:3974 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.07 ms
Select id, parent_id,category_name_en as category_name
from hily8_osrs_categories
where id = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/common.php:2336 |
10 | HelperOspropertyCommon::getCatList() | JROOT/components/com_osproperty/helpers/common.php:2344 |
9 | HelperOspropertyCommon::getCatList() | JROOT/components/com_osproperty/classes/listing.php:3974 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 1.28 ms
Select *
from hily8_osrs_categories
where id = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:174 |
15 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
9 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.php:3979 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 26.59 ms After last query: 2.99 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "841fcb08990a677ab3e8d2c81836769c"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
15 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
9 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.php:3979 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.31 ms
Select *
from hily8_osrs_types
where id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_types | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:3985 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 0.25 ms
SELECT id
FROM hily8_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%ltype%" or `link` LIKE "%property_type%" or `link` LIKE "%type_id=7%" )
AND published = 1
and id in (490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351)
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
AND `access` IN (1,1,5)
ORDER BY access
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | PRIMARY,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:392 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3991 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.22 ms
Select count(id)
from hily8_menu
where id = '312'
and published = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:537 |
16 | OSPRoute::compareMenuItem() | JROOT/components/com_osproperty/router.php:665 |
15 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
9 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.php:3993 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 26.53 ms After last query: 0.21 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "d41d8cd98f00b204e9800998ecf8427e"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
15 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
9 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.php:3993 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.67 ms After last query: 0.53 ms
SELECT id
FROM hily8_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%property_type%" or `link` LIKE "%15875%" )
AND published = 1
and id in (490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351)
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
AND `access` IN (1,1,5)
ORDER BY access
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | PRIMARY,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:392 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:3998 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.24 ms
Select count(id)
from hily8_menu
where id = '250'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=15875%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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 |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
16 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
15 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
9 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.php:4000 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.10 ms
Select *
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:505 |
15 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
9 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.php:4000 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 25.56 ms After last query: 0.19 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "a5b9c3e5b46020becfebd0403754eaa4"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
15 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
9 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.php:4000 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 491.68 ms After last query: 0.29 ms
Update hily8_osrs_properties
set hits = '644'
where id = '15875'
EXPLAIN not possible on query: Update hily8_osrs_properties set hits = '644' where id = '15875'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/components/com_osproperty/classes/listing.php:4014 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.40 ms
Insert into hily8_osrs_hit_statistic (id, pid, hit_date)
values (NULL,'15875','2025-04-28')
EXPLAIN not possible on query: Insert into hily8_osrs_hit_statistic (id, pid, hit_date) values (NULL,'15875','2025-04-28')
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/components/com_osproperty/classes/listing.php:4019 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.81 ms After last query: 0.07 ms
Select image
from hily8_osrs_photos
where pro_id = '15875'
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4043 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.25 ms
Select *
from hily8_osrs_countries
where id = '22'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_countries | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:1558 |
10 | OSPHelper::loadCountryName() | JROOT/components/com_osproperty/helpers/helper.php:6040 |
9 | OSPHelper::getCountryName() | JROOT/components/com_osproperty/classes/listing.php:4066 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.08 ms
Select state_name_en
from hily8_osrs_states
where id = '8'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_states | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1544 |
9 | OSPHelper::loadSateName() | JROOT/components/com_osproperty/classes/listing.php:4070 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.07 ms
select *
from hily8_osrs_categories
where id = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:4074 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.12 ms
SELECT id, category_name_en as category_name
FROM hily8_osrs_categories
WHERE 1 = 1
and `access` IN (1,1,5)
and id in (Select category_id
from hily8_osrs_property_categories
where pid ="15875")
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 | hily8_osrs_categories | eq_ref | PRIMARY,access | PRIMARY | 4 | logerchic_db.hily8_osrs_property_categories.category_id | 1 | Using where |
2 | MATERIALIZED | hily8_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 |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:3216 |
9 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:4075 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.75 ms After last query: 0.29 ms
SELECT id
FROM hily8_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%category_listing%" or `link` LIKE "%lcategory%" )
AND published = 1
and id in (490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351)
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
AND `access` IN (1,1,5)
ORDER BY access
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | PRIMARY,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:392 |
10 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:3222 |
9 | OSPHelper::getCategoryNamesOfPropertyWithLinks() | JROOT/components/com_osproperty/classes/listing.php:4075 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.14 ms
select *
from hily8_osrs_types
where id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_types | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:4079 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.26 ms After last query: 0.10 ms
Select a.*
from hily8_osrs_amenities as a
inner join hily8_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '15875'
and a.category_id = '0'
order by a.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39219 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.b.amen_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4183 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.92 ms After last query: 0.13 ms
Select a.*
from hily8_osrs_amenities as a
inner join hily8_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '15875'
and a.category_id = '1'
order by a.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39219 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.b.amen_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4183 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.06 ms After last query: 0.09 ms
Select a.*
from hily8_osrs_amenities as a
inner join hily8_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '15875'
and a.category_id = '2'
order by a.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39219 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.b.amen_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4183 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.09 ms After last query: 0.08 ms
Select a.*
from hily8_osrs_amenities as a
inner join hily8_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '15875'
and a.category_id = '3'
order by a.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39219 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.b.amen_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4183 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.99 ms After last query: 0.07 ms
Select a.*
from hily8_osrs_amenities as a
inner join hily8_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '15875'
and a.category_id = '4'
order by a.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39219 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.b.amen_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4183 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.18 ms After last query: 0.07 ms
Select a.*
from hily8_osrs_amenities as a
inner join hily8_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '15875'
and a.category_id = '5'
order by a.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39219 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.b.amen_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4183 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.99 ms After last query: 0.11 ms
Select a.*
from hily8_osrs_amenities as a
inner join hily8_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '15875'
and a.category_id = '6'
order by a.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39219 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.b.amen_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4183 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.17 ms After last query: 0.09 ms
Select a.*
from hily8_osrs_amenities as a
inner join hily8_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '15875'
and a.category_id = '7'
order by a.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39219 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.b.amen_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4183 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.88 ms After last query: 0.07 ms
Select a.*
from hily8_osrs_amenities as a
inner join hily8_osrs_property_amenities as b
on b.amen_id = a.id
where a.published = '1'
and b.pro_id = '15875'
and a.category_id = '8'
order by a.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39219 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.b.amen_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4183 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.11 ms
Select *
from hily8_osrs_fieldgroups
where published = '1'
and `access` IN (1,1,5)
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_fieldgroups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4246 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.09 ms
Select b.id,b.field_type
from hily8_osrs_extra_fields as b
WHERE b.published = '1'
AND b.group_id = '4'
and b.`access` IN (1,1,5)
order by b.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 17 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:251 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.11 ms
Select pro_type
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:468 |
10 | HelperOspropertyFields::checkOptionsFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:273 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.06 ms
Select count(id)
from hily8_osrs_extra_field_types
where fid = '89'
and type_id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_extra_field_types | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:471 |
10 | HelperOspropertyFields::checkOptionsFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:273 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.09 ms
Select b.id,b.field_type
from hily8_osrs_extra_fields as b
WHERE b.published = '1'
AND b.group_id = '5'
and b.`access` IN (1,1,5)
order by b.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 17 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:251 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.09 ms
Select pro_type
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:419 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.06 ms
Select count(id)
from hily8_osrs_extra_field_types
where fid = '101'
and type_id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_extra_field_types | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:422 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.07 ms
Select pro_type
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:419 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.06 ms
Select count(id)
from hily8_osrs_extra_field_types
where fid = '102'
and type_id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_extra_field_types | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:422 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.07 ms
Select pro_type
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:419 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.06 ms
Select count(id)
from hily8_osrs_extra_field_types
where fid = '103'
and type_id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_extra_field_types | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:422 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 7.66 ms After last query: 0.07 ms
Select `value_date`
from hily8_osrs_property_field_value
where pro_id = '15875'
and field_id = '104'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_field_value | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 34505 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:377 |
10 | HelperOspropertyFields::checkDateFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:265 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 7.85 ms After last query: 0.08 ms
Select `value_date`
from hily8_osrs_property_field_value
where pro_id = '15875'
and field_id = '105'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_field_value | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 34505 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:377 |
10 | HelperOspropertyFields::checkDateFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:265 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 7.99 ms After last query: 0.09 ms
Select `value_date`
from hily8_osrs_property_field_value
where pro_id = '15875'
and field_id = '106'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_field_value | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 34505 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:377 |
10 | HelperOspropertyFields::checkDateFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:265 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.16 ms
Select pro_type
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:419 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.06 ms
Select count(id)
from hily8_osrs_extra_field_types
where fid = '107'
and type_id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_extra_field_types | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:422 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.06 ms
Select *
from hily8_osrs_extra_fields
where id = '107'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_extra_fields | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:428 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 7.75 ms After last query: 0.08 ms
Select `value_en`
from hily8_osrs_property_field_value
where pro_id = '15875'
and field_id = '107'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_field_value | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 34505 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:432 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.12 ms
Select b.id,b.field_type
from hily8_osrs_extra_fields as b
WHERE b.published = '1'
AND b.group_id = '6'
and b.`access` IN (1,1,5)
order by b.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 17 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:251 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.09 ms
Select pro_type
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:468 |
10 | HelperOspropertyFields::checkOptionsFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:273 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.06 ms
Select count(id)
from hily8_osrs_extra_field_types
where fid = '90'
and type_id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_extra_field_types | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:471 |
10 | HelperOspropertyFields::checkOptionsFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:273 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.08 ms
Select pro_type
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:419 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.08 ms
Select count(id)
from hily8_osrs_extra_field_types
where fid = '91'
and type_id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_extra_field_types | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:422 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.07 ms
Select pro_type
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:419 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.06 ms
Select count(id)
from hily8_osrs_extra_field_types
where fid = '92'
and type_id = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_extra_field_types | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:422 |
10 | HelperOspropertyFields::checkTextFieldValue() | JROOT/administrator/components/com_osproperty/helpers/extrafields.php:260 |
9 | HelperOspropertyFields::checkFieldData() | JROOT/components/com_osproperty/classes/listing.php:4253 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.07 ms
Select *
from hily8_osrs_agents
where id = '23'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_agents | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
9 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.php:4267 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 25.32 ms After last query: 0.10 ms
Select count(id)
from hily8_osrs_properties
where published = '1'
and approved = '1'
and agent_id = '23'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | ref | published,approved,agent_id | agent_id | 5 | const | 2645 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4278 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.16 ms
Select *
from hily8_osrs_comments
where pro_id = '15875'
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 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4283 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.28 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/helper.php:6848 |
9 | OSPHelper::generateRelatedProperties() | JROOT/components/com_osproperty/classes/listing.php:4381 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 491.91 ms After last query: 0.09 ms
SELECT pr.*
, ci.city AS city_name
, st.state_name
, co.country_name
, ty.type_name_en, ty.id as type_id, ( 3959 * acos( cos( radians('0') ) *
cos( radians( pr.lat_add ) ) * cos( radians( pr.long_add ) - radians('0') ) +
sin( radians('0') ) * sin( radians( pr.lat_add ) ) ) )
AS distance
FROM hily8_osrs_properties pr
LEFT JOIN hily8_osrs_cities AS ci
ON ci.id = pr.city
LEFT JOIN hily8_osrs_states AS st
ON st.id = pr.state
LEFT JOIN hily8_osrs_countries AS co
ON co.id = pr.country
INNER JOIN hily8_osrs_types AS ty
ON ty.id = pr.pro_type
WHERE pr.approved = '1'
and pr.published = '1'
AND pr.access IN (1,1,5)
AND pr.id <> '15875'
AND pr.state = '8'
HAVING distance < '5'
ORDER BY distance ASC, pr.isFeatured desc
LIMIT 6
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ty | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using temporary; Using filesort |
1 | SIMPLE | pr | ref|filter | PRIMARY,published,approved,access,pro_type,state | pro_type|state | 5|5 | logerchic_db.ty.id | 1198 (42%) | Using where; Using rowid filter |
1 | SIMPLE | ci | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.pr.city | 1 | Using where |
1 | SIMPLE | st | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.pr.state | 1 | Using where |
1 | SIMPLE | co | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.pr.country | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4396 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 90.97 ms After last query: 0.22 ms
SELECT distinct pr.id, pr.*, c.name as agent_name, c.mobile as agent_mobile, c.phone as agent_phone,c.photo as agent_photo, c.optin, d.id as type_id,d.type_name_en as type_name, e.country_name
FROM hily8_osrs_properties as pr
INNER JOIN hily8_osrs_agents as c
on c.id = pr.agent_id
INNER JOIN hily8_osrs_types as d
on d.id = pr.pro_type
INNER JOIN hily8_osrs_states as g
on g.id = pr.state
LEFT JOIN hily8_osrs_cities as h
on h.id = pr.city
LEFT JOIN hily8_osrs_regions as r
on r.id = pr.region
LEFT JOIN hily8_osrs_districts as z
on z.id = pr.district
LEFT JOIN hily8_osrs_property_categories as i
on i.pid = pr.id
INNER JOIN hily8_osrs_countries as e
on e.id = pr.country
WHERE pr.published = '1'
AND pr.approved = '1'
AND pr.pro_type = '7'
ORDER BY pr.id desc
LIMIT 6
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | g | index | PRIMARY | PRIMARY | 4 | NULL | 12 | Using index; Using temporary; Using filesort |
1 | SIMPLE | pr | ref|filter | published,approved,pro_type,state,country,agent_id | state|pro_type | 5|5 | logerchic_db.g.id | 1390 (3%) | Using where; Using rowid filter |
1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.pr.agent_id | 1 | |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.pr.country | 1 | |
1 | SIMPLE | d | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.pr.pro_type | 1 | |
1 | SIMPLE | i | ref | pid | pid | 5 | logerchic_db.pr.id | 2 | Using index; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.php:4571 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.39 ms
select image
from hily8_osrs_photos
where pro_id = '37500'
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4578 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.06 ms
select category_id
from hily8_osrs_property_categories
where pid = '37500'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4580 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 12.50 ms After last query: 0.31 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '37500'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.17 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="37500"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.27 ms After last query: 0.13 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=37500%') or (`link` like '%view=ldetails&id=37500%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 0.09 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.32 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.61 ms
select image
from hily8_osrs_photos
where pro_id = '37455'
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 13 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4578 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.08 ms
select category_id
from hily8_osrs_property_categories
where pid = '37455'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4580 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.40 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '37455'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.11 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="37455"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.22 ms After last query: 0.09 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=37455%') or (`link` like '%view=ldetails&id=37455%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.51 ms After last query: 0.08 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.24 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.53 ms
select image
from hily8_osrs_photos
where pro_id = '37348'
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 4 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4578 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.08 ms
select category_id
from hily8_osrs_property_categories
where pid = '37348'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4580 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.30 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '37348'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.10 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="37348"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.24 ms After last query: 0.10 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=37348%') or (`link` like '%view=ldetails&id=37348%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.47 ms After last query: 0.08 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.22 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.60 ms
select image
from hily8_osrs_photos
where pro_id = '37347'
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4578 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.08 ms
select category_id
from hily8_osrs_property_categories
where pid = '37347'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4580 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.32 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '37347'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.10 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="37347"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.34 ms After last query: 0.09 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=37347%') or (`link` like '%view=ldetails&id=37347%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.51 ms After last query: 0.08 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.22 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.55 ms
select image
from hily8_osrs_photos
where pro_id = '37208'
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4578 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.08 ms
select category_id
from hily8_osrs_property_categories
where pid = '37208'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4580 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.31 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '37208'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.10 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="37208"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.21 ms After last query: 0.09 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=37208%') or (`link` like '%view=ldetails&id=37208%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.47 ms After last query: 0.08 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.22 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.57 ms
select image
from hily8_osrs_photos
where pro_id = '37202'
order by ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 3 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4578 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.08 ms
select category_id
from hily8_osrs_property_categories
where pid = '37202'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.php:4580 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.35 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '37202'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.11 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="37202"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.21 ms After last query: 0.09 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=37202%') or (`link` like '%view=ldetails&id=37202%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.52 ms After last query: 0.08 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.23 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/classes/listing.php:4601 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.63 ms
Select *
from hily8_osrs_themes
where published = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/helper.php:4966 |
10 | OSPHelper::getThemeName() | JROOT/components/com_osproperty/classes/listing.html.php:961 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.10 ms
Select *
from hily8_osrs_themes
where name like '13072020090055theme1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.html.php:963 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.15 ms
Select city_en
from hily8_osrs_cities
where id = '48'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_cities | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1508 |
11 | OSPHelper::loadCityName() | JROOT/components/com_osproperty/helpers/helper.php:1466 |
10 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/classes/listing.html.php:1074 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.08 ms
Select state_code
from hily8_osrs_states
where id = '8'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:1526 |
11 | OSPHelper::loadSateCode() | JROOT/components/com_osproperty/helpers/helper.php:1467 |
10 | OSPHelper::generateAddress() | JROOT/components/com_osproperty/classes/listing.html.php:1074 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.29 ms
Select *
from hily8_osrs_categories
where id = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:174 |
16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1117 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 52.23 ms After last query: 0.19 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "841fcb08990a677ab3e8d2c81836769c"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1117 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.45 ms
Select count(id)
from hily8_menu
where id = '250'
and published = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:537 |
17 | OSPRoute::compareMenuItem() | JROOT/components/com_osproperty/router.php:665 |
16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1130 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 147.58 ms
Select id as value, currency_code as text
from hily8_osrs_currencies
where id <> '62'
and published = '1'
order by currency_code
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_currencies | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 59 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.html.php:1339 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.47 ms After last query: 0.54 ms
SELECT id
FROM hily8_menu
WHERE link LIKE "%index.php?option=com_osproperty%"
and ( `link` LIKE "%lagents%" or `link` LIKE "%agent_layout%" or `link` LIKE "%agent_listing%" or `link` LIKE "%agent_details%" or `link` LIKE "%23%" )
AND published = 1
and id in (490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351,490,242,243,244,250,251,252,267,268,269,270,271,272,273,274,275,277,278,279,280,281,283,284,285,286,292,293,294,296,306,307,308,309,311,312,313,314,315,316,317,318,319,320,322,321,323,324,325,326,327,328,329,330,333,336,337,339,341,351)
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
AND `access` IN (1,1,5)
ORDER BY access
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | PRIMARY,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:392 |
11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/route.php:488 |
10 | OSPRoute::getAgentItemid() | JROOT/components/com_osproperty/classes/listing.html.php:1703 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.27 ms
Select id, alias, name
from hily8_osrs_agents
where id = '23'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_agents | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:322 |
16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1703 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 25.61 ms After last query: 0.13 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "fca449ddca3cba5050f95c8174284552"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1703 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.37 ms
Select count(id)
from hily8_menu
where id = '250'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=15875%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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 |
---|
19 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
17 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1883 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.10 ms
Select *
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:505 |
16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1883 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 25.68 ms After last query: 0.19 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "a5b9c3e5b46020becfebd0403754eaa4"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
16 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/classes/listing.html.php:1883 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.34 ms
Select count(a.id)
from hily8_osrs_neighborhood as a
inner join hily8_osrs_neighborhoodname as b
on b.id = a.neighbor_id
where a.pid = '15875'
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 |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.html.php:1927 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 1.39 ms
Select count(id)
from hily8_menu
where id = '251'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=37500%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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 |
---|
21 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
19 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.10 ms
Select *
from hily8_osrs_properties
where id = '37500'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:505 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 25.57 ms After last query: 0.18 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "aebf573eb2f6fc26c59f2f43a4b0353b"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1228.67 ms After last query: 0.33 ms
Select count(pid)
from hily8_osrs_hit_statistic
where pid = '37500'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_hit_statistic | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14451399 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4543 |
12 | OSPHelper::getHitsCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:104 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.19 ms
Select pro_video
from hily8_osrs_properties
where id = '37500'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4571 |
12 | OSPHelper::getPropertyVideo() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '37500'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.30 ms
Select fieldvalue
from hily8_osrs_configuration
where fieldname like 'general_currency_money_format'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_configuration | range | fieldname | fieldname | 768 | NULL | 33 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/common.php:797 |
13 | HelperOspropertyCommon::showPrice() | JROOT/components/com_osproperty/helpers/helper.php:2658 |
12 | OSPHelper::generatePrice() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:147 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.08 ms
Select currency_symbol
from hily8_osrs_currencies
where id = '62'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_currencies | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/common.php:1671 |
13 | HelperOspropertyCommon::loadCurrency() | JROOT/components/com_osproperty/helpers/helper.php:2658 |
12 | OSPHelper::generatePrice() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:147 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.30 ms
Select count(id)
from hily8_menu
where id = '251'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=37455%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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 |
---|
21 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
19 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.10 ms
Select *
from hily8_osrs_properties
where id = '37455'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:505 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 25.65 ms After last query: 0.19 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "a3e004b71dd97e626403eee688665586"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1246.37 ms After last query: 0.28 ms
Select count(pid)
from hily8_osrs_hit_statistic
where pid = '37455'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_hit_statistic | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14451399 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4543 |
12 | OSPHelper::getHitsCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:104 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.15 ms
Select pro_video
from hily8_osrs_properties
where id = '37455'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4571 |
12 | OSPHelper::getPropertyVideo() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '37455'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 13 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.37 ms
Select count(id)
from hily8_menu
where id = '251'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=37348%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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 |
---|
21 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
19 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.11 ms
Select *
from hily8_osrs_properties
where id = '37348'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:505 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 24.72 ms After last query: 0.20 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "a9fbbdd7379c5c046552c814ee5daa55"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1302.53 ms After last query: 0.27 ms
Select count(pid)
from hily8_osrs_hit_statistic
where pid = '37348'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_hit_statistic | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14451399 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4543 |
12 | OSPHelper::getHitsCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:104 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.13 ms
Select pro_video
from hily8_osrs_properties
where id = '37348'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4571 |
12 | OSPHelper::getPropertyVideo() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '37348'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 4 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.38 ms
Select count(id)
from hily8_menu
where id = '251'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=37347%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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 |
---|
21 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
19 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.11 ms
Select *
from hily8_osrs_properties
where id = '37347'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:505 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 27.85 ms After last query: 0.21 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "adf694aedf42c973fb7222122d30f8da"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1251.83 ms After last query: 0.27 ms
Select count(pid)
from hily8_osrs_hit_statistic
where pid = '37347'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_hit_statistic | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14451399 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4543 |
12 | OSPHelper::getHitsCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:104 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.18 ms
Select pro_video
from hily8_osrs_properties
where id = '37347'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4571 |
12 | OSPHelper::getPropertyVideo() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '37347'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.40 ms
Select count(id)
from hily8_menu
where id = '250'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=37208%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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 |
---|
21 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
19 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.12 ms
Select *
from hily8_osrs_properties
where id = '37208'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:505 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 27.06 ms After last query: 0.22 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "7d1c2a78e917d8277728a6a2fa3db9be"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1288.17 ms After last query: 0.31 ms
Select count(pid)
from hily8_osrs_hit_statistic
where pid = '37208'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_hit_statistic | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14451399 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4543 |
12 | OSPHelper::getHitsCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:104 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.00 ms After last query: 0.15 ms
Select pro_video
from hily8_osrs_properties
where id = '37208'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4571 |
12 | OSPHelper::getPropertyVideo() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.12 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '37208'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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 |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.47 ms
Select count(id)
from hily8_menu
where id = '251'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=37202%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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 |
---|
21 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
19 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.12 ms
Select *
from hily8_osrs_properties
where id = '37202'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_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.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 1245.24 ms |
End of update loop | 0.03 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.27 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:505 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 26.55 ms After last query: 0.19 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "ae194beb5ad01e51cb642b3483a70b05"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:98 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1245.60 ms After last query: 0.26 ms
Select count(pid)
from hily8_osrs_hit_statistic
where pid = '37202'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_hit_statistic | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14451399 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.07 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.31 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4543 |
12 | OSPHelper::getHitsCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:104 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.17 ms
Select pro_video
from hily8_osrs_properties
where id = '37202'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.10 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.18 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4571 |
12 | OSPHelper::getPropertyVideo() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '37202'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 3 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.89 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/helpers/layouts/relateproperties.php:105 |
11 | include JROOT/components/com_osproperty/helpers/layouts/relateproperties.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2003 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.26 ms
Select *
from hily8_osrs_photos
where pro_id = '15875'
and image <> ''
order by ordering
limit 12
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.36 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.html.php:2070 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.11 ms
Select type_icon
from hily8_osrs_types
where id = '15875'
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.08 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 1.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:6026 |
10 | OSPHelper::getTypeIcon() | JROOT/components/com_osproperty/classes/listing.html.php:2096 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.84 ms
Select *
from hily8_osrs_themes
where name like '13072020090055theme1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.25 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.html.php:2554 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.30 ms
Select count(extension_id)
from hily8_extensions
where `type` like 'plugin'
and `element` like 'jcomments'
and `folder` like 'osproperty'
and enabled = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_extensions | range | element_clientid,element_folder_clientid,extension | element_clientid | 402 | NULL | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 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.00 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.14 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/classes/listing.html.php:2679 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.97 ms
Select a.id,a.keyword_en as keyword
from hily8_osrs_tags as a
inner join hily8_osrs_tag_xref as b
on b.tag_id = a.id
where a.published = '1'
and b.pid = '15875'
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.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/classes/listing.html.php:2695 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.19 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | 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.00 ms |
table lock | 0.00 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.44 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.18 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:6209 |
10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2900 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.09 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 2 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.67 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.34 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
13 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
12 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:6209 |
10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2900 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 0.07 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=15875%') or (`link` like '%view=ldetails&id=15875%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | 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.00 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.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.48 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:6209 |
10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2900 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 0.08 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 2.69 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:6209 |
10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2900 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.23 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | 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.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
11 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/helper.php:6209 |
10 | OSPHelper::socialsharing() | JROOT/components/com_osproperty/classes/listing.html.php:2900 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.43 ms
Select *
from hily8_osrs_themes
where name like '13072020090055theme1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_themes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/classes/listing.html.php:2904 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 2.63 ms
Select file_name
from hily8_osrs_videos
where id_pro= '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 1358.70 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.33 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:27 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.06 ms
Select file_name
from hily8_osrs_videos
where id_pro= '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.07 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.13 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:29 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1358.98 ms After last query: 0.11 ms
Select count(pid)
from hily8_osrs_hit_statistic
where pid = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_hit_statistic | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14451399 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4543 |
12 | OSPHelper::getHitsCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:76 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.24 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.08 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
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.05 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.08 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
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.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.08 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.11 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.11 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.52 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
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.06 ms |
Optimizing | 0.02 ms |
Statistics | 0.18 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.45 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.00 ms |
Freeing items | 0.01 ms |
Updating status | 3.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.07 ms
Select count(image)
from hily8_osrs_photos
where pro_id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_photos | ref | pro_id | pro_id | 5 | const | 8 | |
Status | Duration |
---|
Starting | 0.16 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.05 ms |
Statistics | 0.14 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.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/helper.php:4557 |
12 | OSPHelper::getPhotoCount() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:193 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.07 ms After last query: 0.47 ms
SELECT `id`,`name`,`rules`,`parent_id`
FROM `hily8_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acychecker','com_acym','com_acysms','com_admin','com_ajax','com_akeeba','com_api','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jmap','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osproperty','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsform','com_search','com_tags','com_templates','com_users','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 43 | Using index condition |
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.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 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 |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:413 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 17.49 ms
SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `hily8_content` AS `c`
INNER JOIN `hily8_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `hily8_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `hily8_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `hily8_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content'
WHERE c.id = 35
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.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.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
13 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/components/com_osproperty/helpers/common.php:4262 |
12 | HelperOspropertyCommon::requestMoreDetails() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:773 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.11 ms
SELECT id, catid
FROM hily8_content
WHERE id = 35
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.16 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/common.php:4278 |
12 | HelperOspropertyCommon::requestMoreDetails() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:773 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.48 ms
SELECT `alias`
FROM `hily8_content`
WHERE id = '35'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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.01 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.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.00 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 |
---|
24 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
22 | ContentRouter->getArticleSegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
13 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/common.php:4283 |
12 | HelperOspropertyCommon::requestMoreDetails() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:773 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 2.43 ms
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `hily8_categories` AS `s`
INNER JOIN `hily8_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 10
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | 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.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.02 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
22 | ContentRouter->getCategorySegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
13 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/common.php:4283 |
12 | HelperOspropertyCommon::requestMoreDetails() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:773 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 1.49 ms
SELECT alias
FROM hily8_content
WHERE id=35
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.05 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.05 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 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 |
---|
22 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
20 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
19 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
18 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
17 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
13 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osproperty/helpers/common.php:4283 |
12 | HelperOspropertyCommon::requestMoreDetails() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:773 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.31 ms
SELECT id, catid
FROM hily8_content
WHERE id = 35
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 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.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.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/common.php:4012 |
12 | HelperOspropertyCommon::sharingForm() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:856 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 6.76 ms
SELECT id, catid
FROM hily8_content
WHERE id = 35
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.16 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.07 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/common.php:4278 |
12 | HelperOspropertyCommon::requestMoreDetails() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:1068 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.28 ms
SELECT id, catid
FROM hily8_content
WHERE id = 35
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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.00 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.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/common.php:4012 |
12 | HelperOspropertyCommon::sharingForm() | JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php:1086 |
11 | include JROOT/components/com_osproperty/templates/13072020090055theme1/details.html.tpl.php | JROOT/components/com_osproperty/classes/template.class.php:123 |
10 | OspropertyTemplate->fetch() | JROOT/components/com_osproperty/classes/listing.html.php:2936 |
9 | HTML_OspropertyListing::propertyDetails() | JROOT/components/com_osproperty/classes/listing.php:4608 |
8 | OspropertyListing::details() | JROOT/components/com_osproperty/classes/listing.php:74 |
7 | OspropertyListing::display() | JROOT/components/com_osproperty/osproperty.php:363 |
6 | require_once JROOT/components/com_osproperty/osproperty.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 13.67 ms
SELECT language,id
FROM `hily8_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
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.00 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.00 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.06 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
8 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.39 ms
Select count(id)
from hily8_menu
where id = '250'
and published = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
Waiting for table level lock | 64.51 ms |
table lock | 0.02 ms |
init | 0.12 ms |
Optimizing | 0.06 ms |
Statistics | 0.07 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.17 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.01 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:537 |
15 | OSPRoute::compareMenuItem() | JROOT/components/com_osproperty/router.php:665 |
14 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:762 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.26 ms
Select count(id)
from hily8_menu
where id = '250'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=15875%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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.01 ms |
After opening tables | 0.00 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.00 ms |
Sending data | 33.64 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
15 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
14 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 65.29 ms After last query: 0.09 ms
Select *
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.05 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.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:505 |
14 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 33.93 ms After last query: 0.26 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "a5b9c3e5b46020becfebd0403754eaa4"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.05 ms |
Statistics | 0.10 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
14 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.40 ms
SELECT lang_id, lang_code, title, `sef`
FROM hily8_languages
WHERE published = 1
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/helper.php:327 |
9 | OSPHelper::getAllLanguages() | JROOT/components/com_osproperty/helpers/association.php:35 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.32 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
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.07 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.89 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.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.08 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 2 | |
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.01 ms |
init | 0.06 ms |
Optimizing | 0.03 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 1.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.34 ms After last query: 0.06 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=15875%') or (`link` like '%view=ldetails&id=15875%'))
and (`language` LIKE 'fr-FR' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
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.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.52 ms After last query: 0.07 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'fr-FR' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.03 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 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 |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.24 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'fr-FR' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
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.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 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.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.51 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.83 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.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.09 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 2 | |
Status | Duration |
---|
Starting | 0.05 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.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.98 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.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
10 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.23 ms After last query: 0.07 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=15875%') or (`link` like '%view=ldetails&id=15875%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
Status | Duration |
---|
Starting | 0.05 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.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.39 ms After last query: 0.06 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 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 |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.18 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | 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.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
9 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
8 | OspropertyHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.54 ms
Select count(id)
from hily8_menu
where id = '250'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=15875%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 48.78 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.02 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
15 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
14 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:810 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.09 ms
Select ref,pro_name,pro_alias
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.17 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.06 ms |
Optimizing | 0.05 ms |
Statistics | 0.12 ms |
Preparing | 0.05 ms |
Sorting result | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.70 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:494 |
14 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:810 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 49.08 ms After last query: 0.13 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "a5b9c3e5b46020becfebd0403754eaa4"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
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.02 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
14 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:810 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | 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/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.56 ms After last query: 13.00 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM hily8_modules AS m
LEFT JOIN hily8_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN hily8_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 <= '2025-04-27 23:35:50')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-04-27 23:35:50')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 250 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
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,idx_language | published | 1 | const | 60 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | logerchic_db.m.module,const | 1 | Using index condition; Using where |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | logerchic_db.m.id | 2 | Using where; Using index |
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.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
31 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
29 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
28 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
27 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
24 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container.php:278 |
22 | YOOtheme\Container->YOOtheme\{closure}() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
20 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header.php:143 |
19 | YOOtheme\View->{closure}() | Same as call in the line below. |
18 | array_filter() | JROOT/templates/yootheme/templates/header.php:143 |
17 | require JROOT/templates/yootheme/templates/header.php | JROOT/templates/yootheme/packages/view/src/View.php:295 |
16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:15 |
15 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:177 |
14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:63 |
13 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:177 |
12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
11 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:177 |
10 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:256 |
9 | YOOtheme\View->render() | JROOT/templates/yootheme/packages/view/src/View.php:82 |
8 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/index.php:137 |
7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 21.87 ms
SELECT *
FROM hily8_acym_list
WHERE `type` = 'standard'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_list | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
Status | Duration |
---|
Starting | 0.05 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.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
22 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/list.php:528 |
21 | AcyMailing\Classes\ListClass->getAllWithoutManagement() | JROOT/modules/mod_acym/mod_acym.php:37 |
20 | include JROOT/modules/mod_acym/mod_acym.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
19 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
18 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.14 ms
SELECT *
FROM hily8_acym_field
WHERE `id` IN(1,2)
ORDER BY `ordering` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_field | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.11 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
22 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/field.php:46 |
21 | AcyMailing\Classes\FieldClass->getFieldsByID() | JROOT/modules/mod_acym/mod_acym.php:40 |
20 | include JROOT/modules/mod_acym/mod_acym.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
19 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
18 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.11 ms
SELECT article.id, article.alias, article.catid, cat.alias AS catalias, article.language
FROM hily8_content AS article
LEFT JOIN hily8_categories AS cat
ON cat.id = article.catid
WHERE article.id = 74
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | article | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | cat | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.13 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.04 ms |
Statistics | 0.12 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.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
22 | acym_loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/content.php:85 |
21 | acym_getArticleURL() | JROOT/modules/mod_acym/mod_acym.php:113 |
20 | include JROOT/modules/mod_acym/mod_acym.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
19 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
18 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.24 ms
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `hily8_categories` AS `s`
INNER JOIN `hily8_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 9
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.10 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.04 ms |
Preparing | 0.04 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.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
36 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
35 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
34 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
33 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
32 | ContentRouter->getCategorySegment() | Same as call in the line below. |
31 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
30 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
29 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
28 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
27 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
26 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
25 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
24 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
23 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_acym/libraries/joomla/url.php:12 |
22 | acym_route() | JROOT/administrator/components/com_acym/libraries/joomla/content.php:94 |
21 | acym_getArticleURL() | JROOT/modules/mod_acym/mod_acym.php:113 |
20 | include JROOT/modules/mod_acym/mod_acym.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
19 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
18 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 79.93 ms
SELECT `c2`.`language`,`c2`.`id`
FROM `hily8_menu` AS `c`
INNER JOIN `hily8_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `hily8_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `hily8_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 250
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.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.08 ms |
Preparing | 0.02 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.00 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 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
13 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:321 |
12 | MenusHelper::getAssociations() | JROOT/modules/mod_languages/helper.php:58 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.58 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.11 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.87 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 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.15 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 2 | |
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.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.07 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 1.13 ms |
End of update loop | 0.03 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.56 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
14 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.43 ms After last query: 0.12 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=15875%') or (`link` like '%view=ldetails&id=15875%'))
and (`language` LIKE 'fr-FR' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
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.03 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.99 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.67 ms After last query: 0.12 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'fr-FR' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 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.09 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.20 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.38 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'fr-FR' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | 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.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.08 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.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.17 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.92 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
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.03 ms |
Statistics | 0.07 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.90 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.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.16 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.13 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 2 | |
Status | Duration |
---|
Starting | 0.05 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.03 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 1.10 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 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.56 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
14 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.35 ms After last query: 0.11 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=15875%') or (`link` like '%view=ldetails&id=15875%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
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.03 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.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 1.51 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.65 ms After last query: 0.10 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
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.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.00 ms |
closing tables | 0.00 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.23 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.38 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.30 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 1.44 ms
Select count(id)
from hily8_menu
where id = '250'
and published = '1'
and (`link` like '%view=ldetails%'
and `link` like '%id=15875%')
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
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.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 48.61 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 8.27 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:526 |
19 | OSPRoute::checkDirectPropertyLink() | JROOT/components/com_osproperty/router.php:476 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_languages/helper.php:115 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.16 ms
Select ref,pro_name_en as pro_name,pro_alias_en as pro_alias
from hily8_osrs_properties
where id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_properties | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.20 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.07 ms |
Optimizing | 0.05 ms |
Statistics | 0.18 ms |
Preparing | 0.06 ms |
Creating tmp table | 0.12 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.47 ms |
Creating sort index | 0.05 ms |
Removing tmp table | 0.18 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.02 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/router.php:494 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_languages/helper.php:115 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 48.96 ms After last query: 0.23 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "a5b9c3e5b46020becfebd0403754eaa4"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
Status | Duration |
---|
Starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.10 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
18 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_languages/helper.php:115 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.83 ms After last query: 25.01 ms
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM hily8_fields AS a
LEFT JOIN `hily8_languages` AS l
ON l.lang_code = a.language
LEFT JOIN hily8_users AS uc
ON uc.id=a.checked_out
LEFT JOIN hily8_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN hily8_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN hily8_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | logerchic_db.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | logerchic_db.a.group_id | 1 | 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.01 ms |
Statistics | 0.08 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.00 ms |
Unlocking tables | 0.00 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
17 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
14 | JHtmlContent::prepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 10.56 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
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.03 ms |
Statistics | 0.07 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.52 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 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.11 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 2 | |
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.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.67 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
14 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.01 ms After last query: 0.12 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=15875%') or (`link` like '%view=ldetails&id=15875%'))
and (`language` LIKE 'fr-FR' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
Status | Duration |
---|
Starting | 0.05 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.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.21 ms After last query: 0.11 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'fr-FR' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.10 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 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 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.35 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'fr-FR' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | PRIMARY | 4 | const | 1 | |
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.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.00 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.19 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.54 ms
Select a.agent_id,a.pro_type, a.city, a.state, a.country, a.isFeatured, b.agent_type, c.company_id
from hily8_osrs_properties as a
inner join hily8_osrs_agents as b
on b.id = a.agent_id
left join hily8_osrs_company_agents as c
on c.agent_id = b.id
where a.id = '15875'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY,agent_id | 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 | 7 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.46 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.12 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_osproperty/helpers/route.php:73 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.12 ms
SELECT category_id
FROM hily8_osrs_property_categories
WHERE pid="15875"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_property_categories | ref | pid | pid | 5 | const | 2 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.67 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.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.47 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_osproperty/helpers/helper.php:3173 |
14 | OSPHelper::getCategoryIdsOfProperty() | JROOT/components/com_osproperty/helpers/route.php:83 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.12 ms
Select id
from hily8_menu
where published = '1'
and ((`link` like '%view=ldetails&id=15875%') or (`link` like '%view=ldetails&id=15875%'))
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
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.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 12.54 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:102 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.13 ms After last query: 0.07 ms
Select *
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 247 | Using where |
Status | Duration |
---|
Starting | 0.05 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.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osproperty/helpers/route.php:108 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.32 ms
Select count(id)
from hily8_menu
where published = '1'
and `home` = '0'
and `link` like '%view=ltype%'
and (`language` LIKE 'en-GB' or `language` LIKE '*' or `language` = '')
and id = '250'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_menu | const | PRIMARY,idx_language | 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.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/helpers/route.php:125 |
13 | OSPRoute::getItemid() | JROOT/components/com_osproperty/helpers/association.php:59 |
12 | OspropertyHelperAssociation::getAssociations() | JROOT/modules/mod_languages/helper.php:68 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 17.20 ms
SELECT *
FROM hily8_acym_list
WHERE type = 'standard'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_list | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 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.01 ms |
Statistics | 0.02 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 |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
15 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/list.php:509 |
14 | AcyMailing\Classes\ListClass->getAllForSelect() | JROOT/administrator/components/com_acym/classes/form.php:24 |
13 | AcyMailing\Classes\FormClass->__construct() | JROOT/plugins/system/acymtriggers/acymtriggers.php:123 |
12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.14 ms
SELECT *
FROM hily8_acym_field
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_field | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
15 | acym_loadObjectList() | JROOT/administrator/components/com_acym/libraries/class.php:62 |
14 | AcyMailing\Libraries\acymClass->getAll() | JROOT/administrator/components/com_acym/classes/form.php:27 |
13 | AcyMailing\Classes\FormClass->__construct() | JROOT/plugins/system/acymtriggers/acymtriggers.php:123 |
12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.51 ms
SELECT *
FROM hily8_languages
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
16 | acym_loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/language.php:54 |
15 | acym_getLanguages() | JROOT/administrator/components/com_acym/helpers/global/language.php:30 |
14 | acym_getMultilingualLanguages() | JROOT/administrator/components/com_acym/classes/form.php:332 |
13 | AcyMailing\Classes\FormClass->__construct() | JROOT/plugins/system/acymtriggers/acymtriggers.php:123 |
12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 14.34 ms
SELECT *
FROM hily8_acym_form
WHERE active = 1
AND type != 'shortcode'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_form | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 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.01 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.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 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
14 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/form.php:435 |
13 | AcyMailing\Classes\FormClass->getAllFormsToDisplay() | JROOT/plugins/system/acymtriggers/acymtriggers.php:124 |
12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.99 ms
SELECT *
FROM hily8_jmap_metainfo
WHERE `linkurl` = 'https://www.logerchic.com/en/maison-vacance/ref15875-maison-vacance-agla-petit-chateau-15875.html'
AND `published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_jmap_metainfo | ref | published | published | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 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.37 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.00 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:707 |
12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.13 ms
SELECT *
FROM hily8_jmap_canonicals
WHERE `linkurl` = 'https://www.logerchic.com/en/maison-vacance/ref15875-maison-vacance-agla-petit-chateau-15875.html'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_jmap_canonicals | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
checking permissions | 1.47 ms |
Executing | 0.01 ms |
Sending data | 0.26 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:786 |
12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 3.77 ms
SELECT `value`
FROM hily8_acym_configuration
WHERE `name` LIKE "%regacy" OR `name` LIKE "%\_sub"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_acym_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 221 | 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.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 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 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/acymtriggers/acymtriggers.php:157 |
8 | plgSystemAcymtriggers->applyRegacy() | JROOT/plugins/system/acymtriggers/acymtriggers.php:150 |
7 | plgSystemAcymtriggers->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:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.22 ms After last query: 0.25 ms
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
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.01 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.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
12 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/pdomysql.php:392 |
11 | JDatabaseDriverPdomysql->getTableList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:114 |
10 | acym_getTableList() | JROOT/administrator/components/com_acym/helpers/global/addon.php:10 |
9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:194 |
8 | plgSystemAcymtriggers->applyRegacy() | JROOT/plugins/system/acymtriggers/acymtriggers.php:150 |
7 | plgSystemAcymtriggers->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:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.51 ms
SELECT *
FROM hily8_jmap_headings
WHERE `linkurl` = 'https://www.logerchic.com/en/maison-vacance/ref15875-maison-vacance-agla-petit-chateau-15875.html'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_jmap_headings | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 35.53 ms |
End of update loop | 0.03 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 1.10 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:1102 |
7 | plgSystemJMap->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:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.12 ms
SELECT
`original_text`,
`target_text`,
`original_text_regex`,
`target_text_regex`
FROM
`hily8_jmap_text_replacements`
WHERE
`published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_jmap_text_replacements | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.14 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.06 ms |
Optimizing | 0.03 ms |
Statistics | 0.14 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.04 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 5.10 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jmap/jmap.php:357 |
8 | plgSystemJMap->patternReplacements() | JROOT/plugins/system/jmap/jmap.php:1179 |
7 | plgSystemJMap->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:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 35.84 ms After last query: 1.55 ms
SELECT COUNT(id)
FROM hily8_osrs_urls
WHERE md5_key like "1a899ccfe8d46ba3ee9b0d6b56347865"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hily8_osrs_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 132631 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Opening tables | 0.07 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Filling schema table | 1.04 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.00 ms |
Removing tmp table | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.10 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_osproperty/router.php:961 |
14 | OspropertyRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->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:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 1.00 ms
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `hily8_categories` AS `s`
INNER JOIN `hily8_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 13
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
18 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
17 | ContentRouter->getCategorySegment() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->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:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Send to a friend