Joomla! Debug Console
{
"__default": {
"session": {
"counter": 3,
"timer": {
"start": 1780743043,
"last": 1780743043,
"now": 1780743043
},
"token": "Lxk7DCYohuPRjkwDq2D8vYoT2WMLxCMU"
},
"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: 7.58 ms / 7.58 ms Memory: 1.789 MB / 2.17 MB Application: afterLoad
Time: 29.63 ms / 37.21 ms Memory: 5.391 MB / 7.56 MB Application: afterInitialise
Time: 4.93 ms / 42.14 ms Memory: 0.626 MB / 8.18 MB Application: afterRoute
Time: 1.70 ms / 43.84 ms Memory: 0.203 MB / 8.39 MB Application: beforeRenderComponent com_users
Time: 18.61 ms / 62.45 ms Memory: 2.369 MB / 10.75 MB Application: afterRenderComponent com_users
Time: 5.10 ms / 67.55 ms Memory: 0.438 MB / 11.19 MB Application: afterDispatch
Time: 2.28 ms / 69.83 ms Memory: 0.167 MB / 11.36 MB Application: beforeRenderModule mod_vikwallimage (Vik Wall Image)
Time: 0.49 ms / 70.33 ms Memory: 0.040 MB / 11.40 MB Application: afterRenderModule mod_vikwallimage (Vik Wall Image)
Time: 0.05 ms / 70.37 ms Memory: -0.004 MB / 11.40 MB Application: beforeRenderModule mod_vikrentcar_confirmationnumber (CONFIRMATION NUMBER)
Time: 0.68 ms / 71.05 ms Memory: 0.020 MB / 11.42 MB Application: afterRenderModule mod_vikrentcar_confirmationnumber (CONFIRMATION NUMBER)
Time: 1.70 ms / 72.75 ms Memory: 0.099 MB / 11.52 MB Application: afterRender
Database queries total: 1.76 ms
11.55 MB (12,114,304 Bytes)
11 Queries Logged 1.76 ms
- Query Time: 0.21 ms Query memory: 0.005 MB Memory before query: 8.205 MB
UPDATE `jos4c_extensions`
SET `params` = '{\"mediaversion\":\"b468090bd600047bf9fa2c805d8f9afa\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'EXPLAIN not possible on query: UPDATE `jos4c_extensions` SET `params` = '{\"mediaversion\":\"b468090bd600047bf9fa2c805d8f9afa\"}' 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.13 ms After last query: 11.77 ms Query memory: 0.011 MB Memory before query: 9.972 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.12 ms After last query: 7.95 ms Query memory: 0.006 MB Memory before query: 10.760 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.11 ms After last query: 0.67 ms Query memory: 0.008 MB Memory before query: 10.844 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.09 ms After last query: 0.06 ms Query memory: 0.008 MB Memory before query: 10.854 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.74 ms After last query: 0.22 ms Query memory: 0.009 MB Memory before query: 10.891 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.10 ms After last query: 0.41 ms Query memory: 0.007 MB Memory before query: 10.950 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.10 ms After last query: 0.80 ms Query memory: 0.006 MB Memory before query: 11.024 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.09 ms After last query: 4.71 ms Query memory: 0.007 MB Memory before query: 11.420 MB Rows returned: 1Duplicate queries: #10
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 117 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.07 ms After last query: 0.05 ms Query memory: 0.007 MB Memory before query: 11.424 MB Rows returned: 1Duplicate queries: #9
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 117 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
9 Query Types Logged, Sorted by Occurrences.
SELECT Tables:
2 × 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 falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM jos4c_falang_content AS falang_content1 × 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`
OTHER Tables:
1 × UPDATE `jos4c_extensions`
SET `params` = '{\"mediaversion\":\"b468090bd600047bf9fa2c805d8f9afa\"}'1 × SHOW FULL COLUMNS
FROM `jos4c_languages
