**Query Time: 1.35 ms** **Query memory: 0.030 MB Memory before query: 9.561 MB** **Rows returned: 12**
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 fujf1_menu AS m
LEFT JOIN fujf1_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 fujf1_menu AS m
LEFT JOIN fujf1_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** | | 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/libraries/cms/menu/site.php:86 |
| 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 12 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
| 11 | plgSystemFalangdriver->parseRule() | **Same as call in the line below.** |
| 10 | call_user_func_array() | 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:49 |
**Query Time: 0.74 ms** **After last query: 2.77 ms** **Query memory: 0.029 MB Memory before query: 9.798 MB** **Rows returned: 7**
SELECT joomlatablename,tablepkID
FROM `fujf1_falang_tableinfo`
**EXPLAIN not possible on query: SELECT joomlatablename,tablepkID FROM `fujf1_falang_tableinfo`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 23 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:149 |
| 19 | FalangManager->_loadPrimaryKeyData() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:60 |
| 18 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:88 |
| 17 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:52 |
| 16 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
| 15 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
| 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 12 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
| 11 | plgSystemFalangdriver->parseRule() | **Same as call in the line below.** |
| 10 | call_user_func_array() | 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:49 |
**Query Time: 0.72 ms** **After last query: 0.37 ms** **Query memory: 0.032 MB Memory before query: 9.830 MB** **Rows returned: 2**
SELECT *
FROM fujf1_languages
ORDER BY ordering
**EXPLAIN not possible on query: SELECT * FROM fujf1_languages ORDER BY ordering**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 23 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:324 |
| 19 | FalangManager->getLanguages() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:66 |
| 18 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:88 |
| 17 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:52 |
| 16 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
| 15 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
| 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 12 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
| 11 | plgSystemFalangdriver->parseRule() | **Same as call in the line below.** |
| 10 | call_user_func_array() | 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:49 |
**Query Time: 1.00 ms** **After last query: 1.56 ms** **Query memory: 0.036 MB Memory before query: 9.914 MB** **Rows returned: 14**
SHOW FULL COLUMNS
FROM `fujf1_languages`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `fujf1_languages`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 27 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 26 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 24 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 22 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 21 | JTable->__construct() | JROOT/administrator/components/com_falang/tables/JFLanguage.php:77 |
| 20 | TableJFLanguage->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:330 |
| 19 | FalangManager->getLanguages() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:66 |
| 18 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:88 |
| 17 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:52 |
| 16 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
| 15 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
| 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 12 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
| 11 | plgSystemFalangdriver->parseRule() | **Same as call in the line below.** |
| 10 | call_user_func_array() | 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:49 |
**Query Time: 0.99 ms** **After last query: 0.84 ms** **Query memory: 0.027 MB Memory before query: 9.992 MB** **Rows returned: 0**
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM fujf1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(128,129,142,138,139,140,130,131,133,132,101,144)
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 fujf1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(128,129,142,138,139,140,130,131,133,132,101,144)
AND falang_content.reference_table='menu'**
**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/libraries/cms/menu/site.php:86 |
| 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 12 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
| 11 | plgSystemFalangdriver->parseRule() | **Same as call in the line below.** |
| 10 | call_user_func_array() | 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:49 |
**Query Time: 0.37 ms** **After last query: 1.93 ms** **Query memory: 0.027 MB Memory before query: 9.981 MB** **Rows returned: 1**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `fujf1_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
**EXPLAIN not possible on query: SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `fujf1_extensions`
WHERE `type` = 'library' AND `element` = 'joomla'**
**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/plugins/system/falangdriver/falang_database.php:414 |
| 18 | JFalangDatabase->loadObject() | **Same as call in the line below.** |
| 17 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 16 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
| 15 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
| 14 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
| 13 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
| 12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
| 11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 10 | JFactory::getDocument() | JROOT/plugins/system/advancedmodules/advancedmodules.php:43 |
| 9 | PlgSystemAdvancedModules->onAfterRoute() | **Same as call in the line below.** |
| 8 | call_user_func_array() | 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:49 |
**Query Time: 0.36 ms** **After last query: 0.48 ms** **Query memory: 0.019 MB Memory before query: 9.991 MB**
UPDATE `fujf1_extensions`
SET `params` = '{\"mediaversion\":\"bcc9a518fbd3648e02c84be8cd4bd362\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
**EXPLAIN not possible on query: UPDATE `fujf1_extensions`
SET `params` = '{\"mediaversion\":\"bcc9a518fbd3648e02c84be8cd4bd362\"}'
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/plugins/system/falangdriver/falang_database.php:100 |
| 15 | JFalangDatabase->execute() | JROOT/libraries/cms/library/helper.php:119 |
| 14 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
| 13 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
| 12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
| 11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 10 | JFactory::getDocument() | JROOT/plugins/system/advancedmodules/advancedmodules.php:43 |
| 9 | PlgSystemAdvancedModules->onAfterRoute() | **Same as call in the line below.** |
| 8 | call_user_func_array() | 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:49 |
**Query Time: 0.58 ms** **After last query: 2.46 ms** **Query memory: 0.027 MB Memory before query: 10.232 MB** **Rows returned: 3**
SELECT id, home, template, s.params
FROM fujf1_template_styles as s
LEFT JOIN fujf1_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 fujf1_template_styles as s
LEFT JOIN fujf1_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** | | 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/libraries/cms/application/site.php:484 |
| 11 | JApplicationSite->getTemplate() | JROOT/plugins/system/yootheme/yootheme.php:112 |
| 10 | plgSystemYOOtheme->handleRequest() | JROOT/plugins/system/yootheme/yootheme.php:30 |
| 9 | plgSystemYOOtheme->onAfterRoute() | **Same as call in the line below.** |
| 8 | call_user_func_array() | 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:49 |
**Query Time: 3.63 ms** **After last query: 121.07 ms** **Query memory: 0.033 MB Memory before query: 16.469 MB** **Rows returned: 1**
SELECT `FormId`,`FormLayoutName`,`FormLayout`,`LoadFormLayoutFramework`,`KeepIP`,`Keepdata`,`ConfirmSubmission`,`ScriptProcess`,`ScriptProcess2`,`UserEmailScript`,`AdminEmailScript`,`ReturnUrl`,`ShowThankyou`,`Thankyou`,`ShowContinue`,`Published`,`FormTitle`,`MetaTitle`,`MetaDesc`,`MetaKeywords`,`Access`,`ScriptDisplay`,`ErrorMessage`,`FormTitle`,`CSS`,`JS`,`CSSClass`,`CSSId`,`CSSName`,`CSSAction`,`CSSAdditionalAttributes`,`AjaxValidation`,`ThemeParams`
FROM `fujf1_rsform_forms`
WHERE `FormId`='3'
**EXPLAIN not possible on query: SELECT `FormId`,`FormLayoutName`,`FormLayout`,`LoadFormLayoutFramework`,`KeepIP`,`Keepdata`,`ConfirmSubmission`,`ScriptProcess`,`ScriptProcess2`,`UserEmailScript`,`AdminEmailScript`,`ReturnUrl`,`ShowThankyou`,`Thankyou`,`ShowContinue`,`Published`,`FormTitle`,`MetaTitle`,`MetaDesc`,`MetaKeywords`,`Access`,`ScriptDisplay`,`ErrorMessage`,`FormTitle`,`CSS`,`JS`,`CSSClass`,`CSSId`,`CSSName`,`CSSAction`,`CSSAdditionalAttributes`,`AjaxValidation`,`ThemeParams`
FROM `fujf1_rsform_forms`
WHERE `FormId`='3'**
**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:414 |
| 15 | JFalangDatabase->loadObject() | JROOT/administrator/components/com_rsform/helpers/rsform.php:3338 |
| 14 | RSFormProHelper::getForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:187 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.26 ms** **After last query: 0.79 ms** **Query memory: 0.027 MB Memory before query: 16.504 MB** **Rows returned: 1**
SELECT `Lang`
FROM fujf1_rsform_forms
WHERE `FormId` = '3'
**EXPLAIN not possible on query: SELECT `Lang`
FROM fujf1_rsform_forms
WHERE `FormId` = '3'**
**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:140 |
| 15 | JFalangDatabase->loadResult() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2668 |
| 14 | RSFormProHelper::getTranslations() | JROOT/administrator/components/com_rsform/helpers/rsform.php:227 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 1.29 ms** **After last query: 3.19 ms** **Query memory: 0.026 MB Memory before query: 16.687 MB** **Rows returned: 2**
**Duplicate queries**:
#16 #17SELECT ComponentId
FROM fujf1_rsform_components
WHERE ComponentTypeId='6'
AND FormId='3'
AND Published='1'
**EXPLAIN not possible on query: SELECT ComponentId FROM fujf1_rsform_components WHERE ComponentTypeId='6' AND FormId='3' AND Published='1'**
**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:176 |
| 16 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1126 |
| 15 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1239 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.30 ms** **After last query: 0.51 ms** **Query memory: 0.026 MB Memory before query: 16.713 MB** **Rows returned: 0**
SELECT ComponentId
FROM fujf1_rsform_components
WHERE ComponentTypeId='411'
AND FormId='3'
AND Published='1'
**EXPLAIN not possible on query: SELECT ComponentId FROM fujf1_rsform_components WHERE ComponentTypeId='411' AND FormId='3' AND Published='1'**
**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:176 |
| 16 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1126 |
| 15 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1240 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 3.68 ms** **After last query: 0.29 ms** **Query memory: 0.025 MB Memory before query: 16.739 MB** **Rows returned: 15**
SELECT p.PropertyValue AS name, c.ComponentId, c.ComponentTypeId, ct.ComponentTypeName, c.
Order
FROM fujf1_rsform_properties p
LEFT JOIN fujf1_rsform_components c
ON (c.ComponentId=p.ComponentId)
LEFT JOIN fujf1_rsform_component_types ct
ON (ct.ComponentTypeId=c.ComponentTypeId)
WHERE c.FormId='3'
AND p.PropertyName='NAME'
AND c.Published='1'
ORDER BY c.
Order
**EXPLAIN not possible on query: SELECT p.PropertyValue AS name, c.ComponentId, c.ComponentTypeId, ct.ComponentTypeName, c.Order FROM fujf1_rsform_properties p LEFT JOIN fujf1_rsform_components c ON (c.ComponentId=p.ComponentId) LEFT JOIN fujf1_rsform_component_types ct ON (ct.ComponentTypeId=c.ComponentTypeId) WHERE c.FormId='3' AND p.PropertyName='NAME' AND c.Published='1' ORDER BY c.Order**
**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/administrator/components/com_rsform/helpers/rsform.php:1248 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.77 ms** **After last query: 3.43 ms** **Query memory: 0.031 MB Memory before query: 16.960 MB** **Rows returned: 169**
SELECT `PropertyName`,`PropertyValue`,`ComponentId`
FROM `fujf1_rsform_properties`
WHERE `ComponentId` IN (24,23,25,26,27,29,30,28,31,32,37,33,36,38,35)
**EXPLAIN not possible on query: SELECT `PropertyName`,`PropertyValue`,`ComponentId`
FROM `fujf1_rsform_properties`
WHERE `ComponentId` IN (24,23,25,26,27,29,30,28,31,32,37,33,36,38,35)**
**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/administrator/components/com_rsform/helpers/rsform.php:496 |
| 15 | RSFormProHelper::getComponentProperties() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1304 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.27 ms** **After last query: 1.11 ms** **Query memory: 0.028 MB Memory before query: 17.157 MB** **Rows returned: 1**
SELECT `FormId`
FROM `fujf1_rsform_components`
WHERE `ComponentId`='24'
**EXPLAIN not possible on query: SELECT `FormId`
FROM `fujf1_rsform_components`
WHERE `ComponentId`='24'**
**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/plugins/system/falangdriver/falang_database.php:414 |
| 18 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
| 17 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
| 16 | JFalangDatabase->loadResult() | JROOT/administrator/components/com_rsform/helpers/rsform.php:511 |
| 15 | RSFormProHelper::getComponentProperties() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1304 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.39 ms** **After last query: 13.28 ms** **Query memory: 0.030 MB Memory before query: 17.500 MB** **Rows returned: 2**
**Duplicate queries**:
#11 #17SELECT ComponentId
FROM fujf1_rsform_components
WHERE ComponentTypeId='6'
AND FormId='3'
AND Published='1'
**EXPLAIN not possible on query: SELECT ComponentId FROM fujf1_rsform_components WHERE ComponentTypeId='6' AND FormId='3' AND Published='1'**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 23 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:176 |
| 19 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1126 |
| 18 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/fields/calendar.php:152 |
| 17 | RSFormProFieldCalendar->getPosition() | JROOT/administrator/components/com_rsform/helpers/fields/calendar.php:42 |
| 16 | RSFormProFieldCalendar->getFormInput() | JROOT/administrator/components/com_rsform/helpers/field.php:38 |
| 15 | RSFormProField->__construct() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1393 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.20 ms** **After last query: 0.61 ms** **Query memory: 0.030 MB Memory before query: 17.532 MB** **Rows returned: 2**
**Duplicate queries**:
#11 #16SELECT ComponentId
FROM fujf1_rsform_components
WHERE ComponentTypeId='6'
AND FormId='3'
AND Published='1'
**EXPLAIN not possible on query: SELECT ComponentId FROM fujf1_rsform_components WHERE ComponentTypeId='6' AND FormId='3' AND Published='1'**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 23 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:176 |
| 19 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1126 |
| 18 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/fields/calendar.php:152 |
| 17 | RSFormProFieldCalendar->getPosition() | JROOT/administrator/components/com_rsform/helpers/fields/calendar.php:42 |
| 16 | RSFormProFieldCalendar->getFormInput() | JROOT/administrator/components/com_rsform/helpers/field.php:38 |
| 15 | RSFormProField->__construct() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1393 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.72 ms** **After last query: 6.58 ms** **Query memory: 0.034 MB Memory before query: 17.767 MB** **Rows returned: 16**
SELECT *
FROM fujf1_rsform_config
**EXPLAIN not possible on query: SELECT *
FROM fujf1_rsform_config**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 27 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 26 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 24 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:50 |
| 23 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:17 |
| 22 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:97 |
| 21 | RSFormProConfig::getInstance() | JROOT/administrator/components/com_rsform/helpers/rsform.php:402 |
| 20 | RSFormProHelper::getConfig() | JROOT/plugins/system/rsfprecaptchav2/rsfprecaptchav2.php:97 |
| 19 | plgSystemRSFPReCaptchav2->rsfp_bk_onAfterCreateFrontComponentBody() | **Same as call in the line below.** |
| 18 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 17 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 16 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 15 | JApplicationBase->triggerEvent() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1411 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.30 ms** **After last query: 1.80 ms** **Query memory: 0.030 MB Memory before query: 17.896 MB** **Rows returned: 0**
SELECT ComponentId
FROM fujf1_rsform_components
WHERE ComponentTypeId='41'
AND FormId='3'
AND Published='1'
**EXPLAIN not possible on query: SELECT ComponentId FROM fujf1_rsform_components WHERE ComponentTypeId='41' AND FormId='3' AND Published='1'**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 23 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:176 |
| 19 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1126 |
| 18 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/fields/button.php:152 |
| 17 | RSFormProFieldButton->getPreviousButton() | JROOT/administrator/components/com_rsform/helpers/fields/submitbutton.php:58 |
| 16 | RSFormProFieldSubmitButton->getFormInput() | JROOT/administrator/components/com_rsform/helpers/field.php:38 |
| 15 | RSFormProField->__construct() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1393 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.18 ms** **After last query: 1.12 ms** **Query memory: 0.026 MB Memory before query: 17.955 MB** **Rows returned: 0**
SELECT ComponentId
FROM fujf1_rsform_components
WHERE ComponentTypeId='9'
AND FormId='3'
AND Published='1'
**EXPLAIN not possible on query: SELECT ComponentId FROM fujf1_rsform_components WHERE ComponentTypeId='9' AND FormId='3' AND Published='1'**
**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:176 |
| 16 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1126 |
| 15 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1512 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.63 ms** **After last query: 0.38 ms** **Query memory: 0.027 MB Memory before query: 17.982 MB** **Rows returned: 0**
SELECT c.*,p.PropertyValue AS ComponentName
FROM `fujf1_rsform_conditions` c
LEFT JOIN fujf1_rsform_properties p
ON (c.component_id = p.ComponentId)
LEFT JOIN fujf1_rsform_components comp
ON (comp.ComponentId=p.ComponentId)
WHERE c.`form_id` = 3
AND c.lang_code='en-GB'
AND comp.Published = 1
AND p.PropertyName='NAME'
ORDER BY c.`id` ASC
**EXPLAIN not possible on query: SELECT c.*,p.PropertyValue AS ComponentName FROM `fujf1_rsform_conditions` c LEFT JOIN fujf1_rsform_properties p ON (c.component_id = p.ComponentId) LEFT JOIN fujf1_rsform_components comp ON (comp.ComponentId=p.ComponentId) WHERE c.`form_id` = 3 AND c.lang_code='en-GB' AND comp.Published = 1 AND p.PropertyName='NAME' ORDER BY c.`id` ASC**
**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/administrator/components/com_rsform/helpers/rsform.php:1174 |
| 15 | RSFormProHelper::getConditions() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1578 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.43 ms** **After last query: 0.25 ms** **Query memory: 0.026 MB Memory before query: 18.006 MB** **Rows returned: 0**
SELECT *
FROM fujf1_rsform_calculations
WHERE formId = 3
ORDER BY `ordering`
**EXPLAIN not possible on query: SELECT * FROM fujf1_rsform_calculations WHERE formId = 3 ORDER BY `ordering`**
**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/administrator/components/com_rsform/helpers/rsform.php:3234 |
| 15 | RSFormProHelper::getCalculations() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1633 |
| 14 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
| 13 | RSFormProHelper::displayForm() | JROOT/components/com_rsform/views/rsform/tmpl/default.php:13 |
| 12 | include JROOT/components/com_rsform/views/rsform/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_rsform/views/rsform/view.html.php:43 |
| 9 | RSFormViewRsform->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_rsform/rsform.php:39 |
| 6 | require_once JROOT/components/com_rsform/rsform.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:49 |
**Query Time: 0.35 ms** **After last query: 4.26 ms** **Query memory: 0.022 MB Memory before query: 18.096 MB** **Rows returned: 1**
SELECT id
FROM fujf1_assets
WHERE parent_id = 0
**EXPLAIN not possible on query: SELECT id
FROM fujf1_assets
WHERE parent_id = 0**
**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/table/nested.php:1210 |
| 12 | JTableNested->getRootId() | JROOT/libraries/joomla/access/access.php:158 |
| 11 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
| 10 | JUser->authorise() | JROOT/administrator/components/com_rstbox/helpers/helper.php:177 |
| 9 | EBHelper::getBoxes() | JROOT/plugins/system/rstbox/rstbox.php:78 |
| 8 | PlgSystemRstBox->onAfterDispatch() | **Same as call in the line below.** |
| 7 | call_user_func_array() | 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:49 |
**Query Time: 0.29 ms** **After last query: 0.34 ms** **Query memory: 0.022 MB Memory before query: 18.119 MB** **Rows returned: 1**
SELECT a.rules
FROM fujf1_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
**EXPLAIN not possible on query: SELECT a.rules
FROM fujf1_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/access/access.php:176 |
| 11 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
| 10 | JUser->authorise() | JROOT/administrator/components/com_rstbox/helpers/helper.php:177 |
| 9 | EBHelper::getBoxes() | JROOT/plugins/system/rstbox/rstbox.php:78 |
| 8 | PlgSystemRstBox->onAfterDispatch() | **Same as call in the line below.** |
| 7 | call_user_func_array() | 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:49 |
**Query Time: 0.48 ms** **After last query: 0.35 ms** **Query memory: 0.019 MB Memory before query: 18.143 MB** **Rows returned: 0**
select b.*
from fujf1_rstbox b
where b.published = 1
AND b.testmode=0
**EXPLAIN not possible on query: select b.* from fujf1_rstbox b where b.published = 1 AND b.testmode=0**
**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/administrator/components/com_rstbox/helpers/helper.php:191 |
| 9 | EBHelper::getBoxes() | JROOT/plugins/system/rstbox/rstbox.php:78 |
| 8 | PlgSystemRstBox->onAfterDispatch() | **Same as call in the line below.** |
| 7 | call_user_func_array() | 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:49 |
**Query Time: 0.48 ms** **After last query: 13.22 ms** **Query memory: 0.017 MB Memory before query: 18.290 MB** **Rows returned: 1**
SELECT language,id
FROM `fujf1_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
**EXPLAIN not possible on query: SELECT language,id
FROM `fujf1_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** | | 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/multilang.php:121 |
| 9 | JLanguageMultilang::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:697 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | **Same as call in the line below.** |
| 7 | call_user_func_array() | 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:49 |
**Query Time: 0.30 ms** **After last query: 0.39 ms** **Query memory: 0.021 MB Memory before query: 18.313 MB** **Rows returned: 0**
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM fujf1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(128)
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 fujf1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(128)
AND falang_content.reference_table='menu'**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 16 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 15 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:276 |
| 13 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:252 |
| 12 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:125 |
| 11 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
| 10 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/language/multilang.php:121 |
| 9 | JLanguageMultilang::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:697 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | **Same as call in the line below.** |
| 7 | call_user_func_array() | 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:49 |
**Query Time: 0.62 ms** **After last query: 2.13 ms** **Query memory: 0.018 MB Memory before query: 18.413 MB** **Rows returned: 0**
SELECT `c2`.`language`,`c2`.`id`
FROM `fujf1_menu` AS `c`
INNER JOIN `fujf1_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `fujf1_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `fujf1_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 132
**EXPLAIN not possible on query: SELECT `c2`.`language`,`c2`.`id`
FROM `fujf1_menu` AS `c`
INNER JOIN `fujf1_associations` AS `a` ON a.id = c.`id` AND a.context='com_menus.item'
INNER JOIN `fujf1_associations` AS `a2` ON a.key = a2.key
INNER JOIN `fujf1_menu` AS `c2` ON a2.id = c2.`id`
WHERE c.id = 132**
**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/language/associations.php:101 |
| 10 | JLanguageAssociations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:284 |
| 9 | MenusHelper::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:714 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | **Same as call in the line below.** |
| 7 | call_user_func_array() | 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:49 |
**Query Time: 2.64 ms** **After last query: 7.71 ms** **Query memory: 0.043 MB Memory before query: 18.858 MB** **Rows returned: 15**
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM fujf1_modules AS m
LEFT JOIN fujf1_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN fujf1_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
**EXPLAIN not possible on query: SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM fujf1_modules AS m
LEFT JOIN fujf1_extensions AS e ON e.element = m.module AND e.client_id = m.client_id
LEFT JOIN fujf1_advancedmodules as am ON am.moduleid = m.id
WHERE m.published = 1 AND e.enabled = 1 AND m.access IN (1,1,5) AND m.client_id = 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** | | 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:409 |
| 29 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:127 |
| 28 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | **Same as call in the line below.** |
| 27 | call_user_func_array() | JROOT/libraries/joomla/event/dispatcher.php:164 |
| 26 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 25 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/module/helper.php:356 |
| 24 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
| 23 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:501 |
| 22 | JDocumentHtml->countModules() | JROOT/templates/yootheme/vendor/yootheme/theme/platforms/joomla-modules/src/Modules.php:120 |
| 21 | YOOtheme\Theme\Modules->countModules() | **Same as call in the line below.** |
| 20 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:74 |
| 19 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header-mobile.php:17 |
| 18 | YOOtheme\View->countModules() | JROOT/templates/yootheme/templates/header-mobile.php:17 |
| 17 | require JROOT/templates/yootheme/templates/header-mobile.php | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:249 |
| 16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/index.php:50 |
| 15 | YOOtheme\Module->{closure}() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:145 |
| 14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme.php:93 |
| 13 | YOOtheme\Theme->replace() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:145 |
| 12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:217 |
| 11 | YOOtheme\View->render() | **Same as call in the line below.** |
| 10 | call_user_func_array() | JROOT/libraries/cms/html/html.php:237 |
| 9 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 8 | JHtml::_() | JROOT/templates/yootheme/index.php:70 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 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:49 |
**Query Time: 1.39 ms** **After last query: 1.43 ms** **Query memory: 0.044 MB Memory before query: 18.979 MB** **Rows returned: 0**
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM fujf1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(111,112,116,96,117,97,122,123,124,98,105,113,99,114,119)
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 fujf1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(111,112,116,96,117,97,122,123,124,98,105,113,99,114,119)
AND falang_content.reference_table='modules'**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 36 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 35 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:276 |
| 33 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:252 |
| 32 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:125 |
| 31 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:409 |
| 29 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:127 |
| 28 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | **Same as call in the line below.** |
| 27 | call_user_func_array() | JROOT/libraries/joomla/event/dispatcher.php:164 |
| 26 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 25 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/module/helper.php:356 |
| 24 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
| 23 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:501 |
| 22 | JDocumentHtml->countModules() | JROOT/templates/yootheme/vendor/yootheme/theme/platforms/joomla-modules/src/Modules.php:120 |
| 21 | YOOtheme\Theme\Modules->countModules() | **Same as call in the line below.** |
| 20 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:74 |
| 19 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header-mobile.php:17 |
| 18 | YOOtheme\View->countModules() | JROOT/templates/yootheme/templates/header-mobile.php:17 |
| 17 | require JROOT/templates/yootheme/templates/header-mobile.php | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:249 |
| 16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/index.php:50 |
| 15 | YOOtheme\Module->{closure}() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:145 |
| 14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme.php:93 |
| 13 | YOOtheme\Theme->replace() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:145 |
| 12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/view/src/View.php:217 |
| 11 | YOOtheme\View->render() | **Same as call in the line below.** |
| 10 | call_user_func_array() | JROOT/libraries/cms/html/html.php:237 |
| 9 | JHtml::call() | JROOT/libraries/cms/html/html.php:105 |
| 8 | JHtml::_() | JROOT/templates/yootheme/index.php:70 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 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:49 |
**Query Time: 3.49 ms** **After last query: 49.34 ms** **Query memory: 0.042 MB Memory before query: 20.979 MB** **Rows returned: 1**
SELECT *
FROM fujf1_widgetkit
WHERE id = "5"
**EXPLAIN not possible on query: SELECT * FROM fujf1_widgetkit WHERE id = "5"**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 35 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 34 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 32 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
| 31 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
| 30 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:432 |
| 29 | JFalangDatabase->loadAssoc() | JROOT/administrator/components/com_widgetkit/src/Framework/plugins/joomla/src/Database.php:35 |
| 28 | YOOtheme\Widgetkit\Framework\Joomla\Database->fetchAssoc() | JROOT/administrator/components/com_widgetkit/src/Framework/src/Database/Database.php:88 |
| 27 | YOOtheme\Widgetkit\Framework\Database\Database->fetchObject() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:44 |
| 26 | YOOtheme\Widgetkit\Content\ContentProvider->find() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:30 |
| 25 | YOOtheme\Widgetkit\Content\ContentProvider->get() | JROOT/administrator/components/com_widgetkit/src/Application.php:144 |
| 24 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
| 23 | plgContentWidgetkit->{closure}() | **Same as call in the line below.** |
| 22 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
| 21 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | **Same as call in the line below.** |
| 20 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:35 |
| 19 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
| 18 | plgContentWidgetkit->onContentPrepare() | **Same as call in the line below.** |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | **Same as call in the line below.** |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:237 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:139 |
| 11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/templates/yootheme/vendor/yootheme/theme/platforms/joomla-modules/src/ModulesRenderer.php:19 |
| 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:49 |
**Query Time: 0.71 ms** **After last query: 27.01 ms** **Query memory: 0.024 MB Memory before query: 21.561 MB** **Rows returned: 1**
SELECT fc.value
FROM fujf1_falang_content fc
WHERE fc.reference_id = 132
AND fc.language_id = 2
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
**EXPLAIN not possible on query: SELECT fc.value
FROM fujf1_falang_content fc
WHERE fc.reference_id = 132 AND fc.language_id = 2 AND fc.reference_field = 'path' AND fc.published = 1 AND fc.reference_table = 'menu'**
**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/falangdriver/falang_database.php:414 |
| 14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
| 13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
| 12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:303 |
| 11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
| 10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/templates/yootheme/vendor/yootheme/theme/platforms/joomla-modules/src/ModulesRenderer.php:19 |
| 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:49 |
**Query Time: 0.21 ms** **After last query: 0.33 ms** **Query memory: 0.024 MB Memory before query: 21.586 MB** **Rows returned: 1**
SELECT m.path
FROM fujf1_menu m
WHERE m.id = 132
**EXPLAIN not possible on query: SELECT m.path
FROM fujf1_menu m
WHERE m.id = 132**
**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/falangdriver/falang_database.php:414 |
| 14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
| 13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
| 12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:312 |
| 11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
| 10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/templates/yootheme/vendor/yootheme/theme/platforms/joomla-modules/src/ModulesRenderer.php:19 |
| 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:49 |
**6 × SELECT ComponentId
FROM fujf1_rsform_components**
**3 × SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM fujf1_falang_content AS falang_content**
**1 × SELECT *
FROM fujf1_rsform_calculations**
**1 × select b.*
from fujf1_rstbox b**
**1 × SELECT a.rules
FROM fujf1_assets AS a**
**1 × SELECT language,id
FROM `fujf1_menu`**
**1 × SELECT id
FROM fujf1_assets**
**1 × SELECT `c2`.`language`,`c2`.`id`
FROM `fujf1_menu` AS `c`
INNER JOIN `fujf1_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `fujf1_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `fujf1_menu` AS `c2`
ON a2.id = c2.`id`**
**1 × SELECT m.path
FROM fujf1_menu m**
**1 × SELECT fc.value
FROM fujf1_falang_content fc**
**1 × SELECT *
FROM fujf1_widgetkit**
**1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM fujf1_modules AS m
LEFT JOIN fujf1_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN fujf1_advancedmodules as am
ON am.moduleid = m.id**
**1 × SELECT c.*,p.PropertyValue AS ComponentName
FROM `fujf1_rsform_conditions` c
LEFT JOIN fujf1_rsform_properties p
ON (c.component_id = p.ComponentId)
LEFT JOIN fujf1_rsform_components comp
ON (comp.ComponentId=p.ComponentId)**
**1 × SELECT `FormId`
FROM `fujf1_rsform_components`**
**1 × SELECT id, home, template, s.params
FROM fujf1_template_styles as s
LEFT JOIN fujf1_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 `fujf1_extensions`**
**1 × SELECT *
FROM fujf1_languages**
**1 × SELECT joomlatablename,tablepkID
FROM `fujf1_falang_tableinfo**
**1 × SELECT `FormId`,`FormLayoutName`,`FormLayout`,`LoadFormLayoutFramework`,`KeepIP`,`Keepdata`,`ConfirmSubmission`,`ScriptProcess`,`ScriptProcess2`,`UserEmailScript`,`AdminEmailScript`,`ReturnUrl`,`ShowThankyou`,`Thankyou`,`ShowContinue`,`Published`,`FormTitle`,`MetaTitle`,`MetaDesc`,`MetaKeywords`,`Access`,`ScriptDisplay`,`ErrorMessage`,`FormTitle`,`CSS`,`JS`,`CSSClass`,`CSSId`,`CSSName`,`CSSAction`,`CSSAdditionalAttributes`,`AjaxValidation`,`ThemeParams`
FROM `fujf1_rsform_forms`**
**1 × SELECT `Lang`
FROM fujf1_rsform_forms**
**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 fujf1_menu AS m
LEFT JOIN fujf1_extensions AS e
ON m.component_id = e.extension_id**
**1 × SELECT `PropertyName`,`PropertyValue`,`ComponentId`
FROM `fujf1_rsform_properties`**
**1 × SELECT p.PropertyValue AS name, c.ComponentId, c.ComponentTypeId, ct.ComponentTypeName, c.
Order
FROM fujf1_rsform_properties p
LEFT JOIN fujf1_rsform_components c
ON (c.ComponentId=p.ComponentId)
LEFT JOIN fujf1_rsform_component_types ct
ON (ct.ComponentTypeId=c.ComponentTypeId)**
**1 × SELECT *
FROM fujf1_rsform_confi**