Query Time: 0.82 ms Query memory: 0.076 MB Memory before query: 6.028 MB Rows returned: 64
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 h_menu AS m
LEFT JOIN h_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
EXPLAIN not possible on query: 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 h_menu AS m
LEFT JOIN h_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
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
16 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT\libraries\cms\menu\site.php:86 |
13 | JMenuSite->load() | JROOT\libraries\cms\menu\menu.php:74 |
12 | JMenu->__construct() | JROOT\libraries\cms\menu\site.php:57 |
11 | JMenuSite->__construct() | JROOT\plugins\system\falangdriver\falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT\libraries\cms\router\router.php:596 |
9 | JRouter->processParseRules() | JROOT\libraries\cms\router\site.php:561 |
8 | JRouterSite->processParseRules() | JROOT\libraries\cms\router\router.php:570 |
7 | JRouter->_processParseRules() | JROOT\libraries\cms\router\router.php:224 |
6 | JRouter->parse() | JROOT\libraries\cms\router\site.php:131 |
5 | JRouterSite->parse() | JROOT\libraries\cms\application\cms.php:1116 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.15 ms After last query: 3.51 ms Query memory: 0.026 MB Memory before query: 6.269 MB Rows returned: 7
SELECT joomlatablename,tablepkID
FROM `h_falang_tableinfo`
EXPLAIN not possible on query: SELECT joomlatablename,tablepkID FROM `h_falang_tableinfo`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 22 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
21 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
19 | JFalangDatabase->loadObjectList() | JROOT\administrator\components\com_falang\classes\FalangManager.class.php:147 |
18 | FalangManager->_loadPrimaryKeyData() | JROOT\administrator\components\com_falang\classes\FalangManager.class.php:60 |
17 | FalangManager->__construct() | JROOT\administrator\components\com_falang\classes\FalangManager.class.php:88 |
16 | FalangManager::getInstance() | JROOT\components\com_falang\helpers\falang.class.php:52 |
15 | Falang::translateList() | JROOT\plugins\system\falangdriver\falang_database.php:332 |
14 | JFalangDatabase->loadObjectList() | JROOT\libraries\cms\menu\site.php:86 |
13 | JMenuSite->load() | JROOT\libraries\cms\menu\menu.php:74 |
12 | JMenu->__construct() | JROOT\libraries\cms\menu\site.php:57 |
11 | JMenuSite->__construct() | JROOT\plugins\system\falangdriver\falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT\libraries\cms\router\router.php:596 |
9 | JRouter->processParseRules() | JROOT\libraries\cms\router\site.php:561 |
8 | JRouterSite->processParseRules() | JROOT\libraries\cms\router\router.php:570 |
7 | JRouter->_processParseRules() | JROOT\libraries\cms\router\router.php:224 |
6 | JRouter->parse() | JROOT\libraries\cms\router\site.php:131 |
5 | JRouterSite->parse() | JROOT\libraries\cms\application\cms.php:1116 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.23 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 6.280 MB Rows returned: 2
SELECT *
FROM h_languages
ORDER BY ordering
EXPLAIN not possible on query: SELECT * FROM h_languages ORDER BY ordering
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 22 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
21 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
19 | JFalangDatabase->loadObjectList() | JROOT\administrator\components\com_falang\classes\FalangManager.class.php:322 |
18 | FalangManager->getLanguages() | JROOT\administrator\components\com_falang\classes\FalangManager.class.php:66 |
17 | FalangManager->__construct() | JROOT\administrator\components\com_falang\classes\FalangManager.class.php:88 |
16 | FalangManager::getInstance() | JROOT\components\com_falang\helpers\falang.class.php:52 |
15 | Falang::translateList() | JROOT\plugins\system\falangdriver\falang_database.php:332 |
14 | JFalangDatabase->loadObjectList() | JROOT\libraries\cms\menu\site.php:86 |
13 | JMenuSite->load() | JROOT\libraries\cms\menu\menu.php:74 |
12 | JMenu->__construct() | JROOT\libraries\cms\menu\site.php:57 |
11 | JMenuSite->__construct() | JROOT\plugins\system\falangdriver\falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT\libraries\cms\router\router.php:596 |
9 | JRouter->processParseRules() | JROOT\libraries\cms\router\site.php:561 |
8 | JRouterSite->processParseRules() | JROOT\libraries\cms\router\router.php:570 |
7 | JRouter->_processParseRules() | JROOT\libraries\cms\router\router.php:224 |
6 | JRouter->parse() | JROOT\libraries\cms\router\site.php:131 |
5 | JRouterSite->parse() | JROOT\libraries\cms\application\cms.php:1116 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 9.56 ms After last query: 4.21 ms Query memory: 0.029 MB Memory before query: 6.501 MB Rows returned: 14
SHOW FULL COLUMNS
FROM `h_languages`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `h_languages`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 26 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
25 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
24 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
23 | JFalangDatabase->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:440 |
22 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\joomla\table\table.php:241 |
21 | JTable->getFields() | JROOT\libraries\joomla\table\table.php:162 |
20 | JTable->__construct() | JROOT\administrator\components\com_falang\tables\JFLanguage.php:77 |
19 | TableJFLanguage->__construct() | JROOT\administrator\components\com_falang\classes\FalangManager.class.php:328 |
18 | FalangManager->getLanguages() | JROOT\administrator\components\com_falang\classes\FalangManager.class.php:66 |
17 | FalangManager->__construct() | JROOT\administrator\components\com_falang\classes\FalangManager.class.php:88 |
16 | FalangManager::getInstance() | JROOT\components\com_falang\helpers\falang.class.php:52 |
15 | Falang::translateList() | JROOT\plugins\system\falangdriver\falang_database.php:332 |
14 | JFalangDatabase->loadObjectList() | JROOT\libraries\cms\menu\site.php:86 |
13 | JMenuSite->load() | JROOT\libraries\cms\menu\menu.php:74 |
12 | JMenu->__construct() | JROOT\libraries\cms\menu\site.php:57 |
11 | JMenuSite->__construct() | JROOT\plugins\system\falangdriver\falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT\libraries\cms\router\router.php:596 |
9 | JRouter->processParseRules() | JROOT\libraries\cms\router\site.php:561 |
8 | JRouterSite->processParseRules() | JROOT\libraries\cms\router\router.php:570 |
7 | JRouter->_processParseRules() | JROOT\libraries\cms\router\router.php:224 |
6 | JRouter->parse() | JROOT\libraries\cms\router\site.php:131 |
5 | JRouterSite->parse() | JROOT\libraries\cms\application\cms.php:1116 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 4.15 ms After last query: 2.87 ms Query memory: 0.025 MB Memory before query: 6.556 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM h_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(198,171,168,199,169,170,172,173,210,205,203,204,208,209,102,104,105,103,106,107,101,128,129,227,196,197,200,132,134,201,221,225,224,202,130,207,161,162,163,135,193,143,144,145,140,152,153,150,164,165,166,175,176,177,178,179,180,181,182,183,184,185,186,131)
AND falang_content.reference_table='menu'
EXPLAIN not possible on query: SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM h_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(198,171,168,199,169,170,172,173,210,205,203,204,208,209,102,104,105,103,106,107,101,128,129,227,196,197,200,132,134,201,221,225,224,202,130,207,161,162,163,135,193,143,144,145,140,152,153,150,164,165,166,175,176,177,178,179,180,181,182,183,184,185,186,131)
AND falang_content.reference_table='menu'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
19 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
18 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:276 |
17 | JFalangDatabase->loadObjectList() | JROOT\components\com_falang\helpers\falang.class.php:252 |
16 | Falang::translateListWithIDs() | JROOT\components\com_falang\helpers\falang.class.php:125 |
15 | Falang::translateList() | JROOT\plugins\system\falangdriver\falang_database.php:332 |
14 | JFalangDatabase->loadObjectList() | JROOT\libraries\cms\menu\site.php:86 |
13 | JMenuSite->load() | JROOT\libraries\cms\menu\menu.php:74 |
12 | JMenu->__construct() | JROOT\libraries\cms\menu\site.php:57 |
11 | JMenuSite->__construct() | JROOT\plugins\system\falangdriver\falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT\libraries\cms\router\router.php:596 |
9 | JRouter->processParseRules() | JROOT\libraries\cms\router\site.php:561 |
8 | JRouterSite->processParseRules() | JROOT\libraries\cms\router\router.php:570 |
7 | JRouter->_processParseRules() | JROOT\libraries\cms\router\router.php:224 |
6 | JRouter->parse() | JROOT\libraries\cms\router\site.php:131 |
5 | JRouterSite->parse() | JROOT\libraries\cms\application\cms.php:1116 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.46 ms After last query: 3.92 ms Query memory: 0.022 MB Memory before query: 6.466 MB Rows returned: 7
SELECT id, home, template, s.params
FROM h_template_styles as s
LEFT JOIN h_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
EXPLAIN not possible on query: SELECT id, home, template, s.params
FROM h_template_styles as s
LEFT JOIN h_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
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
13 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
11 | JFalangDatabase->loadObjectList() | JROOT\libraries\cms\application\site.php:484 |
10 | JApplicationSite->getTemplate() | JROOT\plugins\system\t3\includes\core\t3.php:307 |
9 | T3::detect() | JROOT\plugins\system\t3\t3.php:81 |
8 | plgSystemT3->onAfterRoute() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.32 ms After last query: 14.22 ms Query memory: 0.025 MB Memory before query: 6.694 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `h_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `h_extensions`
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
19 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
18 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
17 | JFalangDatabase->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:414 |
16 | JFalangDatabase->loadObject() | JROOT\libraries\joomla\cache\controller\callback.php:152 |
15 | JCacheControllerCallback->get() | JROOT\libraries\cms\library\helper.php:156 |
14 | JLibraryHelper::_load() | JROOT\libraries\cms\library\helper.php:47 |
13 | JLibraryHelper::getLibrary() | JROOT\libraries\cms\library\helper.php:90 |
12 | JLibraryHelper::getParams() | JROOT\libraries\cms\version\version.php:274 |
11 | JVersion->getMediaVersion() | JROOT\libraries\joomla\factory.php:755 |
10 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
9 | JFactory::getDocument() | JROOT\plugins\system\k2\k2.php:52 |
8 | plgSystemK2->onAfterRoute() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 32.95 ms After last query: 0.24 ms Query memory: 0.006 MB Memory before query: 6.687 MB
UPDATE `h_extensions`
SET `params` = '{\"mediaversion\":\"773d09479a23ab60097531135f1faedc\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `h_extensions`
SET `params` = '{\"mediaversion\":\"773d09479a23ab60097531135f1faedc\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
14 | JFalangDatabase->execute() | JROOT\libraries\cms\library\helper.php:119 |
13 | JLibraryHelper::saveParams() | JROOT\libraries\cms\version\version.php:325 |
12 | JVersion->setMediaVersion() | JROOT\libraries\cms\version\version.php:284 |
11 | JVersion->getMediaVersion() | JROOT\libraries\joomla\factory.php:755 |
10 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
9 | JFactory::getDocument() | JROOT\plugins\system\k2\k2.php:52 |
8 | plgSystemK2->onAfterRoute() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 29.73 ms After last query: 143.66 ms Query memory: 0.190 MB Memory before query: 8.932 MB Rows returned: 53
SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM h_modules AS m
LEFT JOIN h_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN h_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 <= '2023-09-25 18:39:13')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2023-09-25 18:39:13')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 153 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
EXPLAIN not possible on query: SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM h_modules AS m
LEFT JOIN h_modules_menu AS mm ON mm.moduleid = m.id
LEFT JOIN h_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 <= '2023-09-25 18:39:13') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2023-09-25 18:39:13') AND m.access IN (1,1,5) AND m.client_id = 0 AND (mm.menuid = 153 OR mm.menuid <= 0) AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
17 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT\plugins\system\t3\includes\joomla30\modulehelper.php:423 |
14 | JModuleHelper::_load() | JROOT\plugins\system\t3\includes\joomla30\modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT\templates\bt_medical\html\com_users\registration\default.php:71 |
12 | include JROOT\templates\bt_medical\html\com_users\registration\default.php | JROOT\plugins\system\t3\includes\joomla30\viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT\plugins\system\t3\includes\joomla30\viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT\components\com_users\views\registration\view.html.php:67 |
9 | UsersViewRegistration->display() | JROOT\components\com_users\controller.php:133 |
8 | UsersController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_users\users.php:15 |
6 | require_once JROOT\components\com_users\users.php | JROOT\libraries\cms\component\helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 2.95 ms After last query: 0.47 ms Query memory: 0.026 MB Memory before query: 9.197 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM h_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(119,145,146,147,148,149,150,151,162,165,168,172,173,174,130,111,112,170,113,171,107,114,99,93,123,128,116,129,134,135,136,137,138,139,140,141,142,143,144,163,164,167,127,117,131,118)
AND falang_content.reference_table='modules'
EXPLAIN not possible on query: SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM h_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(119,145,146,147,148,149,150,151,162,165,168,172,173,174,130,111,112,170,113,171,107,114,99,93,123,128,116,129,134,135,136,137,138,139,140,141,142,143,144,163,164,167,127,117,131,118)
AND falang_content.reference_table='modules'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
20 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:276 |
18 | JFalangDatabase->loadObjectList() | JROOT\components\com_falang\helpers\falang.class.php:252 |
17 | Falang::translateListWithIDs() | JROOT\components\com_falang\helpers\falang.class.php:125 |
16 | Falang::translateList() | JROOT\plugins\system\falangdriver\falang_database.php:332 |
15 | JFalangDatabase->loadObjectList() | JROOT\plugins\system\t3\includes\joomla30\modulehelper.php:423 |
14 | JModuleHelper::_load() | JROOT\plugins\system\t3\includes\joomla30\modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT\templates\bt_medical\html\com_users\registration\default.php:71 |
12 | include JROOT\templates\bt_medical\html\com_users\registration\default.php | JROOT\plugins\system\t3\includes\joomla30\viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT\plugins\system\t3\includes\joomla30\viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT\components\com_users\views\registration\view.html.php:67 |
9 | UsersViewRegistration->display() | JROOT\components\com_users\controller.php:133 |
8 | UsersController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_users\users.php:15 |
6 | require_once JROOT\components\com_users\users.php | JROOT\libraries\cms\component\helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT\libraries\cms\component\helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT\libraries\cms\application\site.php:191 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 8.28 ms After last query: 131.46 ms Query memory: 0.024 MB Memory before query: 9.370 MB Rows returned: 1
SELECT template
FROM h_template_styles
WHERE client_id=0
AND home='1'
EXPLAIN not possible on query: SELECT template
FROM h_template_styles
WHERE client_id=0 AND home='1'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
16 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:414 |
13 | JFalangDatabase->loadObject() | JROOT\plugins\system\falangdriver\falang_database.php:349 |
12 | JFalangDatabase->_loadObject() | JROOT\plugins\system\falangdriver\falang_database.php:140 |
11 | JFalangDatabase->loadResult() | JROOT\plugins\editors\tinymce\tinymce.php:190 |
10 | PlgEditorTinymce->onDisplay() | JROOT\libraries\joomla\event\event.php:69 |
9 | JEvent->update() | JROOT\libraries\cms\editor\editor.php:320 |
8 | JEditor->display() | JROOT\plugins\system\k2\k2.php:199 |
7 | plgSystemK2->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:69 |
6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 11.45 ms After last query: 14.94 ms Query memory: 0.027 MB Memory before query: 9.565 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `h_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `h_assets`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 22 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
21 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
19 | JFalangDatabase->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:440 |
18 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\joomla\table\table.php:241 |
17 | JTable->getFields() | JROOT\libraries\joomla\table\table.php:162 |
16 | JTable->__construct() | JROOT\libraries\joomla\table\asset.php:60 |
15 | JTableAsset->__construct() | JROOT\libraries\joomla\table\table.php:308 |
14 | JTable::getInstance() | JROOT\libraries\joomla\access\access.php:696 |
13 | JAccess::getExtensionNameFromAsset() | JROOT\libraries\joomla\access\access.php:555 |
12 | JAccess::getAssetRules() | JROOT\libraries\joomla\user\user.php:385 |
11 | JUser->authorise() | JROOT\plugins\editors\tinymce\tinymce.php:731 |
10 | PlgEditorTinymce->onDisplay() | JROOT\libraries\joomla\event\event.php:69 |
9 | JEvent->update() | JROOT\libraries\cms\editor\editor.php:320 |
8 | JEditor->display() | JROOT\plugins\system\k2\k2.php:199 |
7 | plgSystemK2->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:69 |
6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.29 ms After last query: 0.22 ms Query memory: 0.025 MB Memory before query: 9.587 MB Rows returned: 1
SELECT *
FROM h_assets
WHERE `id` = '1'
EXPLAIN not possible on query: SELECT *
FROM h_assets
WHERE `id` = '1'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
20 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
18 | JFalangDatabase->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:414 |
17 | JFalangDatabase->loadObject() | JROOT\plugins\system\falangdriver\falang_database.php:349 |
16 | JFalangDatabase->_loadObject() | JROOT\plugins\system\falangdriver\falang_database.php:432 |
15 | JFalangDatabase->loadAssoc() | JROOT\libraries\joomla\table\table.php:719 |
14 | JTable->load() | JROOT\libraries\joomla\access\access.php:697 |
13 | JAccess::getExtensionNameFromAsset() | JROOT\libraries\joomla\access\access.php:555 |
12 | JAccess::getAssetRules() | JROOT\libraries\joomla\user\user.php:385 |
11 | JUser->authorise() | JROOT\plugins\editors\tinymce\tinymce.php:731 |
10 | PlgEditorTinymce->onDisplay() | JROOT\libraries\joomla\event\event.php:69 |
9 | JEvent->update() | JROOT\libraries\cms\editor\editor.php:320 |
8 | JEditor->display() | JROOT\plugins\system\k2\k2.php:199 |
7 | plgSystemK2->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:69 |
6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.38 ms After last query: 0.28 ms Query memory: 0.024 MB Memory before query: 9.595 MB Rows returned: 1
SELECT a.rules
FROM h_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
EXPLAIN not possible on query: SELECT a.rules
FROM h_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
16 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:176 |
13 | JFalangDatabase->loadColumn() | JROOT\libraries\joomla\access\access.php:652 |
12 | JAccess::getAssetRules() | JROOT\libraries\joomla\user\user.php:385 |
11 | JUser->authorise() | JROOT\plugins\editors\tinymce\tinymce.php:731 |
10 | PlgEditorTinymce->onDisplay() | JROOT\libraries\joomla\event\event.php:69 |
9 | JEvent->update() | JROOT\libraries\cms\editor\editor.php:320 |
8 | JEditor->display() | JROOT\plugins\system\k2\k2.php:199 |
7 | plgSystemK2->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:69 |
6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.44 ms After last query: 2.35 ms Query memory: 0.025 MB Memory before query: 9.622 MB Rows returned: 35
SELECT element
FROM h_extensions
WHERE type = 'component'
AND enabled = '1'
EXPLAIN not possible on query: SELECT element
FROM h_extensions
WHERE type = 'component' AND enabled = '1'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
18 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
16 | JFalangDatabase->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:176 |
15 | JFalangDatabase->loadColumn() | JROOT\libraries\joomla\access\access.php:413 |
14 | JAccess::preloadComponents() | JROOT\libraries\joomla\access\access.php:213 |
13 | JAccess::preload() | JROOT\libraries\joomla\access\access.php:168 |
12 | JAccess::check() | JROOT\libraries\joomla\user\user.php:394 |
11 | JUser->authorise() | JROOT\plugins\editors\tinymce\tinymce.php:731 |
10 | PlgEditorTinymce->onDisplay() | JROOT\libraries\joomla\event\event.php:69 |
9 | JEvent->update() | JROOT\libraries\cms\editor\editor.php:320 |
8 | JEditor->display() | JROOT\plugins\system\k2\k2.php:199 |
7 | plgSystemK2->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:69 |
6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.64 ms After last query: 0.26 ms Query memory: 0.026 MB Memory before query: 9.636 MB Rows returned: 35
SELECT a.name, a.rules
FROM h_assets AS a
WHERE (a.name IN ('com_acymailing','com_admin','com_ajax','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_falang','com_finder','com_installer','com_joomlaupdate','com_jssupportticket','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_search','com_tags','com_templates','com_users','com_weblinks','com_wrapper') OR a.name = 'root.1')
EXPLAIN not possible on query: SELECT a.name, a.rules
FROM h_assets AS a
WHERE (a.name IN ('com_acymailing','com_admin','com_ajax','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_falang','com_finder','com_installer','com_joomlaupdate','com_jssupportticket','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_search','com_tags','com_templates','com_users','com_weblinks','com_wrapper') OR a.name = 'root.1')
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
18 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
16 | JFalangDatabase->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:457 |
15 | JFalangDatabase->loadAssocList() | JROOT\libraries\joomla\access\access.php:441 |
14 | JAccess::preloadComponents() | JROOT\libraries\joomla\access\access.php:213 |
13 | JAccess::preload() | JROOT\libraries\joomla\access\access.php:168 |
12 | JAccess::check() | JROOT\libraries\joomla\user\user.php:394 |
11 | JUser->authorise() | JROOT\plugins\editors\tinymce\tinymce.php:731 |
10 | PlgEditorTinymce->onDisplay() | JROOT\libraries\joomla\event\event.php:69 |
9 | JEvent->update() | JROOT\libraries\cms\editor\editor.php:320 |
8 | JEditor->display() | JROOT\plugins\system\k2\k2.php:199 |
7 | plgSystemK2->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:69 |
6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.43 ms After last query: 31.49 ms Query memory: 0.022 MB Memory before query: 10.003 MB Rows returned: 3
SELECT language,id
FROM `h_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
EXPLAIN not possible on query: SELECT language,id
FROM `h_menu`
WHERE home = 1 AND published = 1 AND client_id = 0
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
11 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
10 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
9 | JFalangDatabase->loadObjectList() | JROOT\libraries\cms\language\multilang.php:121 |
8 | JLanguageMultilang::getSiteHomePages() | JROOT\plugins\system\languagefilter\languagefilter.php:697 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:69 |
6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.55 ms After last query: 0.22 ms Query memory: 0.022 MB Memory before query: 10.015 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM h_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(101,165,166)
AND falang_content.reference_table='menu'
EXPLAIN not possible on query: SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM h_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(101,165,166)
AND falang_content.reference_table='menu'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
14 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:276 |
12 | JFalangDatabase->loadObjectList() | JROOT\components\com_falang\helpers\falang.class.php:252 |
11 | Falang::translateListWithIDs() | JROOT\components\com_falang\helpers\falang.class.php:125 |
10 | Falang::translateList() | JROOT\plugins\system\falangdriver\falang_database.php:332 |
9 | JFalangDatabase->loadObjectList() | JROOT\libraries\cms\language\multilang.php:121 |
8 | JLanguageMultilang::getSiteHomePages() | JROOT\plugins\system\languagefilter\languagefilter.php:697 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:69 |
6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 17.37 ms After last query: 2.95 ms Query memory: 0.021 MB Memory before query: 10.062 MB Rows returned: 0
SELECT `c2`.`language`,`c2`.`id`
FROM `h_menu` AS `c`
INNER JOIN `h_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `h_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `h_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 153
EXPLAIN not possible on query: SELECT `c2`.`language`,`c2`.`id`
FROM `h_menu` AS `c`
INNER JOIN `h_associations` AS `a` ON a.id = c.`id` AND a.context='com_menus.item'
INNER JOIN `h_associations` AS `a2` ON a.key = a2.key
INNER JOIN `h_menu` AS `c2` ON a2.id = c2.`id`
WHERE c.id = 153
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
12 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
10 | JFalangDatabase->loadObjectList() | JROOT\libraries\cms\language\associations.php:101 |
9 | JLanguageAssociations::getAssociations() | JROOT\administrator\components\com_menus\helpers\menus.php:284 |
8 | MenusHelper::getAssociations() | JROOT\plugins\system\languagefilter\languagefilter.php:714 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:69 |
6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\site.php:196 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.32 ms After last query: 85.69 ms Query memory: 0.028 MB Memory before query: 12.642 MB Rows returned: 79
SELECT *
FROM h_acymailing_config
EXPLAIN not possible on query: SELECT * FROM h_acymailing_config
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
16 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT\administrator\components\com_acymailing\classes\cpanel.php:17 |
13 | cpanelClass->load() | JROOT\administrator\components\com_acymailing\helpers\helper.php:402 |
12 | acymailing_config() | JROOT\administrator\components\com_acymailing\helpers\helper.php:862 |
11 | include_once JROOT\administrator\components\com_acymailing\helpers\helper.php | JROOT\modules\mod_acymailing\mod_acymailing.php:12 |
10 | include JROOT\modules\mod_acymailing\mod_acymailing.php | JROOT\plugins\system\t3\includes\joomla30\modulehelper.php:191 |
9 | JModuleHelper::renderModule() | JROOT\libraries\joomla\document\renderer\html\module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT\libraries\joomla\document\renderer\html\modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT\libraries\joomla\document\html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT\libraries\joomla\document\html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT\libraries\joomla\document\html.php:477 |
4 | JDocumentHtml->render() | JROOT\libraries\cms\application\cms.php:1086 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
Query Time: 0.27 ms After last query: 3.82 ms Query memory: 0.023 MB Memory before query: 12.809 MB Rows returned: 1
SELECT *
FROM h_acymailing_list
WHERE type = 'list'
ORDER BY ordering ASC
EXPLAIN not possible on query: SELECT * FROM h_acymailing_list WHERE type = 'list' ORDER BY ordering ASC
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT\plugins\system\falangdriver\falang_database.php:100 |
14 | JFalangDatabase->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\falangdriver\falang_database.php:281 |
12 | JFalangDatabase->loadObjectList() | JROOT\administrator\components\com_acymailing\classes\list.php:29 |
11 | listClass->getLists() | JROOT\modules\mod_acymailing\mod_acymailing.php:121 |
10 | include JROOT\modules\mod_acymailing\mod_acymailing.php | JROOT\plugins\system\t3\includes\joomla30\modulehelper.php:191 |
9 | JModuleHelper::renderModule() | JROOT\libraries\joomla\document\renderer\html\module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT\libraries\joomla\document\renderer\html\modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT\libraries\joomla\document\html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT\libraries\joomla\document\html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT\libraries\joomla\document\html.php:477 |
4 | JDocumentHtml->render() | JROOT\libraries\cms\application\cms.php:1086 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:50 |
3 × SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM h_falang_content AS falang_content
1 × 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 h_menu AS m
LEFT JOIN h_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT joomlatablename,tablepkID
FROM `h_falang_tableinfo
1 × SELECT *
FROM h_languages
1 × SELECT id, home, template, s.params
FROM h_template_styles as s
LEFT JOIN h_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `h_extensions`
1 × SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM h_modules AS m
LEFT JOIN h_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN h_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT template
FROM h_template_styles
1 × SELECT *
FROM h_assets
1 × SELECT a.rules
FROM h_assets AS a
1 × SELECT element
FROM h_extensions
1 × SELECT a.name, a.rules
FROM h_assets AS a
1 × SELECT language,id
FROM `h_menu`
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `h_menu` AS `c`
INNER JOIN `h_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `h_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `h_menu` AS `c2`
ON a2.id = c2.`id`
1 × SELECT *
FROM h_acymailing_confi
1 × SELECT *
FROM h_acymailing_list