Joomla! Debug Console
{
"__default": {
"session": {
"counter": 1,
"timer": {
"start": 1776507222,
"last": 1776507222,
"now": 1776507222
},
"token": "1IEyyd4Oysb1QHFRAsdoEaciNPaXfOrV"
},
"registry": {
"users": {
"login": {
"form": {
"data": []
}
}
}
},
"user": {
"id": 0,
"name": null,
"username": null,
"email": null,
"password": null,
"password_clear": "",
"block": null,
"sendEmail": 0,
"registerDate": null,
"lastvisitDate": null,
"activation": null,
"params": null,
"groups": [],
"guest": 1,
"lastResetTime": null,
"resetCount": null,
"requireReset": null,
"aid": 0
},
"plg_system_languagefilter": {
"language": "en-GB"
}
}
}
Time
Memory
Time: 8.37 ms / 8.37 ms Memory: 1.789 MB / 2.16 MB Application: afterLoad
Time: 32.35 ms / 40.72 ms Memory: 5.409 MB / 7.57 MB Application: afterInitialise
Time: 4.98 ms / 45.70 ms Memory: 0.626 MB / 8.20 MB Application: afterRoute
Time: 2.13 ms / 47.83 ms Memory: 0.203 MB / 8.40 MB Application: beforeRenderComponent com_users
Time: 28.13 ms / 75.95 ms Memory: 2.369 MB / 10.77 MB Application: afterRenderComponent com_users
Time: 5.32 ms / 81.27 ms Memory: 0.438 MB / 11.21 MB Application: afterDispatch
Time: 8.01 ms / 89.28 ms Memory: 0.202 MB / 11.41 MB Application: beforeRenderModule mod_menu (Main Menu)
Time: 3.98 ms / 93.26 ms Memory: 0.157 MB / 11.57 MB Application: afterRenderModule mod_menu (Main Menu)
Time: 0.55 ms / 93.81 ms Memory: 0.001 MB / 11.57 MB Application: beforeRenderModule mod_menu (User Menu)
Time: 0.74 ms / 94.54 ms Memory: 0.007 MB / 11.58 MB Application: afterRenderModule mod_menu (User Menu)
Time: 0.17 ms / 94.71 ms Memory: -0.021 MB / 11.56 MB Application: beforeRenderModule mod_vikwallimage (Vik Wall Image)
Time: 0.41 ms / 95.12 ms Memory: 0.012 MB / 11.57 MB Application: afterRenderModule mod_vikwallimage (Vik Wall Image)
Time: 0.07 ms / 95.19 ms Memory: -0.005 MB / 11.56 MB Application: beforeRenderModule mod_vikrentcar_confirmationnumber (CONFIRMATION NUMBER)
Time: 0.85 ms / 96.04 ms Memory: 0.019 MB / 11.58 MB Application: afterRenderModule mod_vikrentcar_confirmationnumber (CONFIRMATION NUMBER)
Time: 2.41 ms / 98.45 ms Memory: 0.099 MB / 11.68 MB Application: afterRender
Database queries total: 3.75 ms
11.73 MB (12,300,968 Bytes)
13 Queries Logged 3.75 ms
- Query Time: 0.61 ms Query memory: 0.005 MB Memory before query: 8.222 MB
UPDATE `jos4c_extensions`
SET `params` = '{\"mediaversion\":\"f1318c39f422e4b5115f468f7cbe6a79\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'EXPLAIN not possible on query: UPDATE `jos4c_extensions` SET `params` = '{\"mediaversion\":\"f1318c39f422e4b5115f468f7cbe6a79\"}' WHERE `type` = 'library' AND `element` = 'joomla'No SHOW PROFILE (maybe because there are more than 100 queries)# Caller File and line number 11 JDatabaseDriverMysqli->execute() JROOT/plugins/system/falangdriver/falang_database.php:105 10 JFalangDatabase->execute() JROOT/libraries/src/Helper/LibraryHelper.php:117 9 Joomla\CMS\Helper\LibraryHelper::saveParams() JROOT/libraries/src/Version.php:372 8 Joomla\CMS\Version->setMediaVersion() JROOT/libraries/src/Version.php:331 7 Joomla\CMS\Version->getMediaVersion() JROOT/libraries/src/Factory.php:778 6 Joomla\CMS\Factory::createDocument() JROOT/libraries/src/Factory.php:234 5 Joomla\CMS\Factory::getDocument() JROOT/libraries/src/Application/WebApplication.php:1131 4 Joomla\CMS\Application\WebApplication->loadDocument() JROOT/libraries/src/Application/SiteApplication.php:133 3 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233 2 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:203 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.99 ms After last query: 16.00 ms Query memory: 0.011 MB Memory before query: 9.990 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM jos4c_fields AS a
LEFT JOIN `jos4c_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos4c_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos4c_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos4c_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos4c_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_users.login'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASCid select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE a ref idx_state,idx_access,idx_context idx_state 1 const 1 Using where; Using temporary; Using filesort 1 SIMPLE l eq_ref idx_langcode idx_langcode 28 sfakiato_cartour.a.language 1 Using where 1 SIMPLE uc eq_ref PRIMARY PRIMARY 4 sfakiato_cartour.a.checked_out 1 1 SIMPLE ag eq_ref PRIMARY PRIMARY 4 sfakiato_cartour.a.access 1 Using where 1 SIMPLE ua eq_ref PRIMARY PRIMARY 4 sfakiato_cartour.a.created_user_id 1 Using where 1 SIMPLE g eq_ref PRIMARY PRIMARY 4 sfakiato_cartour.a.group_id 1 Using where 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:105 25 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 24 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:282 23 JFalangDatabase->loadObjectList() JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 22 Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() JROOT/administrator/components/com_fields/models/fields.php:333 21 FieldsModelFields->_getList() JROOT/libraries/src/MVC/Model/ListModel.php:187 20 Joomla\CMS\MVC\Model\ListModel->getItems() JROOT/administrator/components/com_fields/helpers/fields.php:136 19 FieldsHelper::getFields() JROOT/administrator/components/com_fields/helpers/fields.php:286 18 FieldsHelper::prepareForm() JROOT/plugins/system/fields/fields.php:305 17 PlgSystemFields->onContentPrepareForm() JROOT/libraries/joomla/event/event.php:70 16 JEvent->update() JROOT/libraries/joomla/event/dispatcher.php:160 15 JEventDispatcher->trigger() JROOT/libraries/src/MVC/Model/FormModel.php:321 14 Joomla\CMS\MVC\Model\FormModel->preprocessForm() JROOT/components/com_users/models/login.php:110 13 UsersModelLogin->preprocessForm() JROOT/libraries/src/MVC/Model/FormModel.php:242 12 Joomla\CMS\MVC\Model\FormModel->loadForm() JROOT/components/com_users/models/login.php:35 11 UsersModelLogin->getForm() JROOT/libraries/src/MVC/View/HtmlView.php:425 10 Joomla\CMS\MVC\View\HtmlView->get() JROOT/components/com_users/views/login/view.html.php:40 9 UsersViewLogin->display() JROOT/components/com_users/controller.php:139 8 UsersController->display() JROOT/libraries/src/MVC/Controller/BaseController.php:710 7 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/components/com_users/users.php:15 6 require_once JROOT/components/com_users/users.php JROOT/libraries/src/Component/ComponentHelper.php:402 5 Joomla\CMS\Component\ComponentHelper::executeComponent() JROOT/libraries/src/Component/ComponentHelper.php:377 4 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:194 3 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233 2 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:203 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.07 ms After last query: 12.37 ms Query memory: 0.006 MB Memory before query: 10.778 MB Rows returned: 1
SELECT language,id
FROM `jos4c_menu`
WHERE home = 1
AND published = 1
AND client_id = 0id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE jos4c_menu ref idx_client_id_parent_id_alias_language idx_client_id_parent_id_alias_language 1 const 14 Using where 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:105 11 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 10 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:282 9 JFalangDatabase->loadObjectList() JROOT/libraries/src/Language/Multilanguage.php:107 8 Joomla\CMS\Language\Multilanguage::getSiteHomePages() JROOT/plugins/system/languagefilter/languagefilter.php:751 7 PlgSystemLanguageFilter->onAfterDispatch() JROOT/libraries/joomla/event/event.php:70 6 JEvent->update() JROOT/libraries/joomla/event/dispatcher.php:160 5 JEventDispatcher->trigger() JROOT/libraries/src/Application/BaseApplication.php:108 4 Joomla\CMS\Application\BaseApplication->triggerEvent() JROOT/libraries/src/Application/SiteApplication.php:199 3 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233 2 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:203 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.07 ms After last query: 0.80 ms Query memory: 0.008 MB Memory before query: 10.861 MB Rows returned: 10
SELECT joomlatablename,tablepkID
FROM `jos4c_falang_tableinfo`id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE jos4c_falang_tableinfo ALL NULL NO INDEX KEY COULD BE USED NULL NULL 10 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:105 16 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 15 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:282 14 JFalangDatabase->loadObjectList() JROOT/administrator/components/com_falang/classes/FalangManager.class.php:138 13 FalangManager->_loadPrimaryKeyData() JROOT/administrator/components/com_falang/classes/FalangManager.class.php:57 12 FalangManager->__construct() JROOT/administrator/components/com_falang/classes/FalangManager.class.php:85 11 FalangManager::getInstance() JROOT/components/com_falang/helpers/falang.class.php:35 10 Falang::translateList() JROOT/plugins/system/falangdriver/falang_database.php:334 9 JFalangDatabase->loadObjectList() JROOT/libraries/src/Language/Multilanguage.php:107 8 Joomla\CMS\Language\Multilanguage::getSiteHomePages() JROOT/plugins/system/languagefilter/languagefilter.php:751 7 PlgSystemLanguageFilter->onAfterDispatch() JROOT/libraries/joomla/event/event.php:70 6 JEvent->update() JROOT/libraries/joomla/event/dispatcher.php:160 5 JEventDispatcher->trigger() JROOT/libraries/src/Application/BaseApplication.php:108 4 Joomla\CMS\Application\BaseApplication->triggerEvent() JROOT/libraries/src/Application/SiteApplication.php:199 3 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233 2 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:203 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.06 ms After last query: 0.08 ms Query memory: 0.008 MB Memory before query: 10.871 MB Rows returned: 6
SELECT *
FROM jos4c_languages
ORDER BY orderingid select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE jos4c_languages ALL NULL NO INDEX KEY COULD BE USED NULL NULL 6 Using filesort 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:105 16 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 15 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:282 14 JFalangDatabase->loadObjectList() JROOT/administrator/components/com_falang/classes/FalangManager.class.php:313 13 FalangManager->getLanguages() JROOT/administrator/components/com_falang/classes/FalangManager.class.php:63 12 FalangManager->__construct() JROOT/administrator/components/com_falang/classes/FalangManager.class.php:85 11 FalangManager::getInstance() JROOT/components/com_falang/helpers/falang.class.php:35 10 Falang::translateList() JROOT/plugins/system/falangdriver/falang_database.php:334 9 JFalangDatabase->loadObjectList() JROOT/libraries/src/Language/Multilanguage.php:107 8 Joomla\CMS\Language\Multilanguage::getSiteHomePages() JROOT/plugins/system/languagefilter/languagefilter.php:751 7 PlgSystemLanguageFilter->onAfterDispatch() JROOT/libraries/joomla/event/event.php:70 6 JEvent->update() JROOT/libraries/joomla/event/dispatcher.php:160 5 JEventDispatcher->trigger() JROOT/libraries/src/Application/BaseApplication.php:108 4 Joomla\CMS\Application\BaseApplication->triggerEvent() JROOT/libraries/src/Application/SiteApplication.php:199 3 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233 2 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:203 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.44 ms After last query: 0.27 ms Query memory: 0.009 MB Memory before query: 10.909 MB Rows returned: 14
SHOW FULL COLUMNS
FROM `jos4c_languages`EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos4c_languages`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:105 20 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 19 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:282 18 JFalangDatabase->loadObjectList() JROOT/libraries/joomla/database/driver/mysqli.php:448 17 JDatabaseDriverMysqli->getTableColumns() JROOT/libraries/src/Table/Table.php:245 16 Joomla\CMS\Table\Table->getFields() JROOT/libraries/src/Table/Table.php:164 15 Joomla\CMS\Table\Table->__construct() JROOT/administrator/components/com_falang/tables/JFLanguage.php:54 14 TableJFLanguage->__construct() JROOT/administrator/components/com_falang/classes/FalangManager.class.php:319 13 FalangManager->getLanguages() JROOT/administrator/components/com_falang/classes/FalangManager.class.php:63 12 FalangManager->__construct() JROOT/administrator/components/com_falang/classes/FalangManager.class.php:85 11 FalangManager::getInstance() JROOT/components/com_falang/helpers/falang.class.php:35 10 Falang::translateList() JROOT/plugins/system/falangdriver/falang_database.php:334 9 JFalangDatabase->loadObjectList() JROOT/libraries/src/Language/Multilanguage.php:107 8 Joomla\CMS\Language\Multilanguage::getSiteHomePages() JROOT/plugins/system/languagefilter/languagefilter.php:751 7 PlgSystemLanguageFilter->onAfterDispatch() JROOT/libraries/joomla/event/event.php:70 6 JEvent->update() JROOT/libraries/joomla/event/dispatcher.php:160 5 JEventDispatcher->trigger() JROOT/libraries/src/Application/BaseApplication.php:108 4 Joomla\CMS\Application\BaseApplication->triggerEvent() JROOT/libraries/src/Application/SiteApplication.php:199 3 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233 2 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:203 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.06 ms After last query: 0.51 ms Query memory: 0.007 MB Memory before query: 10.967 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM jos4c_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(101)
AND falang_content.reference_table='menu'id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE falang_content ref idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table language_id 4 const 1 Using where 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:105 14 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 13 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:277 12 JFalangDatabase->loadObjectList() JROOT/components/com_falang/helpers/falang.class.php:235 11 Falang::translateListWithIDs() JROOT/components/com_falang/helpers/falang.class.php:108 10 Falang::translateList() JROOT/plugins/system/falangdriver/falang_database.php:334 9 JFalangDatabase->loadObjectList() JROOT/libraries/src/Language/Multilanguage.php:107 8 Joomla\CMS\Language\Multilanguage::getSiteHomePages() JROOT/plugins/system/languagefilter/languagefilter.php:751 7 PlgSystemLanguageFilter->onAfterDispatch() JROOT/libraries/joomla/event/event.php:70 6 JEvent->update() JROOT/libraries/joomla/event/dispatcher.php:160 5 JEventDispatcher->trigger() JROOT/libraries/src/Application/BaseApplication.php:108 4 Joomla\CMS\Application\BaseApplication->triggerEvent() JROOT/libraries/src/Application/SiteApplication.php:199 3 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233 2 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:203 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.24 ms After last query: 0.97 ms Query memory: 0.006 MB Memory before query: 11.041 MB Rows returned: 0
SELECT `c2`.`language`,`c2`.`id`
FROM `jos4c_menu` AS `c`
INNER JOIN `jos4c_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `jos4c_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `jos4c_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 235id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE NULL NULL NULL NO INDEX KEY COULD BE USED NULL NULL NULL Impossible WHERE noticed after reading const tables No SHOW PROFILE (maybe because there are more than 100 queries)# Caller File and line number 13 JDatabaseDriverMysqli->execute() JROOT/plugins/system/falangdriver/falang_database.php:105 12 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 11 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:282 10 JFalangDatabase->loadObjectList() JROOT/libraries/src/Language/Associations.php:115 9 Joomla\CMS\Language\Associations::getAssociations() JROOT/administrator/components/com_menus/helpers/menus.php:321 8 MenusHelper::getAssociations() JROOT/plugins/system/languagefilter/languagefilter.php:768 7 PlgSystemLanguageFilter->onAfterDispatch() JROOT/libraries/joomla/event/event.php:70 6 JEvent->update() JROOT/libraries/joomla/event/dispatcher.php:160 5 JEventDispatcher->trigger() JROOT/libraries/src/Application/BaseApplication.php:108 4 Joomla\CMS\Application\BaseApplication->triggerEvent() JROOT/libraries/src/Application/SiteApplication.php:199 3 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233 2 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:203 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.64 ms After last query: 3.25 ms Query memory: 0.009 MB Memory before query: 11.354 MB Rows returned: 6
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos4c_modules AS m
LEFT JOIN jos4c_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos4c_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-04-18 10:13:43')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-04-18 10:13:43')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 235 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.orderingid select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE m ref PRIMARY,published,newsfeeds,idx_language published 1 const 20 Using index condition; Using where; Using filesort 1 SIMPLE mm ref PRIMARY PRIMARY 4 sfakiato_cartour.m.id 1 Using where; Using index 1 SIMPLE e ref element_clientid,element_folder_clientid element_clientid 403 sfakiato_cartour.m.module,const 1 Using index condition; Using where 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:105 17 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 16 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:282 15 JFalangDatabase->loadObjectList() Same as call in the line below. 14 call_user_func_array() JROOT/libraries/src/Cache/Controller/CallbackController.php:173 13 Joomla\CMS\Cache\Controller\CallbackController->get() JROOT/libraries/src/Helper/ModuleHelper.php:432 12 Joomla\CMS\Helper\ModuleHelper::getModuleList() JROOT/libraries/src/Helper/ModuleHelper.php:362 11 Joomla\CMS\Helper\ModuleHelper::load() JROOT/libraries/src/Helper/ModuleHelper.php:87 10 Joomla\CMS\Helper\ModuleHelper::getModules() JROOT/libraries/src/Document/HtmlDocument.php:591 9 Joomla\CMS\Document\HtmlDocument->countModules() JROOT/templates/e4jdrivers/blocks/config.php:10 8 include JROOT/templates/e4jdrivers/blocks/config.php JROOT/templates/e4jdrivers/index.php:25 7 require JROOT/templates/e4jdrivers/index.php JROOT/libraries/src/Document/HtmlDocument.php:668 6 Joomla\CMS\Document\HtmlDocument->_loadTemplate() JROOT/libraries/src/Document/HtmlDocument.php:730 5 Joomla\CMS\Document\HtmlDocument->_fetchTemplate() JROOT/libraries/src/Document/HtmlDocument.php:545 4 Joomla\CMS\Document\HtmlDocument->parse() JROOT/libraries/src/Application/CMSApplication.php:1076 3 Joomla\CMS\Application\CMSApplication->render() JROOT/libraries/src/Application/SiteApplication.php:778 2 Joomla\CMS\Application\SiteApplication->render() JROOT/libraries/src/Application/CMSApplication.php:209 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.42 ms After last query: 0.14 ms Query memory: 0.010 MB Memory before query: 11.376 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM jos4c_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(97,100,108,1,101,90)
AND falang_content.reference_table='modules'id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE falang_content ref idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table language_id 4 const 1 Using where 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:105 20 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 19 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:277 18 JFalangDatabase->loadObjectList() JROOT/components/com_falang/helpers/falang.class.php:235 17 Falang::translateListWithIDs() JROOT/components/com_falang/helpers/falang.class.php:108 16 Falang::translateList() JROOT/plugins/system/falangdriver/falang_database.php:334 15 JFalangDatabase->loadObjectList() Same as call in the line below. 14 call_user_func_array() JROOT/libraries/src/Cache/Controller/CallbackController.php:173 13 Joomla\CMS\Cache\Controller\CallbackController->get() JROOT/libraries/src/Helper/ModuleHelper.php:432 12 Joomla\CMS\Helper\ModuleHelper::getModuleList() JROOT/libraries/src/Helper/ModuleHelper.php:362 11 Joomla\CMS\Helper\ModuleHelper::load() JROOT/libraries/src/Helper/ModuleHelper.php:87 10 Joomla\CMS\Helper\ModuleHelper::getModules() JROOT/libraries/src/Document/HtmlDocument.php:591 9 Joomla\CMS\Document\HtmlDocument->countModules() JROOT/templates/e4jdrivers/blocks/config.php:10 8 include JROOT/templates/e4jdrivers/blocks/config.php JROOT/templates/e4jdrivers/index.php:25 7 require JROOT/templates/e4jdrivers/index.php JROOT/libraries/src/Document/HtmlDocument.php:668 6 Joomla\CMS\Document\HtmlDocument->_loadTemplate() JROOT/libraries/src/Document/HtmlDocument.php:730 5 Joomla\CMS\Document\HtmlDocument->_fetchTemplate() JROOT/libraries/src/Document/HtmlDocument.php:545 4 Joomla\CMS\Document\HtmlDocument->parse() JROOT/libraries/src/Application/CMSApplication.php:1076 3 Joomla\CMS\Application\CMSApplication->render() JROOT/libraries/src/Application/SiteApplication.php:778 2 Joomla\CMS\Application\SiteApplication->render() JROOT/libraries/src/Application/CMSApplication.php:209 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.10 ms After last query: 11.51 ms Query memory: 0.006 MB Memory before query: 11.590 MB Rows returned: 1Duplicate queries: #12
SELECT `setting`
FROM `jos4c_vikrentcar_config`
WHERE `param`='dateformat';id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE jos4c_vikrentcar_config ALL NULL NO INDEX KEY COULD BE USED NULL NULL 113 Using where 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:105 12 JFalangDatabase->execute() JROOT/modules/mod_vikrentcar_confirmationnumber/helper.php:21 11 modVikrentcarConfirmationNumberHelper::getDateFormat() JROOT/modules/mod_vikrentcar_confirmationnumber/mod_vikrentcar_confirmationnumber.php:21 10 include JROOT/modules/mod_vikrentcar_confirmationnumber/mod_vikrentcar_confirmationnumber.php JROOT/libraries/src/Helper/ModuleHelper.php:200 9 Joomla\CMS\Helper\ModuleHelper::renderModule() JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 8 Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 7 Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() JROOT/libraries/src/Document/HtmlDocument.php:501 6 Joomla\CMS\Document\HtmlDocument->getBuffer() JROOT/libraries/src/Document/HtmlDocument.php:793 5 Joomla\CMS\Document\HtmlDocument->_renderTemplate() JROOT/libraries/src/Document/HtmlDocument.php:567 4 Joomla\CMS\Document\HtmlDocument->render() JROOT/libraries/src/Application/CMSApplication.php:1090 3 Joomla\CMS\Application\CMSApplication->render() JROOT/libraries/src/Application/SiteApplication.php:778 2 Joomla\CMS\Application\SiteApplication->render() JROOT/libraries/src/Application/CMSApplication.php:209 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49 - Query Time: 0.05 ms After last query: 0.08 ms Query memory: 0.007 MB Memory before query: 11.591 MB Rows returned: 1Duplicate queries: #11
SELECT `setting`
FROM `jos4c_vikrentcar_config`
WHERE `param`='dateformat';id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE jos4c_vikrentcar_config ALL NULL NO INDEX KEY COULD BE USED NULL NULL 113 Using where 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:105 15 JFalangDatabase->execute() JROOT/libraries/joomla/database/driver.php:1701 14 JDatabaseDriver->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:282 13 JFalangDatabase->loadObjectList() JROOT/plugins/system/falangdriver/falang_database.php:459 12 JFalangDatabase->loadAssocList() JROOT/modules/mod_vikrentcar_confirmationnumber/helper.php:22 11 modVikrentcarConfirmationNumberHelper::getDateFormat() JROOT/modules/mod_vikrentcar_confirmationnumber/mod_vikrentcar_confirmationnumber.php:21 10 include JROOT/modules/mod_vikrentcar_confirmationnumber/mod_vikrentcar_confirmationnumber.php JROOT/libraries/src/Helper/ModuleHelper.php:200 9 Joomla\CMS\Helper\ModuleHelper::renderModule() JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 8 Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 7 Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() JROOT/libraries/src/Document/HtmlDocument.php:501 6 Joomla\CMS\Document\HtmlDocument->getBuffer() JROOT/libraries/src/Document/HtmlDocument.php:793 5 Joomla\CMS\Document\HtmlDocument->_renderTemplate() JROOT/libraries/src/Document/HtmlDocument.php:567 4 Joomla\CMS\Document\HtmlDocument->render() JROOT/libraries/src/Application/CMSApplication.php:1090 3 Joomla\CMS\Application\CMSApplication->render() JROOT/libraries/src/Application/SiteApplication.php:778 2 Joomla\CMS\Application\SiteApplication->render() JROOT/libraries/src/Application/CMSApplication.php:209 1 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49
10 Query Types Logged, Sorted by Occurrences.
SELECT Tables:
2 × SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM jos4c_falang_content AS falang_content2 × SELECT `setting`
FROM `jos4c_vikrentcar_config`1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM jos4c_fields AS a
LEFT JOIN `jos4c_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos4c_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos4c_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos4c_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos4c_fields_groups AS g
ON g.id = a.group_id1 × SELECT language,id
FROM `jos4c_menu`1 × SELECT joomlatablename,tablepkID
FROM `jos4c_falang_tableinfo1 × SELECT *
FROM jos4c_languages1 × SELECT `c2`.`language`,`c2`.`id`
FROM `jos4c_menu` AS `c`
INNER JOIN `jos4c_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `jos4c_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `jos4c_menu` AS `c2`
ON a2.id = c2.`id`1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos4c_modules AS m
LEFT JOIN jos4c_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos4c_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
OTHER Tables:
1 × UPDATE `jos4c_extensions`
SET `params` = '{\"mediaversion\":\"f1318c39f422e4b5115f468f7cbe6a79\"}'1 × SHOW FULL COLUMNS
FROM `jos4c_languages
