**Query Time: 0.82 ms** **Query memory: 0.030 MB Memory before query: 9.544 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.41 ms** **After last query: 2.35 ms** **Query memory: 0.029 MB Memory before query: 9.781 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.31 ms** **After last query: 0.27 ms** **Query memory: 0.032 MB Memory before query: 9.812 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: 0.39 ms** **After last query: 0.78 ms** **Query memory: 0.036 MB Memory before query: 9.897 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.75 ms** **After last query: 0.59 ms** **Query memory: 0.027 MB Memory before query: 9.975 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.25 ms** **After last query: 1.22 ms** **Query memory: 0.027 MB Memory before query: 9.963 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.25 ms** **After last query: 0.39 ms** **Query memory: 0.019 MB Memory before query: 9.974 MB**
UPDATE `fujf1_extensions`
SET `params` = '{\"mediaversion\":\"5134a33d2a73c1e24cd8f42d622ce577\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
**EXPLAIN not possible on query: UPDATE `fujf1_extensions`
SET `params` = '{\"mediaversion\":\"5134a33d2a73c1e24cd8f42d622ce577\"}'
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.41 ms** **After last query: 2.09 ms** **Query memory: 0.027 MB Memory before query: 10.215 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: 0.91 ms** **After last query: 128.35 ms** **Query memory: 0.028 MB Memory before query: 15.292 MB** **Rows returned: 30**
SHOW FULL COLUMNS
FROM `fujf1_content`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `fujf1_content`**
**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/joomla/database/driver/mysqli.php:440 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 13 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 12 | JTable->__construct() | JROOT/libraries/legacy/table/content.php:31 |
| 11 | JTableContent->__construct() | JROOT/libraries/joomla/table/table.php:308 |
| 10 | JTable::getInstance() | JROOT/components/com_content/models/article.php:264 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.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: 2.15 ms** **After last query: 6.31 ms** **Query memory: 0.029 MB Memory before query: 15.646 MB** **Rows returned: 1**
SELECT *
FROM fujf1_content
WHERE `id` = '21'
**EXPLAIN not possible on query: SELECT *
FROM fujf1_content
WHERE `id` = '21'**
**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:432 |
| 11 | JFalangDatabase->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
| 10 | JTable->load() | JROOT/components/com_content/models/article.php:265 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.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.49 ms** **After last query: 0.63 ms** **Query memory: 0.027 MB Memory before query: 15.709 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(21)
AND falang_content.reference_table='content'
**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(21)
AND falang_content.reference_table='content'**
**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/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:432 |
| 11 | JFalangDatabase->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
| 10 | JTable->load() | JROOT/components/com_content/models/article.php:265 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.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.20 ms** **After last query: 1.01 ms** **Query memory: 0.015 MB Memory before query: 15.723 MB**
UPDATE fujf1_content
SET `hits` = (`hits` + 1)
WHERE `id` = '21'
**EXPLAIN not possible on query: UPDATE fujf1_content
SET `hits` = (`hits` + 1)
WHERE `id` = '21'**
**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/table/table.php:1228 |
| 10 | JTable->hit() | JROOT/components/com_content/models/article.php:266 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.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: 2.00 ms** **After last query: 4.14 ms** **Query memory: 0.031 MB Memory before query: 15.920 MB** **Rows returned: 1**
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM fujf1_content AS a
LEFT JOIN fujf1_categories AS c
on c.id = a.catid
LEFT JOIN fujf1_users AS u
on u.id = a.created_by
LEFT JOIN fujf1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN fujf1_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM fujf1_categories AS cat JOIN fujf1_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.language in ('en-GB','*')
AND a.id = 21
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-04-25 10:35:03')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-04-25 10:35:03')
AND (a.state = 1 OR a.state =2)
**EXPLAIN not possible on query: SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM fujf1_content AS a
LEFT JOIN fujf1_categories AS c on c.id = a.catid
LEFT JOIN fujf1_users AS u on u.id = a.created_by
LEFT JOIN fujf1_categories as parent ON parent.id = c.parent_id
LEFT JOIN fujf1_content_rating AS v ON a.id = v.content_id
LEFT OUTER JOIN (SELECT cat.id as id FROM fujf1_categories AS cat JOIN fujf1_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published <= 0 GROUP BY cat.id) AS badcats ON badcats.id = c.id
WHERE a.language in ('en-GB','*') AND a.id = 21 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-04-25 10:35:03') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-04-25 10:35:03') AND (a.state = 1 OR a.state =2)**
**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/components/com_content/models/article.php:159 |
| 12 | ContentModelArticle->getItem() | JROOT/libraries/legacy/view/legacy.php:408 |
| 11 | JViewLegacy->get() | JROOT/components/com_content/views/article/view.html.php:42 |
| 10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.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.45 ms** **After last query: 0.62 ms** **Query memory: 0.027 MB Memory before query: 15.956 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(21)
AND falang_content.reference_table='content'
**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(21)
AND falang_content.reference_table='content'**
**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/plugins/system/falangdriver/falang_database.php:414 |
| 13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:159 |
| 12 | ContentModelArticle->getItem() | JROOT/libraries/legacy/view/legacy.php:408 |
| 11 | JViewLegacy->get() | JROOT/components/com_content/views/article/view.html.php:42 |
| 10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.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: 2.80 ms** **After last query: 10.32 ms** **Query memory: 0.029 MB Memory before query: 16.255 MB** **Rows returned: 2**
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM fujf1_categories as c
LEFT JOIN (SELECT cat.id as id
FROM fujf1_categories AS cat JOIN fujf1_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN fujf1_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND badcats.id is null
AND s.id=13
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
**EXPLAIN not possible on query: SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM fujf1_categories as c
LEFT JOIN (SELECT cat.id as id FROM fujf1_categories AS cat JOIN fujf1_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id
LEFT JOIN fujf1_categories AS s ON (s.lft < c.lft AND s.rgt > c.rgt AND c.language in ('en-GB','*')) OR (s.lft >= c.lft AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system') AND c.access IN (1,1,5) AND c.published = 1 AND badcats.id is null AND s.id=13
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.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/legacy/categories/categories.php:309 |
| 13 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
| 12 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
| 11 | ContentHelperRoute::getArticleRoute() | JROOT/components/com_content/views/article/view.html.php:71 |
| 10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.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.20 ms** **After last query: 1.30 ms** **Query memory: 0.026 MB Memory before query: 16.286 MB** **Rows returned: 0**
SELECT `m`.`tag_id`,`t`.*
FROM `fujf1_contentitem_tag_map` AS m
INNER JOIN `fujf1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 21
AND `t`.`published` = 1
AND t.access IN (1,1,5)
**EXPLAIN not possible on query: SELECT `m`.`tag_id`,`t`.*
FROM `fujf1_contentitem_tag_map` AS m
INNER JOIN `fujf1_tags` AS t ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 21 AND `t`.`published` = 1 AND t.access IN (1,1,5)**
**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/helper/tags.php:435 |
| 11 | JHelperTags->getItemTags() | JROOT/components/com_content/views/article/view.html.php:156 |
| 10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.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.31 ms** **After last query: 15.99 ms** **Query memory: 0.038 MB Memory before query: 16.876 MB** **Rows returned: 1**
SELECT *
FROM fujf1_widgetkit
WHERE id = "2"
**EXPLAIN not possible on query: SELECT * FROM fujf1_widgetkit WHERE id = "2"**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
| # | **Caller** | **File and line number** | | 31 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
| 30 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
| 28 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
| 27 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
| 26 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:432 |
| 25 | JFalangDatabase->loadAssoc() | JROOT/administrator/components/com_widgetkit/src/Framework/plugins/joomla/src/Database.php:35 |
| 24 | YOOtheme\Widgetkit\Framework\Joomla\Database->fetchAssoc() | JROOT/administrator/components/com_widgetkit/src/Framework/src/Database/Database.php:88 |
| 23 | YOOtheme\Widgetkit\Framework\Database\Database->fetchObject() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:44 |
| 22 | YOOtheme\Widgetkit\Content\ContentProvider->find() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:30 |
| 21 | YOOtheme\Widgetkit\Content\ContentProvider->get() | JROOT/administrator/components/com_widgetkit/src/Application.php:144 |
| 20 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
| 19 | plgContentWidgetkit->{closure}() | **Same as call in the line below.** |
| 18 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
| 17 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | **Same as call in the line below.** |
| 16 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:35 |
| 15 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
| 14 | plgContentWidgetkit->onContentPrepare() | **Same as call in the line below.** |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:161 |
| 10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.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.59 ms** **After last query: 30.81 ms** **Query memory: 0.022 MB Memory before query: 17.553 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.44 ms** **After last query: 0.45 ms** **Query memory: 0.022 MB Memory before query: 17.577 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.74 ms** **After last query: 0.36 ms** **Query memory: 0.019 MB Memory before query: 17.602 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.47 ms** **After last query: 18.79 ms** **Query memory: 0.017 MB Memory before query: 17.748 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.37 ms** **Query memory: 0.021 MB Memory before query: 17.772 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.65 ms** **After last query: 2.02 ms** **Query memory: 0.018 MB Memory before query: 17.853 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 = 128
**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 = 128**
**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: 0.52 ms** **After last query: 2.73 ms** **Query memory: 0.019 MB Memory before query: 17.889 MB** **Rows returned: 0**
SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `fujf1_content` AS `c`
INNER JOIN `fujf1_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `fujf1_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `fujf1_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `fujf1_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content'
WHERE c.id = 21**EXPLAIN not possible on query: SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `fujf1_content` AS `c`
INNER JOIN `fujf1_associations` AS `a` ON a.id = c.`id` AND a.context='com_content.item'
INNER JOIN `fujf1_associations` AS `a2` ON a.key = a2.key
INNER JOIN `fujf1_content` AS `c2` ON a2.id = c2.`id`
INNER JOIN `fujf1_categories` AS `ca` ON `c2`.`catid` = ca.id AND ca.extension = 'com_content'
WHERE c.id = 21**
**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/language/associations.php:101 |
| 11 | JLanguageAssociations::getAssociations() | JROOT/components/com_content/helpers/association.php:43 |
| 10 | ContentHelperAssociation::getAssociations() | **Same as call in the line below.** |
| 9 | call_user_func() | JROOT/plugins/system/languagefilter/languagefilter.php:729 |
| 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: 1.80 ms** **After last query: 11.59 ms** **Query memory: 0.043 MB Memory before query: 18.382 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.04 ms** **After last query: 1.21 ms** **Query memory: 0.044 MB Memory before query: 18.503 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: 0.61 ms** **After last query: 85.42 ms** **Query memory: 0.031 MB Memory before query: 20.044 MB** **Rows returned: 1**
SELECT *
FROM fujf1_widgetkit
WHERE id = "1"
**EXPLAIN not possible on query: SELECT * FROM fujf1_widgetkit WHERE id = "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:414 |
| 19 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
| 18 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:432 |
| 17 | JFalangDatabase->loadAssoc() | JROOT/administrator/components/com_widgetkit/src/Framework/plugins/joomla/src/Database.php:35 |
| 16 | YOOtheme\Widgetkit\Framework\Joomla\Database->fetchAssoc() | JROOT/administrator/components/com_widgetkit/src/Framework/src/Database/Database.php:88 |
| 15 | YOOtheme\Widgetkit\Framework\Database\Database->fetchObject() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:44 |
| 14 | YOOtheme\Widgetkit\Content\ContentProvider->find() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:30 |
| 13 | YOOtheme\Widgetkit\Content\ContentProvider->get() | JROOT/administrator/components/com_widgetkit/src/Application.php:144 |
| 12 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/modules/mod_widgetkit/mod_widgetkit.php:11 |
| 11 | JModuleHelper::{closure}() | JROOT/modules/mod_widgetkit/mod_widgetkit.php:15 |
| 10 | include JROOT/modules/mod_widgetkit/mod_widgetkit.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: 1.06 ms** **After last query: 28.48 ms** **Query memory: 0.031 MB Memory before query: 20.430 MB** **Rows returned: 1**
**Duplicate queries**:
#35SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM fujf1_content AS a
LEFT JOIN fujf1_categories AS c
on c.id = a.catid
LEFT JOIN fujf1_users AS u
on u.id = a.created_by
LEFT JOIN fujf1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN fujf1_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM fujf1_categories AS cat JOIN fujf1_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 21
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-04-25 10:35:03')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-04-25 10:35:03')
**EXPLAIN not possible on query: SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM fujf1_content AS a
LEFT JOIN fujf1_categories AS c on c.id = a.catid
LEFT JOIN fujf1_users AS u on u.id = a.created_by
LEFT JOIN fujf1_categories as parent ON parent.id = c.parent_id
LEFT JOIN fujf1_content_rating AS v ON a.id = v.content_id
LEFT OUTER JOIN (SELECT cat.id as id FROM fujf1_categories AS cat JOIN fujf1_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published <= 0 GROUP BY cat.id) AS badcats ON badcats.id = c.id
WHERE a.id = 21 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-04-25 10:35:03') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-04-25 10:35:03')**
**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/components/com_content/models/article.php:159 |
| 12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:224 |
| 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: 1.10 ms** **After last query: 3.61 ms** **Query memory: 0.027 MB Memory before query: 20.496 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(21)
AND falang_content.reference_table='content'
**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(21)
AND falang_content.reference_table='content'**
**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/plugins/system/falangdriver/falang_database.php:414 |
| 13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:159 |
| 12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:224 |
| 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.51 ms** **After last query: 0.98 ms** **Query memory: 0.024 MB Memory before query: 20.528 MB** **Rows returned: 1**
**Duplicate queries**:
#37SELECT alias
FROM fujf1_content
WHERE id = 21
**EXPLAIN not possible on query: SELECT alias
FROM fujf1_content
WHERE id = 21**
**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:231 |
| 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.81 ms** **After last query: 1.35 ms** **Query memory: 0.032 MB Memory before query: 20.532 MB** **Rows returned: 1**
SELECT fc.value
FROM fujf1_falang_content fc
WHERE fc.reference_id = 21
AND fc.language_id = 2
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
**EXPLAIN not possible on query: SELECT fc.value
FROM fujf1_falang_content fc
WHERE fc.reference_id = 21 AND fc.language_id = 2 AND fc.reference_field = 'alias' AND fc.published = 1 AND fc.reference_table = 'content'**
**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/plugins/system/falangdriver/falang_database.php:414 |
| 22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
| 21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
| 20 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:81 |
| 19 | plgSystemFalangdriver->buildRule() | **Same as call in the line below.** |
| 18 | call_user_func_array() | JROOT/libraries/cms/router/router.php:638 |
| 17 | JRouter->processBuildRules() | JROOT/libraries/cms/router/site.php:622 |
| 16 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:614 |
| 15 | JRouter->_processBuildRules() | JROOT/libraries/cms/router/router.php:270 |
| 14 | JRouter->build() | JROOT/libraries/cms/router/site.php:147 |
| 13 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 12 | JRoute::_() | JROOT/modules/mod_falang/helper.php:259 |
| 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.27 ms** **After last query: 0.42 ms** **Query memory: 0.032 MB Memory before query: 20.563 MB** **Rows returned: 0**
SELECT fc.value
FROM fujf1_falang_content fc
WHERE fc.reference_id = 13
AND fc.language_id = 2
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
**EXPLAIN not possible on query: SELECT fc.value
FROM fujf1_falang_content fc
WHERE fc.reference_id = 13 AND fc.language_id = 2 AND fc.reference_field = 'alias' AND fc.published = 1 AND fc.reference_table = 'categories'**
**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/plugins/system/falangdriver/falang_database.php:414 |
| 22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
| 21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
| 20 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:102 |
| 19 | plgSystemFalangdriver->buildRule() | **Same as call in the line below.** |
| 18 | call_user_func_array() | JROOT/libraries/cms/router/router.php:638 |
| 17 | JRouter->processBuildRules() | JROOT/libraries/cms/router/site.php:622 |
| 16 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:614 |
| 15 | JRouter->_processBuildRules() | JROOT/libraries/cms/router/router.php:270 |
| 14 | JRouter->build() | JROOT/libraries/cms/router/site.php:147 |
| 13 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 12 | JRoute::_() | JROOT/modules/mod_falang/helper.php:259 |
| 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.52 ms** **After last query: 1.02 ms** **Query memory: 0.024 MB Memory before query: 20.590 MB** **Rows returned: 1**
SELECT fc.value
FROM fujf1_falang_content fc
WHERE fc.reference_id = 128
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 = 128 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.17 ms** **After last query: 0.49 ms** **Query memory: 0.024 MB Memory before query: 20.612 MB** **Rows returned: 1**
SELECT m.path
FROM fujf1_menu m
WHERE m.id = 128
**EXPLAIN not possible on query: SELECT m.path
FROM fujf1_menu m
WHERE m.id = 128**
**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 |
**Query Time: 0.75 ms** **After last query: 0.93 ms** **Query memory: 0.031 MB Memory before query: 20.647 MB** **Rows returned: 1**
**Duplicate queries**:
#28SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM fujf1_content AS a
LEFT JOIN fujf1_categories AS c
on c.id = a.catid
LEFT JOIN fujf1_users AS u
on u.id = a.created_by
LEFT JOIN fujf1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN fujf1_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM fujf1_categories AS cat JOIN fujf1_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 21
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-04-25 10:35:03')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-04-25 10:35:03')
**EXPLAIN not possible on query: SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM fujf1_content AS a
LEFT JOIN fujf1_categories AS c on c.id = a.catid
LEFT JOIN fujf1_users AS u on u.id = a.created_by
LEFT JOIN fujf1_categories as parent ON parent.id = c.parent_id
LEFT JOIN fujf1_content_rating AS v ON a.id = v.content_id
LEFT OUTER JOIN (SELECT cat.id as id FROM fujf1_categories AS cat JOIN fujf1_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published <= 0 GROUP BY cat.id) AS badcats ON badcats.id = c.id
WHERE a.id = 21 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-04-25 10:35:03') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-04-25 10:35:03')**
**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/components/com_content/models/article.php:159 |
| 12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:224 |
| 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.23 ms** **After last query: 1.89 ms** **Query memory: 0.027 MB Memory before query: 20.710 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(21)
AND falang_content.reference_table='content'
**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(21)
AND falang_content.reference_table='content'**
**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/plugins/system/falangdriver/falang_database.php:414 |
| 13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:159 |
| 12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:224 |
| 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.15 ms** **After last query: 0.44 ms** **Query memory: 0.024 MB Memory before query: 20.711 MB** **Rows returned: 1**
**Duplicate queries**:
#30SELECT alias
FROM fujf1_content
WHERE id = 21
**EXPLAIN not possible on query: SELECT alias
FROM fujf1_content
WHERE id = 21**
**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:231 |
| 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 |
**7 × SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM fujf1_falang_content AS falang_content**
**3 × SELECT fc.value
FROM fujf1_falang_content fc**
**3 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM fujf1_content AS a
LEFT JOIN fujf1_categories AS c
on c.id = a.catid
LEFT JOIN fujf1_users AS u
on u.id = a.created_by
LEFT JOIN fujf1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN fujf1_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM fujf1_categories AS cat JOIN fujf1_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt**
**2 × SELECT alias
FROM fujf1_content**
**2 × SELECT *
FROM fujf1_widgetkit**
**1 × SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `fujf1_content` AS `c`
INNER JOIN `fujf1_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `fujf1_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `fujf1_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `fujf1_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content'****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 language,id
FROM `fujf1_menu`**
**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 *
FROM fujf1_languages**
**1 × SELECT m.path
FROM fujf1_menu m**
**1 × SELECT joomlatablename,tablepkID
FROM `fujf1_falang_tableinfo**
**1 × select b.*
from fujf1_rstbox b**
**1 × SELECT a.rules
FROM fujf1_assets AS a**
**1 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `fujf1_extensions`**
**1 × SELECT *
FROM fujf1_content**
**1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM fujf1_categories as c
LEFT JOIN (SELECT cat.id as id
FROM fujf1_categories AS cat JOIN fujf1_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt**
**1 × SELECT `m`.`tag_id`,`t`.*
FROM `fujf1_contentitem_tag_map` AS m
INNER JOIN `fujf1_tags` AS t
ON `m`.`tag_id` = `t`.`id`**
**1 × SELECT id
FROM fujf1_assets**
**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 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**