Query Time: 0.34 ms Query memory: 0.026 MB Memory before query: 1.790 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: 1.38 ms After last query: 0.38 ms Query memory: 0.006 MB Memory before query: 1.785 MB
UPDATE `ea_extensions`
SET `params` = '{\"mediaversion\":\"e55208b719a9f32e555f2185be3a0aa0\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `ea_extensions`
SET `params` = '{\"mediaversion\":\"e55208b719a9f32e555f2185be3a0aa0\"}'
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.80 ms After last query: 1.01 ms Query memory: 0.358 MB Memory before query: 1.820 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.18 ms After last query: 1.14 ms Query memory: 0.029 MB Memory before query: 2.336 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.43 ms After last query: 0.19 ms Query memory: 0.028 MB Memory before query: 2.352 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.62 ms After last query: 0.82 ms Query memory: 0.031 MB Memory before query: 2.369 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: 0.81 ms After last query: 1.70 ms Query memory: 0.028 MB Memory before query: 2.423 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.80 ms After last query: 86.48 ms Query memory: 0.357 MB Memory before query: 2.925 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.63 ms After last query: 1.83 ms Query memory: 0.151 MB Memory before query: 3.454 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.81 ms After last query: 100.99 ms Query memory: 0.395 MB Memory before query: 3.315 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 |
|---|
| 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/config.php:16 |
| 14 | hikashopConfigClass->load() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1071 |
| 13 | hikashop_config() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2774 |
| 12 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/components/com_hikashop/router.php:153 |
| 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.60 ms After last query: 0.99 ms Query memory: 0.025 MB Memory before query: 3.982 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.15 ms After last query: 0.12 ms Query memory: 0.024 MB Memory before query: 3.992 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.64 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 4.002 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 = '
set-de-arcuri-mp5-v2-cyma'
| 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: 6.72 ms After last query: 0.31 ms Query memory: 0.024 MB Memory before query: 4.010 MB Rows returned: 1
SELECT product_id
FROM ea_hikashop_product
WHERE product_alias = '
set-de-arcuri-mp5-v2-cyma'
| 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.65 ms After last query: 0.28 ms Query memory: 0.025 MB Memory before query: 4.023 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(5197)
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.37 ms After last query: 0.42 ms Query memory: 0.022 MB Memory before query: 4.032 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.71 ms After last query: 77.06 ms Query memory: 0.060 MB Memory before query: 4.226 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 = 5197)
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 | 2 | |
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.58 ms After last query: 0.59 ms Query memory: 0.025 MB Memory before query: 4.307 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(5197)
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.33 ms After last query: 0.36 ms Query memory: 0.024 MB Memory before query: 4.317 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.44 ms After last query: 0.25 ms Query memory: 0.025 MB Memory before query: 4.288 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: 0.33 ms After last query: 1.01 ms Query memory: 0.026 MB Memory before query: 4.313 MB Rows returned: 1
SELECT cart.cart_id
FROM ea_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = '3ea3868d3697a302e3b080daa286b568')
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.18 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 4.313 MB Rows returned: 1
SELECT *
FROM ea_hikashop_cart
WHERE cart_id = '4667121'
LIMIT 0, 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_cart | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 20 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 18 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 17 | JFalangDatabase->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2069 |
| 16 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/cart.php:98 |
| 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.48 ms After last query: 0.31 ms Query memory: 0.025 MB Memory before query: 4.326 MB Rows returned: 8
SELECT cart_product.*, product.product_type, product.product_parent_id
FROM ea_hikashop_cart_product AS cart_product
LEFT JOIN ea_hikashop_product AS product
ON cart_product.product_id = product.product_id
WHERE (cart_product.cart_id = 4667121)
AND ((product.product_access = 'all' OR product.product_access LIKE '%,9,%'))
ORDER BY cart_product.cart_product_modified ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | cart_product | ref | cart_id | cart_id | 4 | const | 24 | Using where; Using filesort |
| 1 | SIMPLE | product | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.cart_product.product_id | 1 | 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/administrator/components/com_hikashop/classes/cart.php:149 |
| 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: 1.47 ms After last query: 0.20 ms Query memory: 0.026 MB Memory before query: 4.347 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(7341,2270,6583,2941,3540,3112,5017,5845)
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|filter | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | reference_table|reference_id | 302|4 | const | 75 (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 |
|---|
| 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/cart.php:149 |
| 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.20 ms After last query: 0.21 ms Query memory: 0.025 MB Memory before query: 4.354 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: 0.30 ms After last query: 2.82 ms Query memory: 0.007 MB Memory before query: 4.476 MB
UPDATE ea_hikashop_product
SET product_hit = product_hit + 1, product_last_seen_date = 1769629001
WHERE product_id = 5197
EXPLAIN not possible on query: UPDATE ea_hikashop_product SET product_hit = product_hit + 1, product_last_seen_date = 1769629001 WHERE product_id = 5197
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.48 ms After last query: 0.17 ms Query memory: 0.059 MB Memory before query: 4.484 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 = 5197)
AND (pr.product_related_type = 'options')
AND (p.product_published = 1)
AND ((p.product_sale_start = '' OR p.product_sale_start <= 1769629001))
AND ((p.product_sale_end = '' OR p.product_sale_end > 1769629001))
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.38 ms After last query: 0.39 ms Query memory: 0.059 MB Memory before query: 4.553 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 = 5197
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: 0.31 ms After last query: 0.38 ms Query memory: 0.059 MB Memory before query: 4.561 MB Rows returned: 0
SELECT *
FROM ea_hikashop_product
WHERE (product_parent_id IN (5197))
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.59 ms After last query: 0.40 ms Query memory: 0.024 MB Memory before query: 4.571 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 (5197)
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: 4.11 ms After last query: 0.20 ms Query memory: 0.024 MB Memory before query: 4.523 MB Rows returned: 1
SELECT *
FROM ea_hikashop_file
WHERE file_ref_id IN (5197)
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: 78.53 ms After last query: 0.37 ms Query memory: 0.025 MB Memory before query: 4.528 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.63 ms After last query: 0.45 ms Query memory: 0.026 MB Memory before query: 4.547 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 < 1769629001)
AND ((p.price_end_date < 1 OR p.price_end_date > 1769629001))
AND (p.price_product_id IN (5197))
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.44 ms After last query: 0.59 ms Query memory: 0.026 MB Memory before query: 4.562 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 <= 1769629001
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1769629001)
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.21 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 4.574 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.41 ms After last query: 0.40 ms Query memory: 0.026 MB Memory before query: 4.591 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 < 1769629001)
AND (discount_end > 1769629001 OR discount_end = 0)
AND (discount_product_id IN ('','0','5197') OR discount_product_id LIKE '%,5197,%')
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.18 ms After last query: 0.25 ms Query memory: 0.025 MB Memory before query: 4.623 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.38 ms After last query: 0.69 ms Query memory: 0.025 MB Memory before query: 4.638 MB Rows returned: 2
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 = 5197)
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 | 2 | 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.43 ms After last query: 0.39 ms Query memory: 0.026 MB Memory before query: 4.652 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(31,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.16 ms After last query: 0.40 ms Query memory: 0.025 MB Memory before query: 4.638 MB Rows returned: 2
SELECT category_id
FROM ea_hikashop_product_category
WHERE product_id IN (5197)
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 | 2 | 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.85 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 4.647 MB Rows returned: 4
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 (31,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 | 2 | 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.54 ms After last query: 0.28 ms Query memory: 0.026 MB Memory before query: 4.679 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,23,31)
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.36 ms After last query: 0.17 ms Query memory: 0.025 MB Memory before query: 4.691 MB Rows returned: 1
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 '%,31,%' 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 '%,23,%' OR field_categories LIKE '%,31,%')))
AND field_products="") OR (field_products LIKE '%,5197,%'))
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: 0.40 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 4.703 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(67)
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 | 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 |
|---|
| 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.27 ms After last query: 0.17 ms Query memory: 0.025 MB Memory before query: 4.718 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 '%,31,%' 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 '%,23,%' OR field_categories LIKE '%,31,%')))
AND field_products="") OR (field_products LIKE '%,5197,%'))
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.54 ms After last query: 1.22 ms Query memory: 0.029 MB Memory before query: 4.728 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 5197
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.44 ms Query memory: 0.025 MB Memory before query: 4.742 MB Rows returned: 0
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769629001
AND (a.badge_end >= 1769629001 OR a.badge_end = 0)
AND a.badge_published = 1
AND (a.badge_quantity = '' OR a.badge_quantity = 3)
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 = '46' OR badge_category_id LIKE '%,46,%' OR badge_category_id = '31' OR badge_category_id LIKE '%,31,%' 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 = '23' OR badge_category_id LIKE '%,23,%' OR badge_category_id = '31' OR badge_category_id LIKE '%,31,%')))
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.40 ms Query memory: 0.025 MB Memory before query: 4.747 MB Rows returned: 2
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 = 5197
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 | 2 | 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.38 ms After last query: 0.25 ms Query memory: 0.025 MB Memory before query: 4.774 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,31)
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.74 ms After last query: 0.63 ms Query memory: 0.025 MB Memory before query: 4.786 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.52 ms After last query: 0.17 ms Query memory: 0.027 MB Memory before query: 4.786 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.37 ms After last query: 0.50 ms Query memory: 0.027 MB Memory before query: 4.810 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 = 5197
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 = 5197
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.23 ms After last query: 0.28 ms Query memory: 0.026 MB Memory before query: 4.827 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: 0.34 ms After last query: 84.87 ms Query memory: 0.030 MB Memory before query: 4.921 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.20 ms After last query: 0.18 ms Query memory: 0.030 MB Memory before query: 4.936 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.24 ms After last query: 0.98 ms Query memory: 0.031 MB Memory before query: 4.954 MB Rows returned: 1
SELECT *
FROM ea_hikashop_category
WHERE category_id = '46'
LIMIT 0, 1
| 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 |
|---|
| 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/administrator/components/com_hikashop/helpers/helper.php:2069 |
| 25 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:38 |
| 24 | hikashopCategoryClass->get() | JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.php:66 |
| 23 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.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:320 |
| 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.31 ms Query memory: 0.032 MB Memory before query: 4.986 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(46)
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 |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 29 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 28 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 27 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 26 | JFalangDatabase->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2069 |
| 25 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:38 |
| 24 | hikashopCategoryClass->get() | JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.php:66 |
| 23 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.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:320 |
| 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.82 ms After last query: 0.15 ms Query memory: 0.029 MB Memory before query: 5.003 MB Rows returned: 0
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=category&layout=listing'
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 |
|---|
| 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:178 |
| 25 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 24 | hikashopMenusClass->loadAMenuItemId() | JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.php:69 |
| 23 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.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:320 |
| 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.80 ms After last query: 0.18 ms Query memory: 0.032 MB Memory before query: 5.005 MB Rows returned: 168
SELECT a.id
FROM ea_menu AS a
INNER JOIN `ea_menu_types` as b
on a.menutype = b.menutype
WHERE a.type='component'
AND a.published=1
AND b.title IS NOT NULL
AND a.access IN (1,1,5)
AND a.client_id=0
AND a.link LIKE 'index.php?option=com_hikashop&view=%'
AND a.language IN ('*', '', 'en-GB')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
| 1 | SIMPLE | a | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_menutype | 98 | eliteairsoft_staging.b.menutype | 12 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 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:178 |
| 25 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 24 | hikashopMenusClass->loadAMenuItemId() | JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.php:71 |
| 23 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.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:320 |
| 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: 92.94 ms After last query: 0.82 ms Query memory: 0.136 MB Memory before query: 5.117 MB Rows returned: 764
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(715,748,749,886,535,536,547,548,549,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,826,827,830,831,832,833,834,862,888,889,925,928,534,558,703,824,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,764,861,900,901,902,903,904,905,906,907,921,922,651,923,926)
AND falang_content.reference_table='menu'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 581 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 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/plugins/system/falangdriver/falang_database.php:178 |
| 25 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 24 | hikashopMenusClass->loadAMenuItemId() | JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.php:71 |
| 23 | include JROOT/templates/purity_iii/html/com_hikashop/product/show_block_dimensions.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:320 |
| 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: 10.71 ms Query memory: 0.033 MB Memory before query: 5.103 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.29 ms After last query: 3.23 ms Query memory: 0.028 MB Memory before query: 5.314 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.34 ms After last query: 0.16 ms Query memory: 0.029 MB Memory before query: 5.331 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.24 ms After last query: 0.25 ms Query memory: 0.029 MB Memory before query: 5.345 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: 0.93 ms After last query: 0.14 ms Query memory: 0.036 MB Memory before query: 5.396 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: 1.20 ms After last query: 0.21 ms Query memory: 0.030 MB Memory before query: 5.426 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: 82.91 ms After last query: 0.11 ms Query memory: 0.030 MB Memory before query: 5.449 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.56 ms After last query: 0.35 ms Query memory: 0.030 MB Memory before query: 5.442 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.38 ms After last query: 0.28 ms Query memory: 0.030 MB Memory before query: 5.459 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: 2.04 ms After last query: 0.41 ms Query memory: 0.063 MB Memory before query: 5.473 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=5197)
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.53 ms After last query: 0.34 ms Query memory: 0.029 MB Memory before query: 5.534 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=5197)
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.31 ms After last query: 2.45 ms Query memory: 0.029 MB Memory before query: 5.483 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.30 ms After last query: 0.28 ms Query memory: 0.029 MB Memory before query: 5.501 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.48 ms After last query: 0.23 ms Query memory: 0.030 MB Memory before query: 5.543 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.78 ms After last query: 0.40 ms Query memory: 0.078 MB Memory before query: 5.567 MB Rows returned: 8
SELECT DISTINCT b.*
FROM ea_hikashop_product AS b
WHERE (b.product_published = 1)
AND (b.product_id IN (6887,6145,7030,6882,3833,3828,3184,3277))
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 | b | range | PRIMARY,product_main_index | PRIMARY | 4 | NULL | 8 | Using index condition; 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: 1.04 ms After last query: 0.39 ms Query memory: 0.029 MB Memory before query: 5.709 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(3184,3277,3828,3833,6145,6882,6887,7030)
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|filter | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | reference_table|reference_id | 302|4 | const | 75 (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 |
|---|
| 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:277 |
| 26 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 25 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 24 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 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: 5.74 ms After last query: 0.26 ms Query memory: 0.029 MB Memory before query: 5.724 MB Rows returned: 22
SELECT *
FROM ea_hikashop_file
WHERE file_ref_id IN (3184,3277,3828,3833,6145,6882,6887,7030)
AND file_type IN ('product','file')
ORDER BY file_ref_id ASC, 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 |
|---|
| 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/administrator/components/com_hikashop/classes/product.php:1721 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.24 ms After last query: 0.44 ms Query memory: 0.028 MB Memory before query: 5.703 MB Rows returned: 0
SELECT variant_product_id
FROM ea_hikashop_variant
WHERE variant_product_id IN (3184,3277,3828,3833,6145,6882,6887,7030)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_variant | range | variant_product_id | variant_product_id | 4 | NULL | 8 | Using where; Using index |
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/administrator/components/com_hikashop/classes/product.php:1742 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.48 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 5.716 MB Rows returned: 0
SELECT product_id
FROM ea_hikashop_product_related
WHERE product_related_type = 'options'
AND product_id IN (3184,3277,3828,3833,6145,6882,6887,7030)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_product_related | range | PRIMARY | PRIMARY | 4 | NULL | 8 | Using where; Using index |
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/administrator/components/com_hikashop/classes/product.php:1758 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.43 ms After last query: 0.18 ms Query memory: 0.029 MB Memory before query: 5.731 MB Rows returned: 0
SELECT product_parent_id, product_id
FROM ea_hikashop_product
WHERE product_parent_id IN ('3184','3277','3828','3833','6145','6882','6887','7030')
AND product_published = 1
AND product_type = 'variant'
AND product_sale_start < 1769629002
AND (product_sale_end > 1769629002 OR product_sale_end = 0)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_product | range | product_parent_id,product_main_index | product_parent_id | 4 | NULL | 8 | 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:282 |
| 27 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:948 |
| 26 | hikashopCurrencyClass->_loadProductVariants() | JROOT/administrator/components/com_hikashop/classes/currency.php:509 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.24 ms Query memory: 0.030 MB Memory before query: 5.752 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 < 1769629002
AND (discount_end > 1769629002 OR discount_end = 0)
AND ( (discount_product_id IN ('','0','3184','3277','3828','3833','6145','6882','6887','7030')) OR (discount_product_id LIKE '%,3184,%') OR (discount_product_id LIKE '%,3277,%') OR (discount_product_id LIKE '%,3828,%') OR (discount_product_id LIKE '%,3833,%') OR (discount_product_id LIKE '%,6145,%') OR (discount_product_id LIKE '%,6882,%') OR (discount_product_id LIKE '%,6887,%') OR (discount_product_id LIKE '%,7030,%') )
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 |
|---|
| 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/currency.php:551 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.42 ms After last query: 0.20 ms Query memory: 0.029 MB Memory before query: 5.785 MB Rows returned: 8
SELECT a.*,
CASE WHEN price_site_id = 0 OR price_site_id = '[unselected]' THEN '' ELSE price_site_id END AS price_site_id
FROM ea_hikashop_price AS a
WHERE a.price_product_id IN (3184,3277,3828,3833,6145,6882,6887,7030)
AND a.price_currency_id IN (1,72,127)
AND a.price_start_date < 1769629002
AND (a.price_end_date < 1 OR a.price_end_date > 1769629002)
AND (a.price_access = 'all' OR a.price_access LIKE '%,9,%' OR ISNULL(a.price_access))
AND (a.price_users = '' OR a.price_users LIKE '%,0,%')
ORDER BY a.price_site_id ASC, a.price_value DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | range | price_product_id | price_product_id | 4 | NULL | 8 | Using index condition; Using where; Using filesort |
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/currency.php:577 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.19 ms After last query: 0.30 ms Query memory: 0.029 MB Memory before query: 5.826 MB Rows returned: 2
SELECT *
FROM ea_hikashop_currency
WHERE currency_id IN (1,127)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | ea_hikashop_currency | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using index condition |
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/currency.php:916 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.27 ms After last query: 0.17 ms Query memory: 0.032 MB Memory before query: 5.845 MB Rows returned: 2
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 = 3184)
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 | 2 | 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 |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.90 ms After last query: 76.32 ms Query memory: 0.033 MB Memory before query: 5.866 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(33,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 |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 35 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 33 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 32 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 31 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.35 ms After last query: 0.40 ms Query memory: 0.032 MB Memory before query: 5.886 MB Rows returned: 2
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 = 3277)
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 | 2 | 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 |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.17 ms Query memory: 0.033 MB Memory before query: 5.905 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(246,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 | 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 |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 35 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 33 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 32 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 31 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.30 ms After last query: 0.27 ms Query memory: 0.032 MB Memory before query: 5.921 MB Rows returned: 4
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 = 3828)
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 |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.28 ms Query memory: 0.033 MB Memory before query: 5.940 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,27,57,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 (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 |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 35 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 33 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 32 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 31 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.23 ms After last query: 0.21 ms Query memory: 0.032 MB Memory before query: 5.957 MB Rows returned: 2
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 = 3833)
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 | 2 | 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 |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.13 ms Query memory: 0.033 MB Memory before query: 5.975 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(223,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 | 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 |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 35 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 33 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 32 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 31 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.22 ms Query memory: 0.032 MB Memory before query: 5.991 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 = 6145)
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 |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.51 ms After last query: 0.32 ms Query memory: 0.033 MB Memory before query: 6.010 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(257,123,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 |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 35 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 33 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 32 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 31 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.23 ms After last query: 0.30 ms Query memory: 0.032 MB Memory before query: 6.026 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 = 6882)
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 |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.66 ms After last query: 0.15 ms Query memory: 0.033 MB Memory before query: 6.045 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,57,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 |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 35 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 33 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 32 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 31 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.24 ms After last query: 0.15 ms Query memory: 0.032 MB Memory before query: 6.061 MB Rows returned: 4
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 = 6887)
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 | 5 | 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 |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.59 ms After last query: 0.20 ms Query memory: 0.033 MB Memory before query: 6.080 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,279,249,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 |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 35 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 33 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 32 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 31 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.20 ms Query memory: 0.032 MB Memory before query: 6.097 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 = 7030)
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 |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.47 ms After last query: 0.14 ms Query memory: 0.033 MB Memory before query: 6.116 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,37,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 |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 35 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 33 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 32 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 31 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1457 |
| 29 | hikashopCurrencyClass->_getCategories() | JROOT/administrator/components/com_hikashop/classes/currency.php:1154 |
| 28 | hikashopCurrencyClass->selectDiscount() | JROOT/administrator/components/com_hikashop/classes/currency.php:2036 |
| 27 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:2030 |
| 26 | hikashopCurrencyClass->addDiscountToPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:926 |
| 25 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
| 24 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:1773 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.54 ms After last query: 0.12 ms Query memory: 0.029 MB Memory before query: 6.094 MB Rows returned: 23
SELECT c.*, pc.*
FROM ea_hikashop_category AS c
LEFT JOIN ea_hikashop_product_category AS pc
ON c.category_id = pc.category_id
WHERE pc.product_id IN (3184,3277,3828,3833,6145,6882,6887,7030);
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pc | range | category_id,product_id | product_id | 4 | NULL | 27 | Using index condition |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | eliteairsoft_staging.pc.category_id | 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/administrator/components/com_hikashop/classes/product.php:1808 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.56 ms After last query: 0.21 ms Query memory: 0.029 MB Memory before query: 6.163 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(33,2,246,123,27,57,223,257,279,249,37)
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 |
|---|
| 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/administrator/components/com_hikashop/classes/product.php:1808 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.98 ms After last query: 0.32 ms Query memory: 0.030 MB Memory before query: 6.184 MB Rows returned: 4
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 (33,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 | 2 | 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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.38 ms Query memory: 0.030 MB Memory before query: 6.207 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,23,33)
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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.32 ms After last query: 0.16 ms Query memory: 0.029 MB Memory before query: 6.224 MB Rows returned: 0
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769629002
AND (a.badge_end >= 1769629002 OR a.badge_end = 0)
AND a.badge_published = 1
AND (a.badge_quantity = '' OR a.badge_quantity = 5)
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 = '111' OR badge_category_id LIKE '%,111,%' OR badge_category_id = '33' OR badge_category_id LIKE '%,33,%' 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 = '23' OR badge_category_id LIKE '%,23,%' OR badge_category_id = '33' OR badge_category_id LIKE '%,33,%')))
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 |
|---|
| 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/badge.php:148 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.26 ms Query memory: 0.030 MB Memory before query: 6.221 MB Rows returned: 4
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 (246,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 | 2 | 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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.27 ms Query memory: 0.030 MB Memory before query: 6.257 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,103,246)
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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.31 ms After last query: 0.12 ms Query memory: 0.029 MB Memory before query: 6.274 MB Rows returned: 0
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769629002
AND (a.badge_end >= 1769629002 OR a.badge_end = 0)
AND a.badge_published = 1
AND (a.badge_quantity = '' OR a.badge_quantity = 2)
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 = '195' OR badge_category_id LIKE '%,195,%' OR badge_category_id = '246' OR badge_category_id LIKE '%,246,%' 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 = '103' OR badge_category_id LIKE '%,103,%' OR badge_category_id = '246' OR badge_category_id LIKE '%,246,%')))
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 |
|---|
| 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/badge.php:148 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.75 ms After last query: 0.16 ms Query memory: 0.030 MB Memory before query: 6.271 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 (123,27,57,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 | 4 | 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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.66 ms After last query: 0.15 ms Query memory: 0.030 MB Memory before query: 6.309 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,27,57,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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.72 ms After last query: 0.36 ms Query memory: 0.029 MB Memory before query: 6.326 MB Rows returned: 1
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769629002
AND (a.badge_end >= 1769629002 OR a.badge_end = 0)
AND a.badge_published = 1
AND (a.badge_quantity = '' OR a.badge_quantity = 2)
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 = '299' OR badge_category_id LIKE '%,299,%' OR badge_category_id = '123' OR badge_category_id LIKE '%,123,%' OR badge_category_id = '27' OR badge_category_id LIKE '%,27,%' OR badge_category_id = '57' OR badge_category_id LIKE '%,57,%' 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 = '27' OR badge_category_id LIKE '%,27,%' OR badge_category_id = '57' OR badge_category_id LIKE '%,57,%' 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 |
|---|
| 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/badge.php:148 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.02 ms After last query: 0.33 ms Query memory: 0.030 MB Memory before query: 6.326 MB Rows returned: 4
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 (223,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 | 2 | 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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.63 ms After last query: 0.24 ms Query memory: 0.030 MB Memory before query: 6.362 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,27,223)
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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.45 ms After last query: 0.11 ms Query memory: 0.029 MB Memory before query: 6.379 MB Rows returned: 0
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769629002
AND (a.badge_end >= 1769629002 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 = '223' OR badge_category_id LIKE '%,223,%' 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 = '27' OR badge_category_id LIKE '%,27,%' OR badge_category_id = '223' OR badge_category_id LIKE '%,223,%')))
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 |
|---|
| 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/badge.php:148 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.42 ms Query memory: 0.030 MB Memory before query: 6.376 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 (257,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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.26 ms Query memory: 0.030 MB Memory before query: 6.414 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,20,257,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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.33 ms After last query: 0.13 ms Query memory: 0.029 MB Memory before query: 6.431 MB Rows returned: 1
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769629002
AND (a.badge_end >= 1769629002 OR a.badge_end = 0)
AND a.badge_published = 1
AND (a.badge_quantity = '' OR a.badge_quantity = 2)
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 = '257' OR badge_category_id LIKE '%,257,%' 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 = '20' OR badge_category_id LIKE '%,20,%' OR badge_category_id = '257' OR badge_category_id LIKE '%,257,%' 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 |
|---|
| 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/badge.php:148 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.88 ms After last query: 0.17 ms Query memory: 0.030 MB Memory before query: 6.431 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 (123,57,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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.63 ms After last query: 0.16 ms Query memory: 0.030 MB Memory before query: 6.469 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,27,57,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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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: 72.84 ms After last query: 0.12 ms Query memory: 0.029 MB Memory before query: 6.486 MB Rows returned: 1
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769629002
AND (a.badge_end >= 1769629002 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 = '123' OR badge_category_id LIKE '%,123,%' OR badge_category_id = '57' OR badge_category_id LIKE '%,57,%' 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 = '27' OR badge_category_id LIKE '%,27,%' OR badge_category_id = '57' OR badge_category_id LIKE '%,57,%' 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 |
|---|
| 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/badge.php:148 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.07 ms After last query: 0.38 ms Query memory: 0.030 MB Memory before query: 6.486 MB Rows returned: 6
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 (123,279,249,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 | 4 | 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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.72 ms After last query: 0.28 ms Query memory: 0.030 MB Memory before query: 6.526 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,103,249,279,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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.35 ms After last query: 0.19 ms Query memory: 0.029 MB Memory before query: 6.544 MB Rows returned: 1
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769629002
AND (a.badge_end >= 1769629002 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 = '123' OR badge_category_id LIKE '%,123,%' OR badge_category_id = '279' OR badge_category_id LIKE '%,279,%' OR badge_category_id = '249' OR badge_category_id LIKE '%,249,%' 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 = '103' OR badge_category_id LIKE '%,103,%' OR badge_category_id = '249' OR badge_category_id LIKE '%,249,%' OR badge_category_id = '279' OR badge_category_id LIKE '%,279,%' 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 |
|---|
| 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/badge.php:148 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.63 ms After last query: 0.24 ms Query memory: 0.030 MB Memory before query: 6.543 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 (123,37,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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.64 ms After last query: 0.19 ms Query memory: 0.030 MB Memory before query: 6.581 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,23,37,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 |
|---|
| 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/badge.php:111 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.30 ms After last query: 0.35 ms Query memory: 0.029 MB Memory before query: 6.599 MB Rows returned: 1
SELECT a.*
FROM ea_hikashop_badge AS a
WHERE a.badge_start <= 1769629002
AND (a.badge_end >= 1769629002 OR a.badge_end = 0)
AND a.badge_published = 1
AND (a.badge_quantity = '' OR a.badge_quantity = 2)
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 = '123' OR badge_category_id LIKE '%,123,%' OR badge_category_id = '37' OR badge_category_id LIKE '%,37,%' 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 = '23' OR badge_category_id LIKE '%,23,%' OR badge_category_id = '37' OR badge_category_id LIKE '%,37,%' 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 |
|---|
| 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/badge.php:148 |
| 24 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:1824 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.24 ms After last query: 0.26 ms Query memory: 0.030 MB Memory before query: 6.599 MB Rows returned: 15
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 (33,2,246,123,27,57,223,257,279,249,37)
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 | 11 | 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 |
|---|
| 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_hikashop/classes/category.php:725 |
| 26 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:309 |
| 25 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:145 |
| 24 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:1832 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.56 ms After last query: 0.41 ms Query memory: 0.032 MB Memory before query: 6.656 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,20,257,23,37,33,103,246,249,279,27,57,223,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 (2%) | Using index condition; Using where; Using rowid filter |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 32 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 30 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 29 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 28 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 27 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:725 |
| 26 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:309 |
| 25 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:145 |
| 24 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:1832 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.72 ms After last query: 0.37 ms Query memory: 0.030 MB Memory before query: 6.695 MB Rows returned: 0
SELECT *
FROM ea_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_display` LIKE '%;front\_listing=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 '%,33,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,246,%' OR field_categories LIKE '%,123,%' OR field_categories LIKE '%,27,%' OR field_categories LIKE '%,57,%' OR field_categories LIKE '%,223,%' OR field_categories LIKE '%,257,%' OR field_categories LIKE '%,279,%' OR field_categories LIKE '%,249,%' OR field_categories LIKE '%,37,%'))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 '%,20,%' OR field_categories LIKE '%,257,%' OR field_categories LIKE '%,23,%' OR field_categories LIKE '%,37,%' OR field_categories LIKE '%,33,%' OR field_categories LIKE '%,103,%' OR field_categories LIKE '%,246,%' OR field_categories LIKE '%,249,%' OR field_categories LIKE '%,279,%' OR field_categories LIKE '%,27,%' OR field_categories LIKE '%,57,%' OR field_categories LIKE '%,223,%' OR field_categories LIKE '%,123,%')))
AND field_products="") OR (field_products LIKE '%,3184,%' OR field_products LIKE '%,3277,%' OR field_products LIKE '%,3828,%' OR field_products LIKE '%,3833,%' OR field_products LIKE '%,6145,%' OR field_products LIKE '%,6882,%' OR field_products LIKE '%,6887,%' OR field_products LIKE '%,7030,%'))
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 |
|---|
| 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/field.php:126 |
| 25 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:146 |
| 24 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:1832 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.57 ms After last query: 0.60 ms Query memory: 0.033 MB Memory before query: 6.720 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 '%,33,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,246,%' OR field_categories LIKE '%,123,%' OR field_categories LIKE '%,27,%' OR field_categories LIKE '%,57,%' OR field_categories LIKE '%,223,%' OR field_categories LIKE '%,257,%' OR field_categories LIKE '%,279,%' OR field_categories LIKE '%,249,%' OR field_categories LIKE '%,37,%'))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 '%,20,%' OR field_categories LIKE '%,257,%' OR field_categories LIKE '%,23,%' OR field_categories LIKE '%,37,%' OR field_categories LIKE '%,33,%' OR field_categories LIKE '%,103,%' OR field_categories LIKE '%,246,%' OR field_categories LIKE '%,249,%' OR field_categories LIKE '%,279,%' OR field_categories LIKE '%,27,%' OR field_categories LIKE '%,57,%' OR field_categories LIKE '%,223,%' OR field_categories LIKE '%,123,%')))
AND field_products="") OR (field_products LIKE '%,3184,%' OR field_products LIKE '%,3277,%' OR field_products LIKE '%,3828,%' OR field_products LIKE '%,3833,%' OR field_products LIKE '%,6145,%' OR field_products LIKE '%,6882,%' OR field_products LIKE '%,6887,%' OR field_products LIKE '%,7030,%'))
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 |
|---|
| 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/field.php:126 |
| 25 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:146 |
| 24 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:1867 |
| 23 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:817 |
| 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.59 ms After last query: 0.24 ms Query memory: 0.029 MB Memory before query: 6.725 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 IN (6887,6145,7030,6882,3833,3828,3184,3277))
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 | b | range | PRIMARY,product_main_index | PRIMARY | 4 | NULL | 8 | 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/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.60 ms After last query: 1.41 ms Query memory: 0.038 MB Memory before query: 6.822 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 5197
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 |
|---|
| 48 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 47 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 46 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 45 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 44 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 43 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 42 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 41 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 40 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 39 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 38 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 37 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 36 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 35 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 34 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 33 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/t3/includes/joomla4/Pagination.php:785 |
| 32 | Joomla\CMS\Pagination\Pagination->_buildDataObject() | JROOT/administrator/components/com_hikashop/helpers/pagination.php:23 |
| 31 | hikashopBridgePaginationHelper->getPagesLinks() | JROOT/administrator/components/com_hikashop/helpers/pagination.php:173 |
| 30 | hikashopBridgePaginationHelper->getListFooter() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:63 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.82 ms After last query: 0.82 ms Query memory: 0.035 MB Memory before query: 6.864 MB Rows returned: 0
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=category&layout=listing'
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 |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 38 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 37 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 36 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
| 35 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 34 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/helpers/helper.php:994 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.85 ms After last query: 0.40 ms Query memory: 0.038 MB Memory before query: 6.886 MB Rows returned: 161
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=product&layout=listing'
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 |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 38 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 37 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 36 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
| 35 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 34 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/helpers/helper.php:996 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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: 82.24 ms After last query: 1.02 ms Query memory: 0.141 MB Memory before query: 7.000 MB Rows returned: 729
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,549,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,826,827,830,831,832,833,834,862,888,889,925,928,534,558,824,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,764,861,900,901,902,903,904,905,906,907,921,922,651,923,926)
AND falang_content.reference_table='menu'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 546 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 42 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 41 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 40 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 39 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 38 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 37 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 36 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
| 35 | JFalangDatabase->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
| 34 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/helpers/helper.php:996 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.71 ms After last query: 10.34 ms Query memory: 0.039 MB Memory before query: 6.945 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 3184
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 |
|---|
| 50 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 49 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 48 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 47 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 46 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 45 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 44 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 43 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 42 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 41 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 40 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 39 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 38 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 37 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 36 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 35 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_hikashop/helpers/helper.php:910 |
| 34 | hikashop_completeLink() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1007 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.59 ms After last query: 1.31 ms Query memory: 0.039 MB Memory before query: 6.974 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 3277
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 |
|---|
| 50 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 49 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 48 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 47 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 46 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 45 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 44 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 43 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 42 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 41 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 40 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 39 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 38 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 37 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 36 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 35 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_hikashop/helpers/helper.php:910 |
| 34 | hikashop_completeLink() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1007 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.93 ms Query memory: 0.039 MB Memory before query: 6.999 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 3828
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 |
|---|
| 50 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 49 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 48 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 47 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 46 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 45 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 44 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 43 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 42 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 41 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 40 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 39 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 38 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 37 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 36 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 35 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_hikashop/helpers/helper.php:910 |
| 34 | hikashop_completeLink() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1007 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.57 ms After last query: 0.88 ms Query memory: 0.039 MB Memory before query: 7.024 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 3833
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 |
|---|
| 50 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 49 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 48 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 47 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 46 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 45 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 44 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 43 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 42 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 41 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 40 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 39 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 38 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 37 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 36 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 35 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_hikashop/helpers/helper.php:910 |
| 34 | hikashop_completeLink() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1007 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.57 ms After last query: 0.77 ms Query memory: 0.039 MB Memory before query: 7.049 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 6145
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 |
|---|
| 50 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 49 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 48 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 47 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 46 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 45 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 44 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 43 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 42 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 41 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 40 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 39 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 38 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 37 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 36 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 35 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_hikashop/helpers/helper.php:910 |
| 34 | hikashop_completeLink() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1007 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.84 ms After last query: 1.57 ms Query memory: 0.039 MB Memory before query: 7.090 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 6882
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 |
|---|
| 50 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 49 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 48 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 47 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 46 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 45 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 44 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 43 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 42 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 41 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 40 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 39 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 38 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 37 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 36 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 35 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_hikashop/helpers/helper.php:910 |
| 34 | hikashop_completeLink() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1007 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.55 ms After last query: 1.04 ms Query memory: 0.039 MB Memory before query: 7.115 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 6887
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 |
|---|
| 50 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 49 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 48 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 47 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 46 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 45 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 44 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 43 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 42 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 41 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 40 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 39 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 38 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 37 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 36 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 35 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_hikashop/helpers/helper.php:910 |
| 34 | hikashop_completeLink() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1007 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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.59 ms After last query: 79.45 ms Query memory: 0.039 MB Memory before query: 7.140 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 7030
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 |
|---|
| 50 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 49 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 48 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
| 47 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 46 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
| 45 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
| 44 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:180 |
| 43 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
| 42 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 41 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 40 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 39 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 38 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 37 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 36 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 35 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_hikashop/helpers/helper.php:910 |
| 34 | hikashop_completeLink() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1007 |
| 33 | hikashop_contentLink() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php:14 |
| 32 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 31 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 30 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php:137 |
| 29 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 28 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 27 | hikashopView->loadTemplate() | JROOT/templates/purity_iii/html/com_hikashop/product/listing.php:233 |
| 26 | include JROOT/templates/purity_iii/html/com_hikashop/product/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 25 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2186 |
| 24 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 23 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2169 |
| 22 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
| 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: 3.17 ms Query memory: 0.021 MB Memory before query: 6.767 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.56 ms After last query: 0.33 ms Query memory: 0.022 MB Memory before query: 6.777 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.46 ms After last query: 0.45 ms Query memory: 0.026 MB Memory before query: 6.785 MB Rows returned: 0
SELECT fc.value
FROM ea_falang_content fc
WHERE fc.reference_id = 5197
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.83 ms After last query: 2.30 ms Query memory: 0.482 MB Memory before query: 6.880 MB Rows returned: 119
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:36:42')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-01-28 19:36:42')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 678 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: 5.92 ms After last query: 1.12 ms Query memory: 0.028 MB Memory before query: 7.650 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,163,17,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 | 49 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 24 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 22 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 21 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 20 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 19 | JFalangDatabase->loadObjectList() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:452 |
| 16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:382 |
| 15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:87 |
| 14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:645 |
| 12 | T3Template->countModules() | JROOT/templates/purity_iii/tpls/blocks/header.php:63 |
| 11 | include JROOT/templates/purity_iii/tpls/blocks/header.php | JROOT/plugins/system/t3/includes/core/template.php:195 |
| 10 | T3Template->loadBlock() | JROOT/templates/purity_iii/local/tpls/otx1.php:37 |
| 9 | include JROOT/templates/purity_iii/local/tpls/otx1.php | JROOT/plugins/system/t3/includes/core/template.php:221 |
| 8 | T3Template->loadLayout() | JROOT/templates/purity_iii/index.php:35 |
| 7 | require JROOT/templates/purity_iii/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 9.00 ms Query memory: 0.025 MB Memory before query: 7.282 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.51 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 7.295 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.21 ms After last query: 0.31 ms Query memory: 0.025 MB Memory before query: 7.315 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.57 ms After last query: 0.42 ms Query memory: 0.026 MB Memory before query: 7.327 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.29 ms After last query: 70.79 ms Query memory: 0.025 MB Memory before query: 7.337 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.57 ms After last query: 0.26 ms Query memory: 0.026 MB Memory before query: 7.350 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.34 ms After last query: 0.87 ms Query memory: 0.025 MB Memory before query: 7.362 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.71 ms After last query: 0.23 ms Query memory: 0.026 MB Memory before query: 7.374 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.26 ms After last query: 0.57 ms Query memory: 0.025 MB Memory before query: 7.383 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.58 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 7.397 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.21 ms After last query: 0.39 ms Query memory: 0.025 MB Memory before query: 7.408 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.64 ms After last query: 0.23 ms Query memory: 0.026 MB Memory before query: 7.420 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.23 ms After last query: 0.50 ms Query memory: 0.025 MB Memory before query: 7.429 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.56 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 7.442 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM ea_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(199)
AND falang_content.reference_table='modules'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | falang_content | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | reference_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
| 22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
| 20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
| 19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
| 18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
| 17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
| 16 | JFalangDatabase->loadObject() | JROOT/plugins/system/t3/includes/menu/megamenu.php:333 |
| 15 | T3MenuMegamenu->module() | JROOT/plugins/system/t3/includes/menu/megamenu.php:305 |
| 14 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 13 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 12 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:311 |
| 11 | T3MenuMegamenu->mega() | JROOT/plugins/system/t3/includes/menu/megamenu.php:260 |
| 10 | T3MenuMegamenu->item() | JROOT/plugins/system/t3/includes/menu/megamenu.php:235 |
| 9 | T3MenuMegamenu->nav() | JROOT/plugins/system/t3/includes/menu/megamenu.php:188 |
| 8 | T3MenuMegamenu->render() | JROOT/plugins/system/t3/includes/renderer/megamenurender.php:86 |
| 7 | JDocumentRendererMegamenuRender->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.41 ms Query memory: 0.025 MB Memory before query: 7.450 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.43 ms After last query: 0.20 ms Query memory: 0.026 MB Memory before query: 7.462 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.23 ms After last query: 0.47 ms Query memory: 0.025 MB Memory before query: 7.475 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.44 ms After last query: 0.20 ms Query memory: 0.026 MB Memory before query: 7.487 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.22 ms After last query: 0.47 ms Query memory: 0.025 MB Memory before query: 7.496 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.41 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 7.508 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.29 ms After last query: 0.52 ms Query memory: 0.025 MB Memory before query: 7.517 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.43 ms After last query: 0.26 ms Query memory: 0.026 MB Memory before query: 7.529 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.19 ms After last query: 0.48 ms Query memory: 0.025 MB Memory before query: 7.542 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.36 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 7.554 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.25 ms After last query: 0.46 ms Query memory: 0.025 MB Memory before query: 7.563 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.41 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 7.575 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.19 ms After last query: 0.47 ms Query memory: 0.025 MB Memory before query: 7.584 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.41 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 7.595 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.22 ms After last query: 0.63 ms Query memory: 0.025 MB Memory before query: 7.605 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.36 ms After last query: 0.20 ms Query memory: 0.026 MB Memory before query: 7.617 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.16 ms After last query: 0.38 ms Query memory: 0.025 MB Memory before query: 7.630 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.32 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 7.641 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.22 ms Query memory: 0.025 MB Memory before query: 7.650 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.36 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 7.662 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.22 ms After last query: 0.29 ms Query memory: 0.025 MB Memory before query: 7.671 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.41 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 7.685 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.19 ms After last query: 0.32 ms Query memory: 0.025 MB Memory before query: 7.696 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.13 ms Query memory: 0.026 MB Memory before query: 7.709 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.20 ms After last query: 0.30 ms Query memory: 0.025 MB Memory before query: 7.717 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.36 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 7.729 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.20 ms After last query: 0.23 ms Query memory: 0.025 MB Memory before query: 7.738 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.41 ms After last query: 0.30 ms Query memory: 0.026 MB Memory before query: 7.750 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.30 ms After last query: 75.99 ms Query memory: 0.027 MB Memory before query: 8.056 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 |