Query Time: 0.59 ms Query memory: 0.026 MB Memory before query: 1.491 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.96 ms After last query: 0.53 ms Query memory: 0.006 MB Memory before query: 1.486 MB
UPDATE `ea_extensions`
SET `params` = '{\"mediaversion\":\"4b1510438e2df8c9d8fbfcd9ff9ba24f\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `ea_extensions`
SET `params` = '{\"mediaversion\":\"4b1510438e2df8c9d8fbfcd9ff9ba24f\"}'
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: 1.97 ms After last query: 1.18 ms Query memory: 0.358 MB Memory before query: 1.521 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.17 ms Query memory: 0.029 MB Memory before query: 2.037 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.18 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 2.053 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.57 ms After last query: 0.51 ms Query memory: 0.031 MB Memory before query: 2.070 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.10 ms After last query: 1.57 ms Query memory: 0.028 MB Memory before query: 2.124 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: 1.40 ms After last query: 89.10 ms Query memory: 0.394 MB Memory before query: 2.855 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: 1.94 ms After last query: 92.19 ms Query memory: 0.357 MB Memory before query: 4.445 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: 4.13 ms After last query: 2.34 ms Query memory: 0.151 MB Memory before query: 4.974 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.58 ms After last query: 97.36 ms Query memory: 0.025 MB Memory before query: 4.274 MB Rows returned: 1
SHOW TABLES LIKE 'ea_falang_content'
EXPLAIN not possible on query: SHOW TABLES LIKE 'ea_falang_content'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php: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/falangdriver/falang_database.php:351 |
| 15 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 14 | JFalangDatabase->loadResult() | JROOT/administrator/components/com_hikashop/helpers/translation.php:38 |
| 13 | hikashopTranslationHelper->isMulti() | JROOT/components/com_hikashop/router.php:300 |
| 12 | hikashop_retrieve_url_id() | JROOT/components/com_hikashop/router.php:225 |
| 11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:142 |
| 10 | HikashopParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 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.17 ms After last query: 0.15 ms Query memory: 0.024 MB Memory before query: 4.283 MB Rows returned: 3
SELECT lang_id as id, lang_code as code, image as shortcode, published as active
FROM ea_languages
WHERE published=1
| 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 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/administrator/components/com_hikashop/helpers/translation.php:66 |
| 14 | hikashopTranslationHelper->loadLanguages() | JROOT/administrator/components/com_hikashop/helpers/translation.php:83 |
| 13 | hikashopTranslationHelper->getId() | JROOT/components/com_hikashop/router.php:301 |
| 12 | hikashop_retrieve_url_id() | JROOT/components/com_hikashop/router.php:225 |
| 11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:142 |
| 10 | HikashopParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 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.59 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 4.282 MB Rows returned: 0
SELECT reference_id
FROM ea_falang_content
WHERE language_id=1
AND reference_table='hikashop_product'
AND reference_field='product_alias'
AND value = 'levar-7-g-g'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_falang_content | index_merge | falangContent,language_id,reference_table,reference_field | reference_field,language_id | 302,4 | NULL | 11 | Using intersect(reference_field,language_id); 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:282 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 15 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 14 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 13 | JFalangDatabase->loadResult() | JROOT/components/com_hikashop/router.php:307 |
| 12 | hikashop_retrieve_url_id() | JROOT/components/com_hikashop/router.php:225 |
| 11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:142 |
| 10 | HikashopParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 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: 7.12 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 4.290 MB Rows returned: 1
SELECT product_id
FROM ea_hikashop_product
WHERE product_alias = 'levar-7-g-g'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_product | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6485 | 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:282 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 15 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 14 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 13 | JFalangDatabase->loadResult() | JROOT/components/com_hikashop/router.php:315 |
| 12 | hikashop_retrieve_url_id() | JROOT/components/com_hikashop/router.php:225 |
| 11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:142 |
| 10 | HikashopParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 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.57 ms After last query: 0.39 ms Query memory: 0.025 MB Memory before query: 4.303 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(7161)
AND falang_content.reference_table='hikashop_product'
| 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 |
|---|
| 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:277 |
| 19 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 18 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 17 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 15 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 14 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 13 | JFalangDatabase->loadResult() | JROOT/components/com_hikashop/router.php:315 |
| 12 | hikashop_retrieve_url_id() | JROOT/components/com_hikashop/router.php:225 |
| 11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:142 |
| 10 | HikashopParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 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.31 ms After last query: 0.65 ms Query memory: 0.022 MB Memory before query: 4.375 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: 0.37 ms After last query: 85.58 ms Query memory: 0.060 MB Memory before query: 4.515 MB Rows returned: 1
SELECT product.*, product_category.product_category_id, product_category.category_id, product_category.ordering
FROM ea_hikashop_product AS product
LEFT JOIN ea_hikashop_product_category AS product_category
ON product.product_id = product_category.product_id
WHERE (product.product_id = 7161)
AND ((product.product_access = 'all' OR product.product_access LIKE '%,9,%'))
LIMIT 0, 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | product | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | product_category | ref | product_id | product_id | 4 | const | 4 | |
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/components/com_hikashop/views/product/view.html.php:1076 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.33 ms After last query: 0.31 ms Query memory: 0.025 MB Memory before query: 4.597 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(7161)
AND falang_content.reference_table='hikashop_product'
| 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 |
|---|
| 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/plugins/system/falangdriver/falang_database.php:416 |
| 14 | JFalangDatabase->loadObject() | JROOT/components/com_hikashop/views/product/view.html.php:1076 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.22 ms After last query: 0.18 ms Query memory: 0.024 MB Memory before query: 4.607 MB Rows returned: 2
SELECT *
FROM ea_modules
WHERE id IN (118,180,0)
AND language IN ('*', '', 'en-GB')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_modules | range | PRIMARY,idx_language | PRIMARY | 4 | NULL | 3 | 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/administrator/components/com_hikashop/helpers/module.php:121 |
| 14 | hikashopModuleHelper->setModuleData() | JROOT/components/com_hikashop/views/product/view.html.php:1081 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.31 ms After last query: 0.13 ms Query memory: 0.025 MB Memory before query: 4.579 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(118,180)
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 | 2 | 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/helpers/module.php:121 |
| 14 | hikashopModuleHelper->setModuleData() | JROOT/components/com_hikashop/views/product/view.html.php:1081 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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: 9.38 ms After last query: 0.56 ms Query memory: 0.026 MB Memory before query: 4.596 MB Rows returned: 0
SELECT cart.cart_id
FROM ea_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = 'e2a4094b880d3c9bcaaeec18b5e842d9')
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 |
|---|
| 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/plugins/system/falangdriver/falang_database.php:416 |
| 19 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 18 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 17 | JFalangDatabase->loadResult() | JROOT/administrator/components/com_hikashop/classes/cart.php:68 |
| 16 | hikashopCartClass->getCurrentCartId() | JROOT/administrator/components/com_hikashop/classes/cart.php:91 |
| 15 | hikashopCartClass->get() | JROOT/administrator/components/com_hikashop/helpers/helper.php:447 |
| 14 | hikashop_getZone() | JROOT/components/com_hikashop/views/product/view.html.php:1122 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.17 ms After last query: 0.35 ms Query memory: 0.025 MB Memory before query: 4.595 MB Rows returned: 1
SELECT *
FROM ea_hikashop_currency
WHERE currency_id IN (127)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_currency | 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/administrator/components/com_hikashop/classes/currency.php:1784 |
| 14 | hikashopCurrencyClass->getCurrencies() | JROOT/components/com_hikashop/views/product/view.html.php:1125 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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: 4.66 ms After last query: 1.69 ms Query memory: 0.007 MB Memory before query: 4.720 MB
UPDATE ea_hikashop_product
SET product_hit = product_hit + 1, product_last_seen_date = 1769627911
WHERE product_id = 7161
EXPLAIN not possible on query: UPDATE ea_hikashop_product SET product_hit = product_hit + 1, product_last_seen_date = 1769627911 WHERE product_id = 7161
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/administrator/components/com_hikashop/classes/product.php:3361 |
| 14 | hikashopProductClass->hit() | JROOT/components/com_hikashop/views/product/view.html.php:1165 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.59 ms After last query: 0.21 ms Query memory: 0.059 MB Memory before query: 4.728 MB Rows returned: 0
SELECT p.*
FROM ea_hikashop_product_related AS pr
LEFT JOIN ea_hikashop_product AS p
ON pr.product_related_id = p.product_id
WHERE (pr.product_id = 7161)
AND (pr.product_related_type = 'options')
AND (p.product_published = 1)
AND ((p.product_sale_start = '' OR p.product_sale_start <= 1769627911))
AND ((p.product_sale_end = '' OR p.product_sale_end > 1769627911))
AND ((p.product_access = 'all' OR p.product_access LIKE '%,9,%'))
ORDER BY pr.product_related_ordering ASC, pr.product_related_id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pr | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.pr.product_related_id | 1 | 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/components/com_hikashop/views/product/view.html.php:1182 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.33 ms After last query: 0.39 ms Query memory: 0.059 MB Memory before query: 4.797 MB Rows returned: 0
SELECT p.*, pr.product_related_quantity
FROM ea_hikashop_product_related AS pr
INNER JOIN ea_hikashop_product AS p
ON pr.product_related_id = p.product_id
WHERE pr.product_id = 7161
AND pr.product_related_type = 'bundle'
ORDER BY pr.product_related_ordering ASC, pr.product_related_id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pr | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.pr.product_related_id | 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/components/com_hikashop/views/product/view.html.php:1191 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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: 78.37 ms After last query: 0.23 ms Query memory: 0.059 MB Memory before query: 4.805 MB Rows returned: 0
SELECT *
FROM ea_hikashop_product
WHERE (product_parent_id IN (7161))
AND (product_published = 1)
AND ((product_access = 'all' OR product_access LIKE '%,9,%'))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_product | ref | product_parent_id | product_parent_id | 4 | const | 1 | 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/components/com_hikashop/views/product/view.html.php:1219 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.61 ms After last query: 0.45 ms Query memory: 0.024 MB Memory before query: 4.815 MB Rows returned: 0
SELECT v.*, c.*
FROM ea_hikashop_variant AS v
INNER JOIN ea_hikashop_characteristic AS c
ON v.variant_characteristic_id = c.characteristic_id
WHERE v.variant_product_id IN (7161)
ORDER BY v.ordering ASC, c.characteristic_ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | v | ref | PRIMARY,variant_product_id | variant_product_id | 4 | const | 1 | Using temporary; Using filesort |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.v.variant_characteristic_id | 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/components/com_hikashop/views/product/view.html.php:1255 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.96 ms After last query: 0.11 ms Query memory: 0.024 MB Memory before query: 4.767 MB Rows returned: 3
SELECT *
FROM ea_hikashop_file
WHERE file_ref_id IN (7161)
AND file_type IN ('product','file')
ORDER BY file_ordering ASC, file_id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_file | ALL | file_type | NO INDEX KEY COULD BE USED | NULL | NULL | 19291 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 14 | JFalangDatabase->loadObjectList() | JROOT/components/com_hikashop/views/product/view.html.php:1298 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.17 ms After last query: 0.13 ms Query memory: 0.025 MB Memory before query: 4.773 MB Rows returned: 3
SELECT currency_id
FROM ea_hikashop_currency
WHERE currency_published=1 OR currency_id = 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 |
|---|
| 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/currency.php:466 |
| 15 | hikashopCurrencyClass->publishedCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:1472 |
| 14 | hikashopCurrencyClass->getPrices() | JROOT/components/com_hikashop/views/product/view.html.php:1303 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.26 ms After last query: 0.16 ms Query memory: 0.025 MB Memory before query: 4.786 MB Rows returned: 1
SELECT p.*
FROM ea_hikashop_price as p
WHERE (p.price_currency_id IN (1,72,127))
AND (p.price_start_date < 1769627911)
AND ((p.price_end_date < 1 OR p.price_end_date > 1769627911))
AND (p.price_product_id IN (7161))
AND ((p.price_access = 'all' OR p.price_access LIKE '%,9,%'))
AND ((p.price_users = '' OR p.price_users LIKE '%,0,%'))
ORDER BY p.price_site_id ASC, p.price_value DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | p | ref | price_product_id | price_product_id | 4 | const | 1 | 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/currency.php:1515 |
| 14 | hikashopCurrencyClass->getPrices() | JROOT/components/com_hikashop/views/product/view.html.php:1303 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.26 ms After last query: 0.28 ms Query memory: 0.026 MB Memory before query: 4.800 MB Rows returned: 1
SELECT b.*,c.*
FROM ea_hikashop_category AS a
LEFT JOIN ea_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN ea_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 11
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1769627911
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1769627911)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,9,%')
ORDER BY b.taxation_id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| 1 | SIMPLE | a | const | PRIMARY,category_namekey | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
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/administrator/components/com_hikashop/classes/currency.php:192 |
| 18 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:60 |
| 17 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:2517 |
| 16 | hikashopCurrencyClass->addTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:1603 |
| 15 | hikashopCurrencyClass->removeAndAddPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:1523 |
| 14 | hikashopCurrencyClass->getPrices() | JROOT/components/com_hikashop/views/product/view.html.php:1303 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.12 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 4.812 MB Rows returned: 1
SELECT *
FROM ea_hikashop_zone
WHERE zone_id = 175
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_zone | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php: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/plugins/system/falangdriver/falang_database.php:416 |
| 19 | JFalangDatabase->loadObject() | JROOT/administrator/components/com_hikashop/classes/currency.php:213 |
| 18 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:60 |
| 17 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:2517 |
| 16 | hikashopCurrencyClass->addTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:1603 |
| 15 | hikashopCurrencyClass->removeAndAddPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:1523 |
| 14 | hikashopCurrencyClass->getPrices() | JROOT/components/com_hikashop/views/product/view.html.php:1303 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.28 ms After last query: 0.15 ms Query memory: 0.027 MB Memory before query: 4.835 MB Rows returned: 13
SELECT *
FROM ea_hikashop_discount
WHERE (discount_type = 'discount')
AND (discount_published = 1)
AND (discount_quota > discount_used_times OR discount_quota = 0)
AND (discount_start < 1769627911)
AND (discount_end > 1769627911 OR discount_end = 0)
AND (discount_product_id IN ('','0','7161') OR discount_product_id LIKE '%,7161,%')
AND (discount_flat_amount != 0 OR discount_percent_amount != 0)
AND ((discount_flat_amount = 0 OR discount_currency_id =127))
AND ((discount_access = 'all' OR discount_access LIKE '%,9,%'))
AND ((discount_user_id = '' OR discount_user_id LIKE '%,0,%'))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_discount | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 34 | 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/administrator/components/com_hikashop/classes/currency.php:1572 |
| 14 | hikashopCurrencyClass->getPrices() | JROOT/components/com_hikashop/views/product/view.html.php:1303 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.13 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 4.869 MB Rows returned: 1
SELECT *
FROM ea_hikashop_currency
WHERE currency_id IN (1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_currency | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:282 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1784 |
| 15 | hikashopCurrencyClass->getCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:1585 |
| 14 | hikashopCurrencyClass->getPrices() | JROOT/components/com_hikashop/views/product/view.html.php:1303 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.24 ms After last query: 0.23 ms Query memory: 0.025 MB Memory before query: 4.883 MB Rows returned: 3
SELECT DISTINCT b.category_id, b.category_depth
FROM ea_hikashop_product_category AS a
LEFT JOIN ea_hikashop_category AS b
ON a.category_id=b.category_id
WHERE (a.product_id = 7161)
AND ((b.category_access = 'all' OR b.category_access LIKE '%,9,%'))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | category_id,product_id | product_id | 4 | const | 4 | Using temporary |
| 1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.category_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/administrator/components/com_hikashop/classes/currency.php:1457 |
| 17 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 16 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 15 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:1593 |
| 14 | hikashopCurrencyClass->getPrices() | JROOT/components/com_hikashop/views/product/view.html.php:1303 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.40 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 4.899 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(123,124,2)
AND falang_content.reference_table='hikashop_category'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | ref|filter | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | reference_table|reference_id | 302|4 | const | 6 (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 |
|---|
| 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/administrator/components/com_hikashop/classes/currency.php:1457 |
| 17 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 16 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 15 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:1593 |
| 14 | hikashopCurrencyClass->getPrices() | JROOT/components/com_hikashop/views/product/view.html.php:1303 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.15 ms After last query: 0.20 ms Query memory: 0.025 MB Memory before query: 4.884 MB Rows returned: 3
SELECT category_id
FROM ea_hikashop_product_category
WHERE product_id IN (7161)
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_product_category | ref | product_id | product_id | 4 | const | 4 | 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:178 |
| 17 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/product.php:1134 |
| 16 | hikashopProductClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:260 |
| 15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:145 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/product/view.html.php:1306 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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: 0.09 ms Query memory: 0.026 MB Memory before query: 4.893 MB Rows returned: 5
SELECT hk_parent.*
FROM ea_hikashop_category AS hk_cat
LEFT JOIN ea_hikashop_category AS hk_parent
ON (hk_parent.category_left <= hk_cat.category_left
AND hk_parent.category_right >= hk_cat.category_right)
WHERE hk_cat.category_id IN (124,123,2)
GROUP BY hk_parent.category_id
ORDER BY hk_parent.category_left
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hk_cat | range | PRIMARY | PRIMARY | 4 | NULL | 3 | Using index condition; Using temporary; Using filesort |
| 1 | SIMPLE | hk_parent | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 244 | Using where; Using join buffer (flat, BNL join) |
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/administrator/components/com_hikashop/classes/category.php:725 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:265 |
| 15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:145 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/product/view.html.php:1306 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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: 0.17 ms Query memory: 0.026 MB Memory before query: 4.927 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(1,2,19,124,123)
AND falang_content.reference_table='hikashop_category'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | ref|filter | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | reference_table|reference_id | 302|4 | const | 6 (1%) | Using index condition; Using where; Using rowid filter |
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/administrator/components/com_hikashop/classes/category.php:725 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:265 |
| 15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:145 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/product/view.html.php:1306 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.45 ms After last query: 0.11 ms Query memory: 0.041 MB Memory before query: 4.939 MB Rows returned: 14
SELECT *
FROM ea_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_frontcomp` = 1
AND a.field_table='product'
AND (a.field_access = 'all' OR a.field_access LIKE '%,9,%')
AND ((((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,124,%' OR field_categories LIKE '%,123,%' OR field_categories LIKE '%,2,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,1,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,19,%' OR field_categories LIKE '%,124,%' OR field_categories LIKE '%,123,%')))
AND field_products="") OR (field_products LIKE '%,7161,%'))
ORDER BY a.`field_ordering` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where; Using filesort |
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:282 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:126 |
| 15 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:146 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/product/view.html.php:1306 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.68 ms After last query: 0.16 ms Query memory: 0.026 MB Memory before query: 4.982 MB Rows returned: 34
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(61,16,19,20,21,50,22,23,30,25,24,29,51,52)
AND falang_content.reference_table='hikashop_field'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | ref|filter | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | reference_table|reference_id | 302|4 | const | 199 (3%) | Using index condition; Using where; Using rowid filter |
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:277 |
| 19 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 18 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 17 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:126 |
| 15 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:146 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/product/view.html.php:1306 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.25 ms After last query: 0.35 ms Query memory: 0.025 MB Memory before query: 5.011 MB Rows returned: 0
SELECT *
FROM ea_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_frontcomp` = 1
AND a.field_table='item'
AND (a.field_access = 'all' OR a.field_access LIKE '%,9,%')
AND ((((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,124,%' OR field_categories LIKE '%,123,%' OR field_categories LIKE '%,2,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,1,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,19,%' OR field_categories LIKE '%,124,%' OR field_categories LIKE '%,123,%')))
AND field_products="") OR (field_products LIKE '%,7161,%'))
ORDER BY a.`field_ordering` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | Using where; Using filesort |
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:282 |
| 16 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:126 |
| 15 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:146 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/product/view.html.php:1310 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.41 ms After last query: 0.87 ms Query memory: 0.029 MB Memory before query: 5.028 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 7161
AND fc.language_id = 1
AND fc.reference_field = 'product_alias'
AND fc.published = 1
AND fc.reference_table = 'hikashop_product'
| 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 | reference_id | 4 | const | 1 | Using where |
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/plugins/system/falangdriver/falang_database.php:416 |
| 26 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 25 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 24 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 23 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 22 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 21 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 20 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 19 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_hikashop/helpers/helper.php:910 |
| 14 | hikashop_completeLink() | JROOT/components/com_hikashop/views/product/view.html.php:1433 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.34 ms After last query: 0.47 ms Query memory: 0.025 MB Memory before query: 5.035 MB Rows returned: 1
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769627911
AND (a.badge_end >= 1769627911 OR a.badge_end = 0)
AND a.badge_published = 1
AND (a.badge_quantity = '' OR a.badge_quantity = 1)
AND (badge_discount_id = '0' OR badge_discount_id = '')
AND (a.badge_access = 'all' OR a.badge_access LIKE '%,9,%')
AND ((badge_category_childs = 0
AND (badge_category_id = '0' OR badge_category_id = '' OR badge_category_id = '124' OR badge_category_id LIKE '%,124,%' OR badge_category_id = '123' OR badge_category_id LIKE '%,123,%' OR badge_category_id = '2' OR badge_category_id LIKE '%,2,%')) OR (badge_category_childs = 1
AND (badge_category_id='0' OR badge_category_id='' OR badge_category_id = '1' OR badge_category_id LIKE '%,1,%' OR badge_category_id = '2' OR badge_category_id LIKE '%,2,%' OR badge_category_id = '19' OR badge_category_id LIKE '%,19,%' OR badge_category_id = '124' OR badge_category_id LIKE '%,124,%' OR badge_category_id = '123' OR badge_category_id LIKE '%,123,%')))
ORDER BY a.badge_ordering ASC,a.badge_id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 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/badge.php:148 |
| 14 | hikashopBadgeClass->loadBadges() | JROOT/components/com_hikashop/views/product/view.html.php:1438 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.25 ms After last query: 0.36 ms Query memory: 0.025 MB Memory before query: 5.042 MB Rows returned: 3
SELECT b.*
FROM ea_hikashop_product_category AS a
LEFT JOIN ea_hikashop_category AS b
ON a.category_id = b.category_id
WHERE a.product_id = 7161
ORDER BY a.product_category_id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | product_id | product_id | 4 | const | 4 | Using where; Using filesort |
| 1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.category_id | 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/components/com_hikashop/views/product/view.html.php:1582 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.52 ms After last query: 0.15 ms Query memory: 0.025 MB Memory before query: 5.072 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(2,124,123)
AND falang_content.reference_table='hikashop_category'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | ref|filter | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | reference_table|reference_id | 302|4 | const | 6 (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 |
|---|
| 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:277 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 16 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 15 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 14 | JFalangDatabase->loadObjectList() | JROOT/components/com_hikashop/views/product/view.html.php:1582 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.72 ms After last query: 0.38 ms Query memory: 0.025 MB Memory before query: 5.084 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:1617 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.54 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 5.084 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:1617 |
| 13 | ProductViewProduct->show() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.73 ms After last query: 0.40 ms Query memory: 0.027 MB Memory before query: 5.108 MB Rows returned: 0
SELECT b.*, a.*, c.currency_symbol
FROM ea_hikashop_shipping AS a
LEFT JOIN ea_hikashop_shipping_price AS b
ON a.shipping_id = b.shipping_id
AND b.shipping_price_ref_id = 7161
INNER JOIN ea_hikashop_currency AS c
ON c.currency_id = a.shipping_currency_id
WHERE (a.shipping_params LIKE '%s:20:\"shipping_per_product\";s:1:\"1\"%' OR a.shipping_params LIKE '%s:20:\"shipping_per_product\";i:1%')
AND (b.shipping_price_ref_id IS NULL OR (b.shipping_price_ref_id = 7161
AND b.shipping_price_ref_type = 'product'))
ORDER BY a.shipping_id, b.shipping_price_min_quantity
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found |
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | Using where; Using filesort |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.a.shipping_currency_id | 1 | |
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/hikashop/shippingmanual_prices/shippingmanual_prices.php:37 |
| 18 | plgHikashopShippingmanual_prices->_getShippings() | JROOT/plugins/hikashop/shippingmanual_prices/shippingmanual_prices.php:251 |
| 17 | plgHikashopShippingmanual_prices->onHikaShopBeforeDisplayView() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 14 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2133 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.35 ms After last query: 0.29 ms Query memory: 0.026 MB Memory before query: 5.125 MB Rows returned: 1
SELECT *
FROM ea_extensions
WHERE folder='hikashop'
AND element='shippingmanual_prices'
AND type='plugin'
| 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 |
|---|
| 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/plugins/system/falangdriver/falang_database.php:416 |
| 19 | JFalangDatabase->loadObject() | JROOT/administrator/components/com_hikashop/classes/plugins.php:107 |
| 18 | hikashopPluginsClass->getByName() | JROOT/plugins/hikashop/shippingmanual_prices/shippingmanual_prices.php:255 |
| 17 | plgHikashopShippingmanual_prices->onHikaShopBeforeDisplayView() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 14 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2133 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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: 78.39 ms After last query: 2.02 ms Query memory: 0.030 MB Memory before query: 5.219 MB Rows returned: 1
SELECT *
FROM ea_extensions
WHERE folder='system'
AND element='hikashopsocial'
AND type='plugin'
| 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/administrator/components/com_hikashop/classes/plugins.php:107 |
| 24 | hikashopPluginsClass->getByName() | JROOT/templates/purity_iii/html/com_hikashop/product/show_block_social.php:12 |
| 23 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_block_social.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 21 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/show_default.php:152 |
| 20 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 18 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:80 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.45 ms After last query: 0.47 ms Query memory: 0.030 MB Memory before query: 5.234 MB Rows returned: 0
SELECT *
FROM ea_extensions
WHERE folder='content'
AND element='hikashopsocial'
AND type='plugin'
| 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/administrator/components/com_hikashop/classes/plugins.php:107 |
| 24 | hikashopPluginsClass->getByName() | JROOT/templates/purity_iii/html/com_hikashop/product/show_block_social.php:16 |
| 23 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_block_social.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 21 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/show_default.php:152 |
| 20 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 18 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:80 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.41 ms After last query: 5.05 ms Query memory: 0.033 MB Memory before query: 5.372 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 |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 37 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 36 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 35 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 34 | JFalangDatabase->loadObject() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:152 |
| 33 | Alledia\Framework\Joomla\Extension\Generic->getDataFromDatabase() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:122 |
| 32 | Alledia\Framework\Joomla\Extension\Generic->__construct() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Licensed.php:51 |
| 31 | Alledia\Framework\Joomla\Extension\Licensed->__construct() | JROOT/libraries/allediaframework/Framework/Factory.php:38 |
| 30 | Alledia\Framework\Factory::getExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:73 |
| 29 | Alledia\Framework\Joomla\Extension\AbstractPlugin->loadExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:44 |
| 28 | Alledia\Framework\Joomla\Extension\AbstractPlugin->init() | JROOT/plugins/content/osyoutube/library/BasePlugin.php:56 |
| 27 | Alledia\OSYouTube\BasePlugin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 26 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 25 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/cms/html/content.php:39 |
| 24 | JHtmlContent::prepare() | Same as call in the line below. |
| 23 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 22 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 21 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/purity_iii/html/com_hikashop/product/show_default.php:594 |
| 20 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 18 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:80 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.31 ms After last query: 5.50 ms Query memory: 0.030 MB Memory before query: 5.526 MB Rows returned: 0
SELECT cart.cart_id
FROM ea_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = 'e2a4094b880d3c9bcaaeec18b5e842d9')
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 |
|---|
| 32 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 31 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 29 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 28 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 27 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 26 | JFalangDatabase->loadResult() | JROOT/administrator/components/com_hikashop/classes/cart.php:68 |
| 25 | hikashopCartClass->getCurrentCartId() | JROOT/administrator/components/com_hikashop/classes/cart.php:91 |
| 24 | hikashopCartClass->get() | JROOT/administrator/components/com_hikashop/helpers/helper.php:447 |
| 23 | hikashop_getZone() | JROOT/components/com_hikashop/views/product/view.html.php:499 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.20 ms After last query: 0.27 ms Query memory: 0.028 MB Memory before query: 5.540 MB Rows returned: 1
SELECT category_id
FROM ea_hikashop_category
WHERE (category_access = 'all' OR category_access LIKE '%,9,%')
AND category_id IN ('2')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 26 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 24 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
| 23 | JFalangDatabase->loadColumn() | JROOT/components/com_hikashop/views/product/view.html.php:520 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.53 ms After last query: 0.20 ms Query memory: 0.029 MB Memory before query: 5.557 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(2)
AND falang_content.reference_table='hikashop_category'
| 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 | 1 | Using index condition; Using where |
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:277 |
| 27 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 26 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 25 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 24 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
| 23 | JFalangDatabase->loadColumn() | JROOT/components/com_hikashop/views/product/view.html.php:520 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.39 ms After last query: 0.52 ms Query memory: 0.029 MB Memory before query: 5.571 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 |
|---|
| 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:282 |
| 25 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/filter.php:293 |
| 24 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 23 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:543 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.26 ms After last query: 0.36 ms Query memory: 0.030 MB Memory before query: 5.613 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 |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 30 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 28 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 27 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 26 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 25 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/filter.php:293 |
| 24 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 23 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:543 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.67 ms After last query: 0.48 ms Query memory: 0.030 MB Memory before query: 5.637 MB Rows returned: 2
SELECT hk_parent.*
FROM ea_hikashop_category AS hk_cat
LEFT JOIN ea_hikashop_category AS hk_parent
ON (hk_parent.category_left <= hk_cat.category_left
AND hk_parent.category_right >= hk_cat.category_right)
WHERE hk_cat.category_id = 2
GROUP BY hk_parent.category_id
ORDER BY hk_parent.category_left
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hk_cat | const | PRIMARY | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
| 1 | SIMPLE | hk_parent | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 244 | 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/administrator/components/com_hikashop/classes/category.php:725 |
| 25 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/filter.php:313 |
| 24 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 23 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:543 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.80 ms After last query: 82.49 ms Query memory: 0.030 MB Memory before query: 5.660 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(1,2)
AND falang_content.reference_table='hikashop_category'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | ref|filter | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | reference_table|reference_id | 302|4 | const | 6 (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 |
|---|
| 32 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 31 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 29 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 28 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 27 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 26 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:725 |
| 25 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/filter.php:313 |
| 24 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 23 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:543 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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: 0.47 ms Query memory: 0.030 MB Memory before query: 5.653 MB Rows returned: 1
SELECT a.*,b.*
FROM ea_hikashop_category AS a
LEFT JOIN ea_hikashop_file AS b
ON a.category_id = b.file_ref_id
AND b.file_type = 'category'
WHERE a.category_id = 2
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | ref | file_type | file_type | 767 | const | 2 | 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:282 |
| 25 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 24 | JFalangDatabase->loadObject() | JROOT/administrator/components/com_hikashop/classes/category.php:35 |
| 23 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/product/view.html.php:546 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.39 ms After last query: 0.31 ms Query memory: 0.030 MB Memory before query: 5.670 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(2)
AND falang_content.reference_table='hikashop_category'
| 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 | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 30 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 28 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 27 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 26 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 25 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 24 | JFalangDatabase->loadObject() | JROOT/administrator/components/com_hikashop/classes/category.php:35 |
| 23 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/product/view.html.php:546 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.69 ms After last query: 0.31 ms Query memory: 0.063 MB Memory before query: 5.684 MB Rows returned: 0
SELECT DISTINCT b.*
FROM ea_hikashop_product_related AS a
LEFT JOIN ea_hikashop_product AS b
ON a.product_related_id=b.product_id
WHERE (b.product_published = 1)
AND (a.product_related_type='related')
AND (a.product_id=7161)
AND (b.product_type = 'main')
AND ((b.product_access = 'all' OR b.product_access LIKE '%,9,%'))
ORDER BY a.product_related_ordering ASC
LIMIT 0, 12
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index condition; Using where; Using temporary; Using filesort |
| 1 | SIMPLE | b | eq_ref | PRIMARY,product_main_index | PRIMARY | 4 | eliteairsoft_staging.a.product_related_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/components/com_hikashop/views/product/view.html.php:800 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.52 ms After last query: 0.49 ms Query memory: 0.029 MB Memory before query: 5.745 MB Rows returned: 1
SELECT COUNT( DISTINCT b.product_id )
FROM ea_hikashop_product_related AS a
LEFT JOIN ea_hikashop_product AS b
ON a.product_related_id=b.product_id
WHERE (b.product_published = 1)
AND (a.product_related_type='related')
AND (a.product_id=7161)
AND (b.product_type = 'main')
AND ((b.product_access = 'all' OR b.product_access LIKE '%,9,%'))
ORDER BY a.product_related_ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index condition |
| 1 | SIMPLE | b | eq_ref | PRIMARY,product_main_index | PRIMARY | 4 | eliteairsoft_staging.a.product_related_id | 1 | 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/plugins/system/falangdriver/falang_database.php:351 |
| 24 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 23 | JFalangDatabase->loadResult() | JROOT/components/com_hikashop/views/product/view.html.php:845 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.36 ms After last query: 2.43 ms Query memory: 0.035 MB Memory before query: 5.704 MB Rows returned: 0
SELECT cart.cart_id
FROM ea_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = 'e2a4094b880d3c9bcaaeec18b5e842d9')
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 |
|---|
| 32 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 31 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 29 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 28 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 27 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 26 | JFalangDatabase->loadResult() | JROOT/administrator/components/com_hikashop/classes/cart.php:68 |
| 25 | hikashopCartClass->getCurrentCartId() | JROOT/administrator/components/com_hikashop/classes/cart.php:91 |
| 24 | hikashopCartClass->get() | JROOT/administrator/components/com_hikashop/helpers/helper.php:447 |
| 23 | hikashop_getZone() | JROOT/components/com_hikashop/views/product/view.html.php:499 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.25 ms After last query: 0.22 ms Query memory: 0.029 MB Memory before query: 5.722 MB Rows returned: 0
SELECT category_id
FROM ea_hikashop_category
WHERE category_type='product'
AND category_parent_id=0
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_category | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 244 | 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/plugins/system/falangdriver/falang_database.php:351 |
| 24 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 23 | JFalangDatabase->loadResult() | JROOT/components/com_hikashop/views/product/view.html.php:527 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.28 ms After last query: 0.17 ms Query memory: 0.029 MB Memory before query: 5.740 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 |
|---|
| 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:282 |
| 25 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/filter.php:293 |
| 24 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 23 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:543 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.32 ms After last query: 0.21 ms Query memory: 0.030 MB Memory before query: 5.782 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 |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 30 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 28 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 27 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 26 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 25 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/filter.php:293 |
| 24 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:139 |
| 23 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:543 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.38 ms After last query: 0.44 ms Query memory: 0.063 MB Memory before query: 5.806 MB Rows returned: 0
SELECT DISTINCT b.*
FROM ea_hikashop_product AS b
WHERE (b.product_published = 1)
AND (b.product_id=0)
AND (b.product_type = 'main')
AND ((b.product_access = 'all' OR b.product_access LIKE '%,9,%'))
ORDER BY b.product_id ASC
LIMIT 0, 8
| 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 |
|---|
| 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/components/com_hikashop/views/product/view.html.php:800 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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.13 ms After last query: 0.33 ms Query memory: 0.029 MB Memory before query: 5.871 MB Rows returned: 1
SELECT COUNT( DISTINCT b.product_id )
FROM ea_hikashop_product AS b
WHERE (b.product_published = 1)
AND (b.product_id=0)
AND (b.product_type = 'main')
AND ((b.product_access = 'all' OR b.product_access LIKE '%,9,%'))
ORDER BY b.product_id ASC
| 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 |
|---|
| 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/plugins/system/falangdriver/falang_database.php:351 |
| 24 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 23 | JFalangDatabase->loadResult() | JROOT/components/com_hikashop/views/product/view.html.php:845 |
| 22 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
| 21 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:756 |
| 20 | hikashop_getLayout() | JROOT/modules/mod_hikashop/mod_hikashop.php:73 |
| 19 | include JROOT/modules/mod_hikashop/mod_hikashop.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/purity_iii/html/com_hikashop/product/show.php:391 |
| 17 | include JROOT/templates/purity_iii/html/com_hikashop/product/show.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1907 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1648 |
| 9 | hikashopController->show() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1885 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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: 86.44 ms After last query: 1.13 ms Query memory: 0.021 MB Memory before query: 5.642 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: 0.74 ms After last query: 0.54 ms Query memory: 0.022 MB Memory before query: 5.652 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: 0.38 ms After last query: 0.54 ms Query memory: 0.026 MB Memory before query: 5.660 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 7161
AND fc.language_id = 1
AND fc.reference_field = 'product_alias'
AND fc.published = 1
AND fc.reference_table = 'hikashop_product'
| 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 | 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:282 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 19 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 18 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 17 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 16 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 14 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 13 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 12 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 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.45 ms After last query: 2.24 ms Query memory: 0.497 MB Memory before query: 5.755 MB Rows returned: 121
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-28 19:18:31')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-01-28 19:18:31')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 585 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: 3.12 ms After last query: 0.82 ms Query memory: 0.028 MB Memory before query: 6.530 MB Rows returned: 16
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,176,163,17,171,217,215,216,35,146,126,183,212,182,148,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 | 51 | 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.34 ms After last query: 8.88 ms Query memory: 0.025 MB Memory before query: 6.163 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.30 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 6.176 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.12 ms After last query: 0.32 ms Query memory: 0.025 MB Memory before query: 6.186 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.24 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 6.198 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.11 ms After last query: 0.24 ms Query memory: 0.025 MB Memory before query: 6.218 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.23 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 6.231 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.15 ms After last query: 0.22 ms Query memory: 0.025 MB Memory before query: 6.243 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.09 ms Query memory: 0.026 MB Memory before query: 6.255 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.14 ms After last query: 0.22 ms Query memory: 0.025 MB Memory before query: 6.264 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.32 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 6.278 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.19 ms After last query: 0.23 ms Query memory: 0.025 MB Memory before query: 6.289 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.76 ms After last query: 0.31 ms Query memory: 0.026 MB Memory before query: 6.301 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.30 ms After last query: 0.45 ms Query memory: 0.025 MB Memory before query: 6.310 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.36 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 6.323 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: 74.43 ms After last query: 0.22 ms Query memory: 0.025 MB Memory before query: 6.331 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.58 ms After last query: 0.70 ms Query memory: 0.026 MB Memory before query: 6.343 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.19 ms After last query: 0.57 ms Query memory: 0.025 MB Memory before query: 6.356 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.35 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 6.368 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.18 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 6.377 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.33 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 6.389 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.15 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 6.398 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.40 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 6.410 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.16 ms After last query: 0.20 ms Query memory: 0.025 MB Memory before query: 6.423 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.35 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 6.435 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.18 ms After last query: 0.17 ms Query memory: 0.025 MB Memory before query: 6.444 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.31 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 6.456 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.15 ms After last query: 0.21 ms Query memory: 0.025 MB Memory before query: 6.465 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.31 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 6.477 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.16 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 6.486 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.34 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 6.498 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.32 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 6.511 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.51 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 6.522 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.17 ms After last query: 0.17 ms Query memory: 0.025 MB Memory before query: 6.532 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.40 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 6.543 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.18 ms After last query: 0.18 ms Query memory: 0.025 MB Memory before query: 6.553 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.39 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 6.566 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.16 ms After last query: 0.16 ms Query memory: 0.025 MB Memory before query: 6.577 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.34 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 6.590 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.16 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 6.598 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.35 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 6.610 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.18 ms After last query: 0.15 ms Query memory: 0.025 MB Memory before query: 6.619 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.37 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 6.631 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: 2.27 ms Query memory: 0.027 MB Memory before query: 6.934 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 |