Query Time: 0.26 ms Query memory: 0.026 MB Memory before query: 1.937 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ea_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
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:105 |
| 21 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 19 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 18 | JFalangDatabase->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/wlijoomsysmessages/wlijoomsysmessages.php:39 |
| 8 | plgSystemWliJoomSysmessages->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 0.35 ms Query memory: 0.006 MB Memory before query: 1.934 MB
UPDATE `ea_extensions`
SET `params` = '{\"mediaversion\":\"9b8055e4be57345f363919c86e87e238\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `ea_extensions`
SET `params` = '{\"mediaversion\":\"9b8055e4be57345f363919c86e87e238\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
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/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/wlijoomsysmessages/wlijoomsysmessages.php:39 |
| 8 | plgSystemWliJoomSysmessages->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 83.67 ms After last query: 0.89 ms Query memory: 0.425 MB Memory before query: 1.985 MB Rows returned: 218
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 ea_menu AS m
LEFT JOIN ea_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
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 226 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 24 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 22 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
| 8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 1.52 ms Query memory: 0.029 MB Memory before query: 2.503 MB Rows returned: 22
SELECT joomlatablename,tablepkID
FROM `ea_falang_tableinfo`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_falang_tableinfo | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 22 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 29 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 27 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:144 |
| 26 | FalangManager->_loadPrimaryKeyData() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:57 |
| 25 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:85 |
| 24 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:35 |
| 23 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 22 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
| 8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.18 ms Query memory: 0.029 MB Memory before query: 2.519 MB Rows returned: 3
SELECT *
FROM ea_languages
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 29 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 27 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:319 |
| 26 | FalangManager->getLanguages() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:63 |
| 25 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:85 |
| 24 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:35 |
| 23 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 22 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
| 8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.97 ms After last query: 0.74 ms Query memory: 0.033 MB Memory before query: 2.606 MB Rows returned: 14
SHOW FULL COLUMNS
FROM `ea_languages`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ea_languages`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 33 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 32 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 31 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 30 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 29 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 28 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_falang/tables/JFLanguage.php:54 |
| 27 | TableJFLanguage->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:325 |
| 26 | FalangManager->getLanguages() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:63 |
| 25 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:85 |
| 24 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:35 |
| 23 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 22 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
| 8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.56 ms After last query: 1.60 ms Query memory: 0.028 MB Memory before query: 2.661 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=2
AND falang_content.published=1
AND falang_content.reference_id IN(547,548,560,559,563,549,561,827,562,564,565,566,567,568,889,569,570,571,572,573,862,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,826,595,596,597,598,599,865,600,601,602,603,867,866,604,605,864,606,925,607,608,609,610,611,612,613,614,615,830,831,832,833,834,616,617,618,619,620,621,622,623,624,625,626,628,627,629,630,631,632,633,634,635,636,637,863,638,639,640,641,642,643,644,645,888,646,647,648,649,650,928,535,536,437,908,909,911,910,912,913,914,915,916,917,918,919,920,924,556,557,715,748,749,886,756,750,689,553,554,704,705,794,706,792,793,707,708,782,555,752,753,887,763,754,709,710,711,712,714,783,534,703,824,558,829,891,653,655,654,656,657,658,921,901,659,906,660,904,907,661,903,662,663,664,665,666,667,668,669,670,671,900,672,905,673,674,902,675,922,676,677,679,678,764,680,681,682,683,684,861,685,686,687,688,651,923,926)
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 |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 27 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 26 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 25 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 24 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 23 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 22 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
| 8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 87.00 ms After last query: 6.17 ms Query memory: 0.421 MB Memory before query: 3.706 MB Rows returned: 592
SELECT *
FROM ea_hikashop_config
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 592 | |
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/administrator/components/com_hikashop/classes/config.php:16 |
| 12 | hikashopConfigClass->load() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1071 |
| 11 | hikashop_config() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2774 |
| 10 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:168 |
| 9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:57 |
| 8 | plgSystemHikashopgeolocation->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.48 ms After last query: 10.20 ms Query memory: 0.424 MB Memory before query: 5.396 MB Rows returned: 218
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 ea_menu AS m
LEFT JOIN ea_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
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 226 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.m.component_id | 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:282 |
| 18 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:368 |
| 11 | plgSystemFalangdriver->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.55 ms After last query: 88.01 ms Query memory: 0.210 MB Memory before query: 5.925 MB Rows returned: 929
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(547,548,560,559,563,549,561,827,562,564,565,566,567,568,889,569,570,571,572,573,862,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,826,595,596,597,598,599,865,600,601,602,603,867,866,604,605,864,606,925,607,608,609,610,611,612,613,614,615,830,831,832,833,834,616,617,618,619,620,621,622,623,624,625,626,628,627,629,630,631,632,633,634,635,636,637,863,638,639,640,641,642,643,644,645,888,646,647,648,649,650,928,535,536,437,908,909,911,910,912,913,914,915,916,917,918,919,920,924,556,557,715,748,749,886,756,750,689,553,554,704,705,794,706,792,793,707,708,782,555,752,753,887,763,754,709,710,711,712,714,783,534,703,824,558,829,891,653,655,654,656,657,658,921,901,659,906,660,904,907,661,903,662,663,664,665,666,667,668,669,670,671,900,672,905,673,674,902,675,922,676,677,679,678,764,680,681,682,683,684,861,685,686,687,688,651,923,926)
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 | falangContent | 4 | const | 1218 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 23 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 21 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 20 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 19 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 18 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:368 |
| 11 | plgSystemFalangdriver->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 203.26 ms Query memory: 0.022 MB Memory before query: 5.227 MB Rows returned: 3
SELECT id, home, template, s.params
FROM ea_template_styles as s
LEFT JOIN ea_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
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ref | idx_template,idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | eliteairsoft_staging.s.template,const | 1 | Using index condition; Using where |
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:105 |
| 13 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 11 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/t3/includes/core/t3.php:320 |
| 9 | T3::detect() | JROOT/plugins/system/t3/t3.php:81 |
| 8 | plgSystemT3->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.43 ms After last query: 100.02 ms Query memory: 0.030 MB Memory before query: 5.666 MB Rows returned: 43
SELECT `id`,`name`,`rules`,`parent_id`
FROM `ea_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_ajax','com_akeeba','com_altauserpoints','com_associations','com_banners','com_breezingforms','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_falang','com_fields','com_finder','com_hikashop','com_installer','com_jch_optimize','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osmap','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_smartcountdown3','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 44 | Using index condition |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 19 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_contact/models/contact.php:62 |
| 14 | ContactModelContact->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_contact/models/contact.php:165 |
| 12 | ContactModelContact->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_contact/views/contact/view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.71 ms After last query: 1.08 ms Query memory: 0.026 MB Memory before query: 5.751 MB Rows returned: 1
SELECT a.*,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM ea_contact_details AS a
LEFT JOIN ea_categories AS c
on c.id = a.catid
LEFT JOIN ea_categories as parent
ON parent.id = c.parent_id
WHERE a.id = 3
AND (a.published = 1 OR a.published =2)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-01-30 09:54:41')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-01-30 09:54:41')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY,idx_state | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 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: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/plugins/system/falangdriver/falang_database.php:416 |
| 13 | JFalangDatabase->loadObject() | JROOT/components/com_contact/models/contact.php:225 |
| 12 | ContactModelContact->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_contact/views/contact/view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 81.17 ms After last query: 1.52 ms Query memory: 0.024 MB Memory before query: 5.933 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `ea_contentitem_tag_map` AS m
INNER JOIN `ea_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_contact.contact'
AND `m`.`content_item_id` = 3
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 491 | Using where |
| 1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | eliteairsoft_staging.t.id | 4 | Using index condition; Using where |
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/libraries/src/Helper/TagsHelper.php:454 |
| 13 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_contact/models/contact.php:255 |
| 12 | ContactModelContact->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_contact/views/contact/view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 6.64 ms Query memory: 0.030 MB Memory before query: 6.327 MB Rows returned: 17
SHOW FULL COLUMNS
FROM `ea_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ea_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 24 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 22 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 20 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 19 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |
| 18 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 17 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_users/models/user.php:65 |
| 16 | UsersModelUser->getTable() | JROOT/libraries/src/MVC/Model/AdminModel.php:971 |
| 15 | Joomla\CMS\MVC\Model\AdminModel->getItem() | JROOT/administrator/components/com_users/models/user.php:90 |
| 14 | UsersModelUser->getItem() | JROOT/components/com_contact/models/contact.php:395 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT/components/com_contact/models/contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_contact/views/contact/view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.15 ms After last query: 94.04 ms Query memory: 0.027 MB Memory before query: 6.860 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 ea_fields AS a
LEFT JOIN `ea_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ea_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ea_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ea_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ea_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_users.user'
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 ASC
| id | 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 | eliteairsoft_staging.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.group_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 24 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 22 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 18 | FieldsHelper::getFields() | JROOT/administrator/components/com_fields/helpers/fields.php:286 |
| 17 | FieldsHelper::prepareForm() | JROOT/plugins/system/fields/fields.php:305 |
| 16 | PlgSystemFields->onContentPrepareForm() | JROOT/libraries/joomla/event/event.php:70 |
| 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 14 | JEventDispatcher->trigger() | JROOT/components/com_contact/models/contact.php:411 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT/components/com_contact/models/contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_contact/views/contact/view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 2.13 ms Query memory: 0.029 MB Memory before query: 6.930 MB Rows returned: 1
SELECT `extension_id`,`name`,`enabled`,`params`
FROM ea_extensions
WHERE `type` = 'plugin'
AND `element` = 'osyoutube'
AND `folder` = 'content'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 28 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 27 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 26 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 25 | JFalangDatabase->loadObject() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:152 |
| 24 | Alledia\Framework\Joomla\Extension\Generic->getDataFromDatabase() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:122 |
| 23 | Alledia\Framework\Joomla\Extension\Generic->__construct() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Licensed.php:51 |
| 22 | Alledia\Framework\Joomla\Extension\Licensed->__construct() | JROOT/libraries/allediaframework/Framework/Factory.php:38 |
| 21 | Alledia\Framework\Factory::getExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:73 |
| 20 | Alledia\Framework\Joomla\Extension\AbstractPlugin->loadExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:44 |
| 19 | Alledia\Framework\Joomla\Extension\AbstractPlugin->init() | JROOT/plugins/content/osyoutube/library/BasePlugin.php:56 |
| 18 | Alledia\OSYouTube\BasePlugin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 17 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 16 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/MVC/Model/FormModel.php:289 |
| 15 | Joomla\CMS\MVC\Model\FormModel->preprocessData() | JROOT/components/com_contact/models/contact.php:149 |
| 14 | ContactModelContact->loadFormData() | JROOT/libraries/src/MVC/Model/FormModel.php:235 |
| 13 | Joomla\CMS\MVC\Model\FormModel->loadForm() | JROOT/components/com_contact/models/contact.php:82 |
| 12 | ContactModelContact->getForm() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_contact/views/contact/view.html.php:84 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.03 ms After last query: 93.48 ms Query memory: 0.028 MB Memory before query: 7.014 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 ea_fields AS a
LEFT JOIN `ea_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ea_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ea_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ea_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ea_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_contact.mail'
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 ASC
| id | 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 | eliteairsoft_staging.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.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:322 |
| 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:194 |
| 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:323 |
| 14 | Joomla\CMS\MVC\Model\FormModel->preprocessForm() | JROOT/libraries/src/MVC/Model/FormModel.php:244 |
| 13 | Joomla\CMS\MVC\Model\FormModel->loadForm() | JROOT/components/com_contact/models/contact.php:82 |
| 12 | ContactModelContact->getForm() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_contact/views/contact/view.html.php:84 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.49 ms After last query: 1.87 ms Query memory: 0.027 MB Memory before query: 7.102 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 `ea_categories` AS `s`
INNER JOIN `ea_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_contact' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 11
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right,idx_language | cat_idx | 207 | NULL | 4 | Using index condition; Using where; Using filesort |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 18 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
| 17 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 16 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_contact/views/contact/view.html.php:309 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.59 ms Query memory: 0.026 MB Memory before query: 7.145 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 ea_fields AS a
LEFT JOIN `ea_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ea_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ea_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ea_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ea_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `ea_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_contact.contact'
AND (fc.category_id IS NULL OR fc.category_id IN (11,0))
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 ASC
| id | 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 | eliteairsoft_staging.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.group_id | 1 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.id | 1 | Using where; Using index; Distinct |
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/src/MVC/Model/BaseDatabaseModel.php:322 |
| 17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_contact/views/contact/view.html.php:309 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 102.34 ms Query memory: 0.034 MB Memory before query: 7.416 MB Rows returned: 43
SHOW FULL COLUMNS
FROM `ea_contact_details`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ea_contact_details`
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:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 15 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 14 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_contact/tables/contact.php:39 |
| 13 | ContactTableContact->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 12 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_contact/models/contact.php:628 |
| 11 | ContactModelContact->hit() | JROOT/components/com_contact/views/contact/view.html.php:370 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.38 ms After last query: 1.09 ms Query memory: 0.006 MB Memory before query: 7.529 MB
UPDATE ea_contact_details
SET `hits` = (`hits` + 1)
WHERE `id` = '3'
EXPLAIN not possible on query: UPDATE ea_contact_details
SET `hits` = (`hits` + 1)
WHERE `id` = '3'
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:105 |
| 13 | JFalangDatabase->execute() | JROOT/libraries/src/Table/Table.php:1264 |
| 12 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_contact/models/contact.php:629 |
| 11 | ContactModelContact->hit() | JROOT/components/com_contact/views/contact/view.html.php:370 |
| 10 | ContactViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contact/controller.php:68 |
| 8 | ContactController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contact/contact.php:29 |
| 6 | require_once JROOT/components/com_contact/contact.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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 500.21 ms Query memory: 0.021 MB Memory before query: 7.930 MB Rows returned: 1
SELECT language,id
FROM `ea_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_menu | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 274 | 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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.05 ms After last query: 0.23 ms Query memory: 0.023 MB Memory before query: 7.940 MB Rows returned: 5
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(437)
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 | falangContent | 310 | const,const,const | 4 | Using index condition; 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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 86.00 ms After last query: 0.87 ms Query memory: 0.021 MB Memory before query: 7.951 MB Rows returned: 0
SELECT `c2`.`language`,`c2`.`id`
FROM `ea_menu` AS `c`
INNER JOIN `ea_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `ea_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `ea_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 555
| id | 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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.04 ms After last query: 1.47 ms Query memory: 0.022 MB Memory before query: 7.969 MB Rows returned: 0
SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `ea_contact_details` AS `c`
INNER JOIN `ea_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_contact.item'
INNER JOIN `ea_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `ea_contact_details` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `ea_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_contact'
WHERE c.id = 3| id | 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/components/com_contact/helpers/association.php:43 |
| 8 | ContactHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
| 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:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.65 ms After last query: 2.41 ms Query memory: 0.513 MB Memory before query: 8.059 MB Rows returned: 120
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM ea_modules AS m
LEFT JOIN ea_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN ea_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-01-30 09:54:41')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-01-30 09:54:41')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 555 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds,idx_language | published | 1 | const | 69 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | eliteairsoft_staging.m.module,const | 1 | Using index condition; Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.m.id | 4 | Using where; Using index |
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:105 |
| 21 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 19 | JFalangDatabase->loadObjectList() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:452 |
| 16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:382 |
| 15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:87 |
| 14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:645 |
| 12 | T3Template->countModules() | JROOT/templates/purity_iii/tpls/blocks/header.php:63 |
| 11 | include JROOT/templates/purity_iii/tpls/blocks/header.php | JROOT/plugins/system/t3/includes/core/template.php:195 |
| 10 | T3Template->loadBlock() | JROOT/templates/purity_iii/local/tpls/otx1.php:37 |
| 9 | include JROOT/templates/purity_iii/local/tpls/otx1.php | JROOT/plugins/system/t3/includes/core/template.php:221 |
| 8 | T3Template->loadLayout() | JROOT/templates/purity_iii/index.php:35 |
| 7 | require JROOT/templates/purity_iii/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 7.79 ms After last query: 0.88 ms Query memory: 0.029 MB Memory before query: 8.838 MB Rows returned: 14
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,120,121,130,131,132,133,123,145,127,153,152,17,217,215,216,35,146,126,151,183,212,182,181)
AND falang_content.reference_table='modules'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 49 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 24 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 22 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 21 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 20 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 19 | JFalangDatabase->loadObjectList() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:452 |
| 16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:382 |
| 15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:87 |
| 14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:645 |
| 12 | T3Template->countModules() | JROOT/templates/purity_iii/tpls/blocks/header.php:63 |
| 11 | include JROOT/templates/purity_iii/tpls/blocks/header.php | JROOT/plugins/system/t3/includes/core/template.php:195 |
| 10 | T3Template->loadBlock() | JROOT/templates/purity_iii/local/tpls/otx1.php:37 |
| 9 | include JROOT/templates/purity_iii/local/tpls/otx1.php | JROOT/plugins/system/t3/includes/core/template.php:221 |
| 8 | T3Template->loadLayout() | JROOT/templates/purity_iii/index.php:35 |
| 7 | require JROOT/templates/purity_iii/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 85.91 ms Query memory: 0.157 MB Memory before query: 8.276 MB Rows returned: 79
SELECT *
FROM ea_modules
WHERE published=1
ORDER BY id
;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_modules | index | published | PRIMARY | 4 | NULL | 128 | 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/modules/mod_accordeonck/helper.php:263 |
| 12 | modAccordeonckHelper::CreateModulesList() | JROOT/modules/mod_accordeonck/helper.php:45 |
| 11 | modAccordeonckHelper::GetItems() | JROOT/modules/mod_accordeonck/mod_accordeonck.php:33 |
| 10 | include JROOT/modules/mod_accordeonck/mod_accordeonck.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.16 ms After last query: 0.53 ms Query memory: 0.043 MB Memory before query: 8.569 MB Rows returned: 36
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(2,3,4,8,9,10,12,13,14,15,17,35,86,120,121,123,126,127,128,130,131,132,133,134,136,138,140,142,144,145,146,147,148,151,152,153,163,164,165,166,167,168,169,171,172,173,176,177,181,182,183,184,185,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,212,215,216,217)
AND falang_content.reference_table='modules'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 94 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 18 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 15 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 14 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 13 | JFalangDatabase->loadObjectList() | JROOT/modules/mod_accordeonck/helper.php:263 |
| 12 | modAccordeonckHelper::CreateModulesList() | JROOT/modules/mod_accordeonck/helper.php:45 |
| 11 | modAccordeonckHelper::GetItems() | JROOT/modules/mod_accordeonck/mod_accordeonck.php:33 |
| 10 | include JROOT/modules/mod_accordeonck/mod_accordeonck.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 93.68 ms Query memory: 0.029 MB Memory before query: 8.459 MB Rows returned: 15
SELECT *
FROM ea_hikashop_filter
WHERE filter_published = 1
AND (filter_access = 'all' OR filter_access LIKE '%,9,%')
ORDER BY filter_ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_filter | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 15 | Using where; Using filesort |
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() | JROOT/administrator/components/com_hikashop/classes/filter.php:293 |
| 14 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 13 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 11 | hikashop_getLayout() | JROOT/modules/mod_hikashop_filter/mod_hikashop_filter.php:30 |
| 10 | include JROOT/modules/mod_hikashop_filter/mod_hikashop_filter.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.91 ms After last query: 0.29 ms Query memory: 0.028 MB Memory before query: 8.488 MB Rows returned: 28
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(3,4,7,8,9,10,11,12,13,14,15,16,17,18,19)
AND falang_content.reference_table='hikashop_filter'
| 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 | reference_table | 302 | const | 24 | Using index condition; 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() | JROOT/administrator/components/com_hikashop/classes/filter.php:293 |
| 14 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 13 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 11 | hikashop_getLayout() | JROOT/modules/mod_hikashop_filter/mod_hikashop_filter.php:30 |
| 10 | include JROOT/modules/mod_hikashop_filter/mod_hikashop_filter.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 3.89 ms Query memory: 0.027 MB Memory before query: 8.770 MB Rows returned: 3
SELECT *
FROM ea_hikashop_currency
WHERE (currency_published = 1) OR (currency_displayed = 1) OR (currency_id IN (127))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_currency | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 182 | Using where |
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_hikashop/types/currency.php:56 |
| 13 | hikashopCurrencyType->load() | JROOT/administrator/components/com_hikashop/types/currency.php:68 |
| 12 | hikashopCurrencyType->display() | JROOT/modules/mod_hikashop_currency/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_hikashop_currency/tmpl/default.php | JROOT/modules/mod_hikashop_currency/mod_hikashop_currency.php:26 |
| 10 | include JROOT/modules/mod_hikashop_currency/mod_hikashop_currency.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 86.39 ms After last query: 1.48 ms Query memory: 0.024 MB Memory before query: 8.787 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 555
AND fc.language_id = 2
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fc | range|filter | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | language_id|idxFalang1 | 4|608 | NULL | 1 (0%) | Using index condition; Using where; Using rowid filter |
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() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:342 |
| 11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
| 10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.34 ms Query memory: 0.024 MB Memory before query: 8.796 MB Rows returned: 1
SELECT m.path
FROM ea_menu m
WHERE m.id = 555
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:351 |
| 11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
| 10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.84 ms After last query: 0.20 ms Query memory: 0.024 MB Memory before query: 8.807 MB Rows returned: 1
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 555
AND fc.language_id = 1
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fc | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | falangContentLanguage | 612 | const,const,const,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() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:367 |
| 11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
| 10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.67 ms Query memory: 0.024 MB Memory before query: 8.818 MB Rows returned: 1
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 555
AND fc.language_id = 3
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fc | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | falangContentLanguage | 612 | const,const,const,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() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:342 |
| 11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
| 10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 8.826 MB Rows returned: 1
SELECT m.path
FROM ea_menu m
WHERE m.id = 555
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:351 |
| 11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
| 10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 8.837 MB Rows returned: 1
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 555
AND fc.language_id = 1
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fc | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | falangContentLanguage | 612 | const,const,const,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() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:367 |
| 11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
| 10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 2.61 ms Query memory: 0.025 MB Memory before query: 9.071 MB Rows returned: 0
SELECT cart.cart_id
FROM ea_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = '46d0d415ee7bccffda5696417ef8b491')
ORDER BY cart.cart_current DESC, cart.cart_modified DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | cart | ref | session_id | session_id | 767 | const | 1 | Using index condition; Using where; Using filesort |
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/plugins/system/falangdriver/falang_database.php:416 |
| 17 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 16 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 15 | JFalangDatabase->loadResult() | JROOT/administrator/components/com_hikashop/classes/cart.php:68 |
| 14 | hikashopCartClass->getCurrentCartId() | JROOT/components/com_hikashop/views/product/view.html.php:2244 |
| 13 | ProductViewProduct->cart() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 11 | hikashop_getLayout() | JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php:67 |
| 10 | include JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.86 ms After last query: 0.26 ms Query memory: 0.025 MB Memory before query: 9.102 MB Rows returned: 1
SELECT a.id
FROM ea_menu AS a
INNER JOIN `ea_menu_types` as b
on a.menutype = b.menutype
WHERE a.type='component'
AND a.published=1
AND b.title IS NOT NULL
AND a.access IN (1,1,5)
AND a.client_id=0
AND a.link='index.php?option=com_hikashop&view=checkout&layout=show'
AND a.language IN ('*', '', 'en-GB')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
| 1 | SIMPLE | a | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_menutype | 98 | eliteairsoft_staging.b.menutype | 12 | 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:282 |
| 18 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
| 17 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 16 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:197 |
| 15 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:254 |
| 14 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:2328 |
| 13 | ProductViewProduct->cart() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 11 | hikashop_getLayout() | JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php:67 |
| 10 | include JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.34 ms Query memory: 0.027 MB Memory before query: 9.116 MB Rows returned: 5
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(703)
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 | falangContent | 310 | const,const,const | 3 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 23 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 21 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 20 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 19 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 18 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
| 17 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 16 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:197 |
| 15 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:254 |
| 14 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:2328 |
| 13 | ProductViewProduct->cart() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 11 | hikashop_getLayout() | JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php:67 |
| 10 | include JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.65 ms Query memory: 0.031 MB Memory before query: 9.113 MB Rows returned: 168
SELECT a.id
FROM ea_menu AS a
INNER JOIN `ea_menu_types` as b
on a.menutype = b.menutype
WHERE a.type='component'
AND a.published=1
AND b.title IS NOT NULL
AND a.access IN (1,1,5)
AND a.client_id=0
AND a.link LIKE 'index.php?option=com_hikashop&view=%'
AND a.language IN ('*', '', 'en-GB')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
| 1 | SIMPLE | a | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_menutype | 98 | eliteairsoft_staging.b.menutype | 12 | Using where |
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:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
| 16 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 15 | hikashopMenusClass->loadAMenuItemId() | JROOT/components/com_hikashop/views/product/view.html.php:2441 |
| 14 | ProductViewProduct->legacyCartInit() | JROOT/components/com_hikashop/views/product/view.html.php:2351 |
| 13 | ProductViewProduct->cart() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 11 | hikashop_getLayout() | JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php:67 |
| 10 | include JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 93.98 ms After last query: 0.84 ms Query memory: 0.178 MB Memory before query: 9.220 MB Rows returned: 764
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(715,748,749,886,535,536,547,548,549,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,826,827,830,831,832,833,834,862,888,889,925,928,534,558,703,824,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,764,861,900,901,902,903,904,905,906,907,921,922,651,923,926)
AND falang_content.reference_table='menu'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 581 | Using index condition; Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
| 16 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 15 | hikashopMenusClass->loadAMenuItemId() | JROOT/components/com_hikashop/views/product/view.html.php:2441 |
| 14 | ProductViewProduct->legacyCartInit() | JROOT/components/com_hikashop/views/product/view.html.php:2351 |
| 13 | ProductViewProduct->cart() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 11 | hikashop_getLayout() | JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php:67 |
| 10 | include JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 86.22 ms After last query: 13.42 ms Query memory: 0.029 MB Memory before query: 9.139 MB Rows returned: 15
SELECT *
FROM ea_hikashop_filter
WHERE filter_published = 1
AND (filter_access = 'all' OR filter_access LIKE '%,9,%')
ORDER BY filter_ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_filter | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 15 | Using where; Using filesort |
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() | JROOT/administrator/components/com_hikashop/classes/filter.php:293 |
| 14 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 13 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 11 | hikashop_getLayout() | JROOT/modules/mod_hikashop_filter/mod_hikashop_filter.php:30 |
| 10 | include JROOT/modules/mod_hikashop_filter/mod_hikashop_filter.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.92 ms After last query: 0.51 ms Query memory: 0.028 MB Memory before query: 9.176 MB Rows returned: 28
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(3,4,7,8,9,10,11,12,13,14,15,16,17,18,19)
AND falang_content.reference_table='hikashop_filter'
| 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 | reference_table | 302 | const | 24 | Using index condition; 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() | JROOT/administrator/components/com_hikashop/classes/filter.php:293 |
| 14 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 13 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 11 | hikashop_getLayout() | JROOT/modules/mod_hikashop_filter/mod_hikashop_filter.php:30 |
| 10 | include JROOT/modules/mod_hikashop_filter/mod_hikashop_filter.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 2.38 ms Query memory: 0.157 MB Memory before query: 9.199 MB Rows returned: 79
SELECT *
FROM ea_modules
WHERE published=1
ORDER BY id
;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_modules | index | published | PRIMARY | 4 | NULL | 128 | 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/modules/mod_accordeonck/helper.php:263 |
| 12 | modAccordeonckHelper::CreateModulesList() | JROOT/modules/mod_accordeonck/helper.php:45 |
| 11 | modAccordeonckHelper::GetItems() | JROOT/modules/mod_accordeonck/mod_accordeonck.php:33 |
| 10 | include JROOT/modules/mod_accordeonck/mod_accordeonck.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 8.46 ms After last query: 0.58 ms Query memory: 0.043 MB Memory before query: 9.487 MB Rows returned: 36
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(2,3,4,8,9,10,12,13,14,15,17,35,86,120,121,123,126,127,128,130,131,132,133,134,136,138,140,142,144,145,146,147,148,151,152,153,163,164,165,166,167,168,169,171,172,173,176,177,181,182,183,184,185,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,212,215,216,217)
AND falang_content.reference_table='modules'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 94 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 18 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 15 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 14 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 13 | JFalangDatabase->loadObjectList() | JROOT/modules/mod_accordeonck/helper.php:263 |
| 12 | modAccordeonckHelper::CreateModulesList() | JROOT/modules/mod_accordeonck/helper.php:45 |
| 11 | modAccordeonckHelper::GetItems() | JROOT/modules/mod_accordeonck/mod_accordeonck.php:33 |
| 10 | include JROOT/modules/mod_accordeonck/mod_accordeonck.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.17 ms After last query: 191.85 ms Query memory: 0.157 MB Memory before query: 9.715 MB Rows returned: 79
SELECT *
FROM ea_modules
WHERE published=1
ORDER BY id
;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_modules | index | published | PRIMARY | 4 | NULL | 128 | 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/modules/mod_accordeonck/helper.php:263 |
| 12 | modAccordeonckHelper::CreateModulesList() | JROOT/modules/mod_accordeonck/helper.php:45 |
| 11 | modAccordeonckHelper::GetItems() | JROOT/modules/mod_accordeonck/mod_accordeonck.php:33 |
| 10 | include JROOT/modules/mod_accordeonck/mod_accordeonck.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 8.89 ms After last query: 0.67 ms Query memory: 0.043 MB Memory before query: 10.001 MB Rows returned: 36
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(2,3,4,8,9,10,12,13,14,15,17,35,86,120,121,123,126,127,128,130,131,132,133,134,136,138,140,142,144,145,146,147,148,151,152,153,163,164,165,166,167,168,169,171,172,173,176,177,181,182,183,184,185,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,212,215,216,217)
AND falang_content.reference_table='modules'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 94 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 18 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 15 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 14 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 13 | JFalangDatabase->loadObjectList() | JROOT/modules/mod_accordeonck/helper.php:263 |
| 12 | modAccordeonckHelper::CreateModulesList() | JROOT/modules/mod_accordeonck/helper.php:45 |
| 11 | modAccordeonckHelper::GetItems() | JROOT/modules/mod_accordeonck/mod_accordeonck.php:33 |
| 10 | include JROOT/modules/mod_accordeonck/mod_accordeonck.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 88.17 ms Query memory: 0.025 MB Memory before query: 9.889 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 189
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.27 ms Query memory: 0.026 MB Memory before query: 9.895 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(189)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.53 ms Query memory: 0.025 MB Memory before query: 9.905 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 201
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 9.917 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(201)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.52 ms Query memory: 0.025 MB Memory before query: 9.927 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 190
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 9.939 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(190)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.30 ms Query memory: 0.025 MB Memory before query: 9.952 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 202
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 9.964 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(202)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.30 ms Query memory: 0.025 MB Memory before query: 9.973 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 191
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 9.986 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(191)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 82.91 ms Query memory: 0.025 MB Memory before query: 9.997 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 203
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.86 ms After last query: 0.25 ms Query memory: 0.026 MB Memory before query: 10.009 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(203)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.73 ms Query memory: 0.025 MB Memory before query: 10.018 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 199
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 10.031 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(199)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.33 ms Query memory: 0.030 MB Memory before query: 10.049 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 205
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.26 ms Query memory: 0.026 MB Memory before query: 10.066 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(205)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.58 ms Query memory: 0.025 MB Memory before query: 10.079 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 192
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.23 ms Query memory: 0.026 MB Memory before query: 10.092 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(192)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.54 ms Query memory: 0.025 MB Memory before query: 10.100 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 206
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 10.112 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(206)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.40 ms Query memory: 0.025 MB Memory before query: 10.132 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 193
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 10.144 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(193)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.43 ms Query memory: 0.025 MB Memory before query: 10.157 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 194
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 10.169 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(194)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.29 ms Query memory: 0.025 MB Memory before query: 10.178 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 207
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 10.190 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(207)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.40 ms Query memory: 0.025 MB Memory before query: 10.199 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 195
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.16 ms Query memory: 0.026 MB Memory before query: 10.210 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(195)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.29 ms Query memory: 0.025 MB Memory before query: 10.220 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 200
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.13 ms Query memory: 0.026 MB Memory before query: 10.232 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(200)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.58 ms Query memory: 0.025 MB Memory before query: 10.244 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 196
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.20 ms Query memory: 0.026 MB Memory before query: 10.256 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(196)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.39 ms Query memory: 0.025 MB Memory before query: 10.265 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 208
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 10.277 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(208)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.38 ms Query memory: 0.025 MB Memory before query: 10.286 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 197
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 10.300 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(197)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.31 ms Query memory: 0.025 MB Memory before query: 10.311 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 209
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.23 ms Query memory: 0.026 MB Memory before query: 10.324 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(209)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.46 ms Query memory: 0.025 MB Memory before query: 10.332 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 198
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.16 ms Query memory: 0.026 MB Memory before query: 10.344 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(198)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.33 ms Query memory: 0.025 MB Memory before query: 10.353 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params
FROM ea_modules AS m
WHERE m.id = 210
AND m.published = 1
AND m.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 10.365 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(210)
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 | reference_id | 4 | const | 1 | Using where |
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:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 83.33 ms Query memory: 0.035 MB Memory before query: 10.574 MB Rows returned: 178
SELECT *
FROM ea_acymailing_config
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_acymailing_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 178 | |
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_acymailing/compat/joomla.php:450 |
| 13 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
| 12 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:434 |
| 11 | acymailing_config() | JROOT/administrator/components/com_acymailing/compat/joomla.php:789 |
| 10 | include_once JROOT/administrator/components/com_acymailing/compat/joomla.php | JROOT/administrator/components/com_acymailing/helpers/helper.php:21 |
| 9 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/plugins/system/regacymailing/regacymailing.php:22 |
| 8 | plgSystemRegacymailing->initAcy() | JROOT/plugins/system/regacymailing/regacymailing.php:146 |
| 7 | plgSystemRegacymailing->onAfterRender() | 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/CMSApplication.php:1118 |
| 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:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |