**Query Time: 0.57 ms** **Query memory: 0.023 MB Memory before query: 1.029 MB** **Rows returned: 0**
SELECT `data`
FROM `xwb4s_session`
WHERE `session_id` = X'3563663263326334336663633039383537643731643637363861653933356132'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | **Same as call in the line below.** |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php: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.51 ms** **After last query: 0.44 ms** **Query memory: 0.020 MB Memory before query: 1.044 MB** **Rows returned: 0**
SELECT `session_id`
FROM `xwb4s_session`
WHERE `session_id` = X'3563663263326334336663633039383537643731643637363861653933356132'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php: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.46 ms** **After last query: 0.10 ms** **Query memory: 0.004 MB Memory before query: 1.049 MB**
INSERT INTO `xwb4s_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3563663263326334336663633039383537643731643637363861653933356132', 1, 1686336962, 0, '', 0)
**EXPLAIN not possible on query: INSERT INTO `xwb4s_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3563663263326334336663633039383537643731643637363861653933356132', 1, 1686336962, 0, '', 0)**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php: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.81 ms** **After last query: 0.73 ms** **Query memory: 0.042 MB Memory before query: 1.080 MB** **Rows returned: 51**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `xwb4s_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 | xwb4s_extensions | ref | extension | extension | 82 | const | 43 | Using index condition; Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | **Same as call in the line below.** |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Query Time: 0.52 ms** **After last query: 0.59 ms** **Query memory: 0.021 MB Memory before query: 1.121 MB** **Rows returned: 6**
SELECT id, rules
FROM `xwb4s_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_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 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Query Time: 0.53 ms** **After last query: 0.09 ms** **Query memory: 0.021 MB Memory before query: 1.134 MB** **Rows returned: 2**
SELECT b.id
FROM xwb4s_usergroups AS a
LEFT JOIN xwb4s_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 | ALL | idx_usergroup_nested_set_lookup | **NO INDEX KEY COULD BE USED** | NULL | NULL | 13 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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: 1.78 ms** **After last query: 0.14 ms** **Query memory: 0.056 MB Memory before query: 1.155 MB** **Rows returned: 215**
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM xwb4s_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 | xwb4s_extensions | ALL | extension | **NO INDEX KEY COULD BE USED** | NULL | NULL | 431 | Using where; **Using filesort** |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | **Same as call in the line below.** |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Query Time: 0.92 ms** **After last query: 19.79 ms** **Query memory: 0.021 MB Memory before query: 2.454 MB** **Rows returned: 1**
SELECT `template`
FROM `xwb4s_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helix3/helix3.php:271 |
9 | plgSystemHelix3->getTemplateName() | JROOT/plugins/system/helix3/helix3.php:38 |
8 | plgSystemHelix3->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.59 ms** **After last query: 1.37 ms** **Query memory: 0.194 MB Memory before query: 2.496 MB** **Rows returned: 88**
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 xwb4s_menu AS m
LEFT JOIN xwb4s_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 | 87 | Using index condition; Using where; **Using filesort** |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | u998235511_blistavidom.m.component_id | 1 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | **Same as call in the line below.** |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
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.81 ms** **After last query: 4.29 ms** **Query memory: 0.025 MB Memory before query: 3.099 MB** **Rows returned: 1**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `xwb4s_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_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** |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
20 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
19 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | **Same as call in the line below.** |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
16 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
15 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
14 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
11 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:336 |
10 | NRFramework\Functions::isFeed() | JROOT/plugins/system/convertforms/convertforms.php:457 |
9 | PlgSystemConvertForms->getHelper() | JROOT/plugins/system/convertforms/convertforms.php:101 |
8 | PlgSystemConvertForms->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.58 ms** **After last query: 0.14 ms** **Query memory: 0.007 MB Memory before query: 3.092 MB**
UPDATE `xwb4s_extensions`
SET `params` = '{\"mediaversion\":\"20d7e156918fead0e3e17fb56ef11252\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
**EXPLAIN not possible on query: UPDATE `xwb4s_extensions`
SET `params` = '{\"mediaversion\":\"20d7e156918fead0e3e17fb56ef11252\"}'
WHERE `type` = 'library' AND `element` = 'joomla'**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
15 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
14 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
11 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:336 |
10 | NRFramework\Functions::isFeed() | JROOT/plugins/system/convertforms/convertforms.php:457 |
9 | PlgSystemConvertForms->getHelper() | JROOT/plugins/system/convertforms/convertforms.php:101 |
8 | PlgSystemConvertForms->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.63 ms** **After last query: 2.24 ms** **Query memory: 0.019 MB Memory before query: 3.209 MB** **Rows returned: 2**
SELECT *
FROM xwb4s_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_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** |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Query Time: 0.68 ms** **After last query: 0.23 ms** **Query memory: 0.058 MB Memory before query: 3.228 MB** **Rows returned: 1**
SELECT id, home, template, s.params
FROM xwb4s_template_styles as s
LEFT JOIN xwb4s_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | ref | idx_template,idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | u998235511_blistavidom.s.template,const | 1 | Using index condition; Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
3 | 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: 6.68 ms** **Query memory: 0.028 MB Memory before query: 3.505 MB** **Rows returned: 50**
SELECT `id`,`name`,`rules`,`parent_id`
FROM `xwb4s_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_activitystream','com_acym','com_acymailing','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_convertforms','com_cpanel','com_fields','com_finder','com_gsd','com_installer','com_jch_optimize','com_jgive','com_jlsitemap','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modern_tours','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_rstbox','com_search','com_sppagebuilder','com_spsimpleportfolio','com_tags','com_templates','com_tjfields','com_tjnotifications','com_tjprivacy','com_tjreports','com_tjvendors','com_users','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 52 | Using index condition |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
14 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
13 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
12 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
11 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
10 | Joomla\CMS\User\User->authorise() | JROOT/components/com_modern_tours/helpers/maintenance.php:36 |
9 | Maintenance::displayTest() | JROOT/components/com_modern_tours/controller.php:71 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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: 37.48 ms** **After last query: 3.76 ms** **Query memory: 0.023 MB Memory before query: 3.615 MB** **Rows returned: 3**
SELECT a.alias as alias, ROUND(AVG(r.rating)) as rating, a.params
FROM `xwb4s_modern_tours_assets` AS a
LEFT JOIN xwb4s_users AS uc
ON uc.id=a.checked_out
LEFT JOIN xwb4s_users AS created_by
ON created_by.id = a.created_by
LEFT JOIN xwb4s_users AS modified_by
ON modified_by.id = a.modified_by
LEFT JOIN xwb4s_modern_tours_reviews AS r
ON a.id = r.assets_id
WHERE a.state = 1
GROUP BY a.id
ORDER BY a.id ASC
LIMIT 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 3 | Using where; Using temporary; **Using filesort** |
1 | SIMPLE | r | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 1 | Using where; Using join buffer (flat, BNL join) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_modern_tours/models/assets.php:821 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.37 ms** **After last query: 2.27 ms** **Query memory: 0.063 MB Memory before query: 3.702 MB** **Rows returned: 1**
SELECT *
FROM xwb4s_modern_tours_assets
WHERE alias = "deep-cleaning"
AND state = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_assets | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 3 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:715 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.25 ms** **Query memory: 0.031 MB Memory before query: 3.742 MB** **Rows returned: 17**
SHOW FULL COLUMNS
FROM `xwb4s_users`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `xwb4s_users`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
23 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
22 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |
21 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 |
20 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
19 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:877 |
18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
15 | Joomla\CMS\Factory::getUser() | JROOT/components/com_modern_tours/models/asset.php:727 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.25 ms** **Query memory: 0.026 MB Memory before query: 3.779 MB** **Rows returned: 1**
SELECT *
FROM `xwb4s_users`
WHERE `id` = 707
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
19 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
15 | Joomla\CMS\Factory::getUser() | JROOT/components/com_modern_tours/models/asset.php:727 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.69 ms** **After last query: 0.36 ms** **Query memory: 0.025 MB Memory before query: 3.792 MB** **Rows returned: 1**
SELECT `g`.`id`,`g`.`title`
FROM `xwb4s_usergroups` AS g
INNER JOIN `xwb4s_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 707
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | u998235511_blistavidom.m.group_id | 1 | |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
19 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
15 | Joomla\CMS\Factory::getUser() | JROOT/components/com_modern_tours/models/asset.php:727 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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: 14.79 ms** **After last query: 0.12 ms** **Query memory: 0.023 MB Memory before query: 3.800 MB** **Rows returned: 1**
**Duplicate queries**:
#113SELECT id, title
FROM xwb4s_modern_tours_categories
WHERE id LIKE '2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_categories | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 2 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:781 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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: 15.56 ms** **After last query: 0.13 ms** **Query memory: 0.023 MB Memory before query: 3.811 MB** **Rows returned: 1**
SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.65 ms** **After last query: 0.09 ms** **Query memory: 0.023 MB Memory before query: 3.818 MB** **Rows returned: 1**
SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.03 ms** **Query memory: 0.023 MB Memory before query: 3.825 MB** **Rows returned: 1**
SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '3'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.07 ms** **Query memory: 0.023 MB Memory before query: 3.833 MB** **Rows returned: 1**
SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '4'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.54 ms** **After last query: 0.05 ms** **Query memory: 0.023 MB Memory before query: 3.840 MB** **Rows returned: 1**
SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '5'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.02 ms** **Query memory: 0.023 MB Memory before query: 3.847 MB** **Rows returned: 1**
SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '6'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.03 ms** **Query memory: 0.023 MB Memory before query: 3.854 MB** **Rows returned: 1**
SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.02 ms** **Query memory: 0.023 MB Memory before query: 3.862 MB** **Rows returned: 1**
SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '8'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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: 0.02 ms** **Query memory: 0.023 MB Memory before query: 3.869 MB** **Rows returned: 1**
**Duplicate queries**:
#80SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '9'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.02 ms** **Query memory: 0.023 MB Memory before query: 3.876 MB** **Rows returned: 1**
SELECT id, title
FROM xwb4s_modern_tours_locations
WHERE id LIKE '10'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | xwb4s_modern_tours_locations | ALL | PRIMARY | **NO INDEX KEY COULD BE USED** | NULL | NULL | 49 | Using where |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_modern_tours/models/asset.php:837 |
14 | Modern_toursModelAsset->getRelatedItem() | JROOT/components/com_modern_tours/models/assets.php:747 |
13 | Modern_toursModelAssets->getIDs() | JROOT/components/com_modern_tours/models/assets.php:823 |
12 | Modern_toursModelAssets->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_modern_tours/views/assets/view.html.php:44 |
10 | Modern_toursViewAssets->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_modern_tours/controller.php:87 |
8 | Modern_toursController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_modern_tours/modern_tours.php:14 |
6 | require_once JROOT/components/com_modern_tours/modern_tours.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.54 ms** **After last query: 0.02 ms** **Query memory: 0.023 MB Memory before query: 3.884 MB** **Rows returned: 1**