CONFIRMATION NUMBER
CONFIRMATION NUMBER
Didn't find what you were looking for? Email us at info@sfakia-tours.com
Joomla! Debug Console
{
"__default": {
"session": {
"counter": 1,
"timer": {
"start": 1780747393,
"last": 1780747393,
"now": 1780747393
},
"token": "OmhU0Ri5ws4YJAKWLHBbMX8ByEJlEKjk"
},
"registry": {},
"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: 9.33 ms / 9.33 ms Memory: 1.789 MB / 2.17 MB Application: afterLoad
Time: 38.00 ms / 47.33 ms Memory: 5.410 MB / 7.58 MB Application: afterInitialise
Time: 5.65 ms / 52.98 ms Memory: 0.626 MB / 8.20 MB Application: afterRoute
Time: 2.14 ms / 55.12 ms Memory: 0.203 MB / 8.40 MB Application: beforeRenderComponent com_users
Time: 14.63 ms / 69.75 ms Memory: 1.918 MB / 10.32 MB Application: afterRenderComponent com_users
Time: 2.30 ms / 72.04 ms Memory: 0.203 MB / 10.53 MB Application: afterDispatch
Time: 1.87 ms / 73.91 ms Memory: 0.242 MB / 10.77 MB Application: beforeRenderModule mod_vikwallimage (Vik Wall Image)
Time: 0.36 ms / 74.27 ms Memory: 0.040 MB / 10.81 MB Application: afterRenderModule mod_vikwallimage (Vik Wall Image)
Time: 0.04 ms / 74.31 ms Memory: -0.004 MB / 10.80 MB Application: beforeRenderModule mod_vikrentcar_confirmationnumber (CONFIRMATION NUMBER)
Time: 0.47 ms / 74.78 ms Memory: 0.022 MB / 10.83 MB Application: afterRenderModule mod_vikrentcar_confirmationnumber (CONFIRMATION NUMBER)
Time: 1.19 ms / 75.97 ms Memory: 0.111 MB / 10.94 MB Application: afterRender
Database queries total: 2.81 ms
10.97 MB (11,502,184 Bytes)
10 Queries Logged 2.81 ms
- Query Time: 0.85 ms Query memory: 0.005 MB Memory before query: 8.224 MB
UPDATE `jos4c_extensions`
SET `params` = '{\"mediaversion\":\"7cbaee2b4421d2dfa20aad0cd1c8f346\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'EXPLAIN not possible on query: UPDATE `jos4c_extensions` SET `params` = '{\"mediaversion\":\"7cbaee2b4421d2dfa20aad0cd1c8f346\"}' 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: 1.25 ms After last query: 8.19 ms Query memory: 0.011 MB Memory before query: 9.459 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.reset_request'
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/reset.php:110 13 UsersModelReset->preprocessForm() JROOT/libraries/src/MVC/Model/FormModel.php:242 12 Joomla\CMS\MVC\Model\FormModel->loadForm() JROOT/components/com_users/models/reset.php:35 11 UsersModelReset->getForm() JROOT/libraries/src/MVC/View/HtmlView.php:425 10 Joomla\CMS\MVC\View\HtmlView->get() JROOT/components/com_users/views/reset/view.html.php:55 9 UsersViewReset->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.06 ms After last query: 6.28 ms Query memory: 0.006 MB Memory before query: 10.328 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.05 ms After last query: 0.50 ms Query memory: 0.008 MB Memory before query: 10.412 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.07 ms Query memory: 0.008 MB Memory before query: 10.422 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.35 ms After last query: 0.20 ms Query memory: 0.009 MB Memory before query: 10.460 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.33 ms Query memory: 0.007 MB Memory before query: 10.518 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.09 ms After last query: 2.95 ms Query memory: 0.006 MB Memory before query: 10.825 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 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.04 ms After last query: 0.04 ms Query memory: 0.008 MB Memory before query: 10.832 MB Rows returned: 1Duplicate queries: #8
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
8 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_content
OTHER Tables:
1 × UPDATE `jos4c_extensions`
SET `params` = '{\"mediaversion\":\"7cbaee2b4421d2dfa20aad0cd1c8f346\"}'1 × SHOW FULL COLUMNS
FROM `jos4c_languages
