Query Time: 0.66 ms Query memory: 0.042 MB Memory before query: 10.309 MB Rows returned: 24
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 web1_menu AS m
LEFT JOIN web1_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 55 | 3.33 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | rlijfkdb_romatimes.m.component_id | 1 | 100.00 | 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:1695 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
23 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
22 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
19 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
18 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
17 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
16 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
15 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
14 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
13 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
12 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
11 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
10 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
9 | PlgSystemLanguageFilter->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 1.24 ms Query memory: 0.038 MB Memory before query: 10.605 MB Rows returned: 10
SELECT joomlatablename,tablepkID
FROM `web1_falang_tableinfo`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_falang_tableinfo | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | 100.00 | NULL |
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:1695 |
29 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
28 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:144 |
27 | FalangManager->_loadPrimaryKeyData() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:57 |
26 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:85 |
25 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:35 |
24 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
23 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
22 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
19 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
18 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
17 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
16 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
15 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
14 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
13 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
12 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
11 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
10 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
9 | PlgSystemLanguageFilter->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.15 ms Query memory: 0.041 MB Memory before query: 10.647 MB Rows returned: 3
SELECT *
FROM web1_languages
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | Using filesort |
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:1695 |
29 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
28 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:319 |
27 | FalangManager->getLanguages() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:63 |
26 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:85 |
25 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:35 |
24 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
23 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
22 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
19 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
18 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
17 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
16 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
15 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
14 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
13 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
12 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
11 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
10 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
9 | PlgSystemLanguageFilter->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 1.46 ms Query memory: 0.045 MB Memory before query: 11.001 MB Rows returned: 14
SHOW FULL COLUMNS
FROM `web1_languages`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `web1_languages`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
34 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
33 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
32 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
31 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
30 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
29 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_falang/tables/JFLanguage.php:54 |
28 | TableJFLanguage->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:325 |
27 | FalangManager->getLanguages() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:63 |
26 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:85 |
25 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:35 |
24 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
23 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
22 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
19 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
18 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
17 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
16 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
15 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
14 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
13 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
12 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
11 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
10 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
9 | PlgSystemLanguageFilter->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.67 ms Query memory: 0.039 MB Memory before query: 11.121 MB Rows returned: 72
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=3
AND falang_content.published=1
AND falang_content.reference_id IN(101,145,146,147,155,156,257,258,259,260,261,264,265,298,266,267,268,269,272,273,270,271,262,263)
AND falang_content.reference_table='menu'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | NULL | 77 | 0.06 | 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:1695 |
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/libraries/src/Menu/SiteMenu.php:93 |
22 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
19 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
18 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
17 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
16 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
15 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
14 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
13 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
12 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
11 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
10 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
9 | PlgSystemLanguageFilter->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 1.52 ms Query memory: 0.015 MB Memory before query: 11.339 MB
UPDATE web1_vvisit_counter
SET visits=visits+1
, guests=guests+1
WHERE time=1735849800
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | web1_vvisit_counter | NULL | range | PRIMARY,time | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
12 | JFalangDatabase->execute() | JROOT/plugins/system/vvisit_counter/vvisit_counter.php:109 |
11 | plgSystemVVisit_Counter::_updateRecord() | JROOT/plugins/system/vvisit_counter/vvisit_counter.php:75 |
10 | plgSystemVVisit_Counter::_insertRecord() | JROOT/plugins/system/vvisit_counter/vvisit_counter.php:43 |
9 | plgSystemVVisit_Counter->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 7.66 ms Query memory: 0.033 MB Memory before query: 12.486 MB Rows returned: 24
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 web1_menu AS m
LEFT JOIN web1_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 55 | 3.33 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | rlijfkdb_romatimes.m.component_id | 1 | 100.00 | 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:1695 |
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:76 |
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:593 |
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:138 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1074 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.36 ms Query memory: 0.030 MB Memory before query: 12.609 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(101,145,146,147,155,156,257,258,259,260,261,264,265,298,266,267,268,269,272,273,270,271,262,263)
AND falang_content.reference_table='menu'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 24 | 10.00 | 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:1695 |
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:76 |
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:593 |
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:138 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1074 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 1.53 ms Query memory: 0.027 MB Memory before query: 12.734 MB Rows returned: 0
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `web1_categories` AS `s`
INNER JOIN `web1_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 6578
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
15 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
13 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
12 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
11 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:350 |
10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:437 |
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:138 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1074 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.68 ms After last query: 0.26 ms Query memory: 0.020 MB Memory before query: 12.761 MB Rows returned: 1
SELECT `alias`,`catid`
FROM `web1_content`
WHERE `id` = 6578
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
12 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
11 | JFalangDatabase->loadObject() | JROOT/components/com_content/helpers/legacyrouter.php:366 |
10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:437 |
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:138 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1074 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.47 ms Query memory: 0.020 MB Memory before query: 12.759 MB Rows returned: 4
SELECT id, home, template, s.params
FROM web1_template_styles as s
LEFT JOIN web1_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 303 | rlijfkdb_romatimes.s.template,const | 1 | 5.00 | 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:1695 |
13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
12 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
11 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/t3/includes/core/t3.php:320 |
10 | T3::detect() | JROOT/plugins/system/t3/t3.php:81 |
9 | plgSystemT3->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 3.02 ms Query memory: 0.029 MB Memory before query: 13.076 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `web1_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | NULL |
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:1695 |
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/libraries/src/Helper/LibraryHelper.php:167 |
18 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
15 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
14 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
13 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:388 |
9 | plgSystemK2->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.35 ms Query memory: 0.019 MB Memory before query: 13.087 MB
UPDATE `web1_extensions`
SET `params` = '{\"mediaversion\":\"9de23baf7a31257af784d8776ca43744\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | web1_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
15 | JFalangDatabase->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
14 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
13 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:388 |
9 | plgSystemK2->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 11.01 ms Query memory: 0.028 MB Memory before query: 14.484 MB Rows returned: 41
SELECT `id`,`name`,`rules`,`parent_id`
FROM `web1_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_ajax','com_associations','com_autotweet','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_falang','com_fields','com_finder','com_installer','com_jckman','com_joomlaupdate','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_profiles','com_redirect','com_search','com_tags','com_templates','com_users','com_weblinks','com_wrapper')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_assets | NULL | range | idx_asset_name | idx_asset_name | 152 | NULL | 42 | 100.00 | Using index condition |
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:1695 |
18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
17 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:440 |
10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.81 ms After last query: 0.50 ms Query memory: 0.179 MB Memory before query: 14.575 MB Rows returned: 3994
SELECT `id`,`name`,`rules`,`parent_id`
FROM `web1_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_assets | NULL | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 4083 | 22.84 | 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:1695 |
18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
17 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:440 |
10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 12.21 ms Query memory: 0.028 MB Memory before query: 20.518 MB Rows returned: 31
SHOW FULL COLUMNS
FROM `web1_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `web1_content`
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:312 |
10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:253 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 3.73 ms Query memory: 0.031 MB Memory before query: 20.912 MB Rows returned: 1
SELECT *
FROM web1_content
WHERE `id` = '6578'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
12 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
11 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
10 | Joomla\CMS\Table\Table->load() | JROOT/components/com_content/models/article.php:254 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.59 ms Query memory: 0.028 MB Memory before query: 20.980 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(6578)
AND falang_content.reference_table='content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
12 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
11 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
10 | Joomla\CMS\Table\Table->load() | JROOT/components/com_content/models/article.php:254 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 0.37 ms Query memory: 0.015 MB Memory before query: 20.994 MB
UPDATE web1_content
SET `hits` = (`hits` + 1)
WHERE `id` = '6578'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | web1_content | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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/src/Table/Table.php:1245 |
10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:255 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 2.62 ms Query memory: 0.033 MB Memory before query: 21.228 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM web1_content AS a
INNER JOIN web1_categories AS c
on c.id = a.catid
LEFT JOIN web1_users AS u
on u.id = a.created_by
LEFT JOIN web1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN web1_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 6578
AND c.published > 0
AND a.language in ('en-GB','*')
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-01-02 20:29:36')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-01-02 20:29:36')
AND (a.state = 1 OR a.state =2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | a | NULL | const | PRIMARY,idx_state,idx_catid,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/plugins/system/t3/includes/joomla4/HtmlView.php:423 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.91 ms Query memory: 0.028 MB Memory before query: 21.272 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(6578)
AND falang_content.reference_table='content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/plugins/system/t3/includes/joomla4/HtmlView.php:423 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.23 ms Query memory: 0.027 MB Memory before query: 21.299 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/plugins/system/t3/includes/joomla4/HtmlView.php:423 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.27 ms Query memory: 0.027 MB Memory before query: 21.324 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/plugins/system/t3/includes/joomla4/HtmlView.php:423 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 2.54 ms Query memory: 0.039 MB Memory before query: 21.524 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `web1_categories` AS `s`
INNER JOIN `web1_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 23
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 37.27 | 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:1695 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
23 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
22 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
21 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
20 | ContentRouter->getCategorySegment() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
18 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
17 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
16 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
15 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.57 ms Query memory: 0.037 MB Memory before query: 21.571 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(1,21,23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | NULL | 3 | 1.67 | 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:1695 |
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/libraries/src/Categories/Categories.php:324 |
22 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
21 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
20 | ContentRouter->getCategorySegment() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
18 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
17 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
16 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
15 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.91 ms Query memory: 0.033 MB Memory before query: 21.665 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 6578
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
23 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
20 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
19 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
17 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
15 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.83 ms Query memory: 0.027 MB Memory before query: 21.676 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 6578
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
12 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
11 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 3.92 ms Query memory: 0.032 MB Memory before query: 22.218 MB Rows returned: 1
SELECT `extension_id`,`name`,`enabled`,`params`
FROM web1_extensions
WHERE `type` = 'plugin'
AND `element` = 'osyoutube'
AND `folder` = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 5.00 | 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:1695 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
21 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
20 | JFalangDatabase->loadObject() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:152 |
19 | Alledia\Framework\Joomla\Extension\Generic->getDataFromDatabase() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:122 |
18 | Alledia\Framework\Joomla\Extension\Generic->__construct() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Licensed.php:51 |
17 | Alledia\Framework\Joomla\Extension\Licensed->__construct() | JROOT/libraries/allediaframework/Framework/Factory.php:38 |
16 | Alledia\Framework\Factory::getExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:73 |
15 | Alledia\Framework\Joomla\Extension\AbstractPlugin->loadExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:44 |
14 | Alledia\Framework\Joomla\Extension\AbstractPlugin->init() | JROOT/plugins/content/osyoutube/library/BasePlugin.php:56 |
13 | Alledia\OSYouTube\BasePlugin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
12 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
11 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_content/views/article/view.html.php:192 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 5.21 ms Query memory: 0.034 MB Memory before query: 22.984 MB Rows returned: 0
SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM web1_fields AS a
LEFT JOIN `web1_languages` AS l
ON l.lang_code = a.language
LEFT JOIN web1_users AS uc
ON uc.id=a.checked_out
LEFT JOIN web1_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN web1_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN web1_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `web1_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (23,0,21))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
AND a.language in ('*','en-GB')
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
20 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
19 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:135 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:488 |
14 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 2.69 ms Query memory: 0.038 MB Memory before query: 23.564 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 6578
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
29 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
28 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
27 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
26 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
25 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
24 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
23 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
22 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
21 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
20 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
16 | Joomla\CMS\Router\Route::_() | JROOT/plugins/content/fastsocialshare/fastsocialshare.php:67 |
15 | plgContentFastSocialShare->getContent() | JROOT/plugins/content/fastsocialshare/fastsocialshare.php:522 |
14 | plgContentFastSocialShare->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.19 ms Query memory: 0.038 MB Memory before query: 23.602 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 23
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
29 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
28 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
27 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
26 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
25 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
24 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
23 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
22 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
21 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
20 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
16 | Joomla\CMS\Router\Route::_() | JROOT/plugins/content/fastsocialshare/fastsocialshare.php:67 |
15 | plgContentFastSocialShare->getContent() | JROOT/plugins/content/fastsocialshare/fastsocialshare.php:522 |
14 | plgContentFastSocialShare->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 10.57 ms Query memory: 0.038 MB Memory before query: 24.134 MB Rows returned: 27
SHOW FULL COLUMNS
FROM `web1_categories`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `web1_categories`
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:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
24 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
22 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
21 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Category.php:35 |
20 | Joomla\CMS\Table\Category->__construct() | JROOT/libraries/src/Table/Table.php:312 |
19 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:786 |
18 | PlgAutotweetBase::getContentCategories() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:489 |
17 | OGJArticleHelper->url() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:51 |
16 | OGJArticleHelper->__construct() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/articlefactory.php:47 |
15 | OGArticleFactory::getHelper() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:146 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.68 ms Query memory: 0.039 MB Memory before query: 24.236 MB Rows returned: 1
SELECT *
FROM web1_categories
WHERE `id` = '23'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
23 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
20 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:796 |
18 | PlgAutotweetBase::getContentCategories() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:489 |
17 | OGJArticleHelper->url() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:51 |
16 | OGJArticleHelper->__construct() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/articlefactory.php:47 |
15 | OGArticleFactory::getHelper() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:146 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.34 ms Query memory: 0.037 MB Memory before query: 24.305 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
20 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:796 |
18 | PlgAutotweetBase::getContentCategories() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:489 |
17 | OGJArticleHelper->url() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:51 |
16 | OGJArticleHelper->__construct() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/articlefactory.php:47 |
15 | OGArticleFactory::getHelper() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:146 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.23 ms Query memory: 0.039 MB Memory before query: 24.332 MB Rows returned: 1
SELECT *
FROM web1_categories
WHERE `id` = '21'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
23 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
20 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:804 |
18 | PlgAutotweetBase::getContentCategories() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:489 |
17 | OGJArticleHelper->url() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:51 |
16 | OGJArticleHelper->__construct() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/articlefactory.php:47 |
15 | OGArticleFactory::getHelper() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:146 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.27 ms Query memory: 0.037 MB Memory before query: 24.374 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(21)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
20 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:804 |
18 | PlgAutotweetBase::getContentCategories() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:489 |
17 | OGJArticleHelper->url() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:51 |
16 | OGJArticleHelper->__construct() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/articlefactory.php:47 |
15 | OGArticleFactory::getHelper() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:146 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.31 ms Query memory: 0.039 MB Memory before query: 24.400 MB Rows returned: 1
SELECT *
FROM web1_categories
WHERE `id` = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
23 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
20 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:804 |
18 | PlgAutotweetBase::getContentCategories() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:489 |
17 | OGJArticleHelper->url() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:51 |
16 | OGJArticleHelper->__construct() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/articlefactory.php:47 |
15 | OGArticleFactory::getHelper() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:146 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.28 ms Query memory: 0.037 MB Memory before query: 24.441 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(1)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
20 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:804 |
18 | PlgAutotweetBase::getContentCategories() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:489 |
17 | OGJArticleHelper->url() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/jarticle.php:51 |
16 | OGJArticleHelper->__construct() | JROOT/administrator/components/com_autotweet/helpers/oghelpers/articlefactory.php:47 |
15 | OGArticleFactory::getHelper() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:146 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 4.24 ms Query memory: 0.031 MB Memory before query: 25.056 MB Rows returned: 0
SELECT *
FROM web1_autotweet_posts
WHERE org_url like 'https://romatimes.news/index.php/en/life-style/sport/6578-tyson-fury-revealed-what-usyk-would-have-to-accept-in-
order-to-arrange-a-match-for-the-absolute-champion%'
ORDER BY ID desc
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_autotweet_posts | NULL | index | org_url | PRIMARY | 4 | NULL | 1 | 100.00 | 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:1695 |
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/administrator/components/com_autotweet/helpers/oghelpers/ogsmartloader.php:94 |
15 | OGSmartLoader->getItemByUrl() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:161 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 1.25 ms Query memory: 0.040 MB Memory before query: 25.178 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `web1_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `web1_users`
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:1695 |
28 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
27 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
26 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
25 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
24 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:40 |
23 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:312 |
22 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
21 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:880 |
20 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
19 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
18 | Joomla\CMS\User\User::getInstance() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:509 |
17 | PlgContentAutotweetOpenGraph->getAuthor() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:353 |
16 | PlgContentAutotweetOpenGraph->author() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:182 |
15 | PlgContentAutotweetOpenGraph->insertOpenGraphTags() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:165 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.28 ms Query memory: 0.039 MB Memory before query: 25.252 MB Rows returned: 1
SELECT *
FROM `web1_users`
WHERE `id` = 309
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
22 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/User.php:86 |
21 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
20 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
19 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
18 | Joomla\CMS\User\User::getInstance() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:509 |
17 | PlgContentAutotweetOpenGraph->getAuthor() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:353 |
16 | PlgContentAutotweetOpenGraph->author() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:182 |
15 | PlgContentAutotweetOpenGraph->insertOpenGraphTags() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:165 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 2.49 ms Query memory: 0.033 MB Memory before query: 26.201 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `web1_usergroups` AS g
INNER JOIN `web1_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 309
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | rlijfkdb_romatimes.m.group_id | 1 | 100.00 | NULL |
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:1695 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
23 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:459 |
22 | JFalangDatabase->loadAssocList() | JROOT/libraries/src/Table/User.php:111 |
21 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
20 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
19 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
18 | Joomla\CMS\User\User::getInstance() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:509 |
17 | PlgContentAutotweetOpenGraph->getAuthor() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:353 |
16 | PlgContentAutotweetOpenGraph->author() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:182 |
15 | PlgContentAutotweetOpenGraph->insertOpenGraphTags() | JROOT/plugins/content/autotweetopengraph/autotweetopengraph.php:165 |
14 | PlgContentAutotweetOpenGraph->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.49 ms After last query: 0.98 ms Query memory: 0.030 MB Memory before query: 26.258 MB Rows returned: 98
SELECT a.id, a.title, a.catid, a.language,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM web1_content AS a
LEFT JOIN web1_categories AS cc
ON cc.id = a.catid
WHERE a.catid = 23
AND a.state = 1
AND a.access IN (1,1,5)
AND (a.state = 1 OR a.state = -1)
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-01-02 20:29:36')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-01-02 20:29:36')
AND a.language in ('en-GB','*')
ORDER BY
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 162 | 13.30 | Using index condition; Using where; Using filesort |
1 | SIMPLE | cc | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/content/pagenavigation/pagenavigation.php:161 |
14 | PlgContentPagenavigation->onContentBeforeDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 18.92 ms After last query: 0.71 ms Query memory: 0.035 MB Memory before query: 26.465 MB Rows returned: 130
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(7251,7174,7091,6888,6711,6578,6494,6481,6287,6278,6277,5969,5520,5016,4991,4883,4879,4733,4679,4473,4316,4310,4218,4198,4173,4153,4049,3963,3951,3894,3885,3859,3853,3844,3722,3708,3640,3603,3262,3185,3111,3060,3005,2835,3461,3452,3491,3393,2755,2506,2379,2276,2358,2199,2218,2168,2104,2096,2111,1916,1900,2640,2636,2543,1305,1302,1361,1331,1270,1249,1156,1032,1107,1052,1004,912,962,905,900,898,889,844,786,766,704,691,665,1550,1548,1394,1430,1428,475,466,382,443,430,370)
AND falang_content.reference_table='content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 195 | 10.00 | 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:1695 |
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/content/pagenavigation/pagenavigation.php:161 |
14 | PlgContentPagenavigation->onContentBeforeDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 2.69 ms Query memory: 0.037 MB Memory before query: 26.536 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 6711
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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:108 |
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:657 |
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:154 |
17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
15 | Joomla\CMS\Router\Route::_() | JROOT/plugins/content/pagenavigation/pagenavigation.php:193 |
14 | PlgContentPagenavigation->onContentBeforeDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.47 ms After last query: 0.44 ms Query memory: 0.037 MB Memory before query: 26.569 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 6494
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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:108 |
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:657 |
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:154 |
17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
15 | Joomla\CMS\Router\Route::_() | JROOT/plugins/content/pagenavigation/pagenavigation.php:204 |
14 | PlgContentPagenavigation->onContentBeforeDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.96 ms After last query: 4.94 ms Query memory: 0.017 MB Memory before query: 26.789 MB Rows returned: 1
SELECT language,id
FROM `web1_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_menu | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 33 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
12 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
10 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
9 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | 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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.57 ms Query memory: 0.021 MB Memory before query: 26.812 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(101)
AND falang_content.reference_table='menu'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | const,const,const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:105 |
15 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
13 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
12 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
11 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
10 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
9 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | 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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.66 ms Query memory: 0.031 MB Memory before query: 26.835 MB Rows returned: 1
SELECT `alias`
FROM `web1_content`
WHERE id = '6578'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
22 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
21 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
20 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
19 | JFalangDatabase->loadResult() | JROOT/components/com_content/router.php:125 |
18 | ContentRouter->getArticleSegment() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
16 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
15 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
14 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
13 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
9 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | 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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.40 ms Query memory: 0.030 MB Memory before query: 26.862 MB Rows returned: 1
SELECT alias,id
FROM web1_content
WHERE id=6578
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
21 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
20 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
19 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
18 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:154 |
17 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
15 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
14 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
13 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
9 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | 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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.20 ms Query memory: 0.034 MB Memory before query: 26.897 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(6578)
AND falang_content.reference_table='content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; Using where |
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:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:277 |
24 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:235 |
23 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:108 |
22 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:334 |
21 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
20 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
19 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
18 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:154 |
17 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
15 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
14 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
13 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
9 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | 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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 2.05 ms Query memory: 0.019 MB Memory before query: 26.993 MB Rows returned: 0
SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `web1_content` AS `c`
INNER JOIN `web1_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `web1_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `web1_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `web1_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content'
WHERE c.id = 6578
AND c2.access IN (1,1,5)
AND c2.language != 'en-GB'
AND (c2.publish_up = '0000-00-00 00:00:00' OR c2.publish_up <= '2025-01-02 20:29:36')
AND (c2.publish_down = '0000-00-00 00:00:00' OR c2.publish_down >= '2025-01-02 20:29:36')
AND c2.state = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
12 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
11 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/components/com_content/helpers/association.php:76 |
10 | ContentHelperAssociation::getAssociations() | Same as call in the line below. |
9 | call_user_func() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | 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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 3.88 ms Query memory: 0.031 MB Memory before query: 27.505 MB Rows returned: 17
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM web1_modules AS m
LEFT JOIN web1_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN web1_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 <= '2025-01-02 20:29:36')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-01-02 20:29:36')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 272 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds,idx_language | published | 5 | NULL | 34 | 1.47 | Using index condition; Using where; Using filesort |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | rlijfkdb_romatimes.m.id | 1 | 40.00 | Using where; Using index |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 303 | rlijfkdb_romatimes.m.module,const | 1 | 10.00 | 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:1695 |
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:581 |
13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:645 |
12 | T3Template->countModules() | JROOT/templates/bt_magazine/tpls/blocks/mainnav.php:33 |
11 | include JROOT/templates/bt_magazine/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:195 |
10 | T3Template->loadBlock() | JROOT/templates/bt_magazine/tpls/default.php:33 |
9 | include JROOT/templates/bt_magazine/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:221 |
8 | T3Template->loadLayout() | JROOT/templates/bt_magazine/index.php:34 |
7 | require JROOT/templates/bt_magazine/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.35 ms Query memory: 0.033 MB Memory before query: 27.587 MB Rows returned: 7
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(112,113,127,17,1,16,137,120,139,140,133,128,154,130,153,152,138)
AND falang_content.reference_table='modules'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 21 | 10.00 | 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:1695 |
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:581 |
13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:645 |
12 | T3Template->countModules() | JROOT/templates/bt_magazine/tpls/blocks/mainnav.php:33 |
11 | include JROOT/templates/bt_magazine/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:195 |
10 | T3Template->loadBlock() | JROOT/templates/bt_magazine/tpls/default.php:33 |
9 | include JROOT/templates/bt_magazine/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:221 |
8 | T3Template->loadLayout() | JROOT/templates/bt_magazine/index.php:34 |
7 | require JROOT/templates/bt_magazine/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 3.66 ms Query memory: 0.024 MB Memory before query: 27.738 MB Rows returned: 148
SELECT guest, client_id
FROM web1_session
WHERE client_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_session | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 148 | 10.00 | 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:1695 |
13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
12 | JFalangDatabase->loadObjectList() | JROOT/modules/mod_whosonline/helper.php:45 |
11 | ModWhosonlineHelper::getOnlineCount() | JROOT/modules/mod_whosonline/mod_whosonline.php:19 |
10 | include JROOT/modules/mod_whosonline/mod_whosonline.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 70.85 ms After last query: 3.89 ms Query memory: 0.037 MB Memory before query: 28.215 MB Rows returned: 12
SELECT a.urls, a.images, a.fulltext, a.id, a.title, a.alias, a.introtext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by,a.publish_up, a.publish_down, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.featured, LENGTH(a.fulltext) AS readmore,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM web1_content AS a
LEFT JOIN web1_categories AS c
ON c.id = a.catid
LEFT JOIN web1_users AS ua
ON ua.id = a.created_by
LEFT JOIN web1_users AS uam
ON uam.id = a.modified_by
LEFT JOIN web1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN web1_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-01-02 20:29:36')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-01-02 20:29:36')
AND a.language IN ('en-GB','*')
ORDER BY a.hits desc
LIMIT 12
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | c | NULL | ALL | PRIMARY,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | rlijfkdb_romatimes.c.id | 286 | 13.30 | Using index condition; Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | rlijfkdb_romatimes.a.created_by | 1 | 100.00 | Using where |
1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | rlijfkdb_romatimes.a.modified_by | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | rlijfkdb_romatimes.c.parent_id | 1 | 100.00 | 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:1695 |
17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
16 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.81 ms Query memory: 0.029 MB Memory before query: 28.402 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(5543,1918,1052,905,2171,897,1550,1295,946,874,1010,653)
AND falang_content.reference_table='content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 12 | 10.00 | 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:1695 |
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/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.15 ms Query memory: 0.029 MB Memory before query: 28.428 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(8,17,23,11)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 4 | 10.00 | 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:1695 |
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/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.13 ms Query memory: 0.029 MB Memory before query: 28.456 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(8,17,23,11)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 4 | 10.00 | 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:1695 |
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/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.45 ms Query memory: 0.031 MB Memory before query: 28.521 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 5543
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.39 ms Query memory: 0.031 MB Memory before query: 28.529 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1918
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.34 ms Query memory: 0.031 MB Memory before query: 28.571 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1052
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.33 ms Query memory: 0.031 MB Memory before query: 28.614 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 905
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.32 ms Query memory: 0.031 MB Memory before query: 28.657 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 2171
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.33 ms Query memory: 0.031 MB Memory before query: 28.701 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 897
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.34 ms Query memory: 0.031 MB Memory before query: 28.744 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1550
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.37 ms Query memory: 0.031 MB Memory before query: 28.787 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1295
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.33 ms Query memory: 0.031 MB Memory before query: 28.829 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 946
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.34 ms Query memory: 0.031 MB Memory before query: 28.872 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 874
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.32 ms Query memory: 0.031 MB Memory before query: 28.915 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1010
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.31 ms Query memory: 0.031 MB Memory before query: 28.957 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 653
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.39 ms Query memory: 0.042 MB Memory before query: 28.972 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `web1_categories` AS `s`
INNER JOIN `web1_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 8
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 21.06 | 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:1695 |
26 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
25 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
22 | ContentRouter->getCategorySegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.35 ms Query memory: 0.039 MB Memory before query: 29.060 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(1,21,8)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 3 | 10.00 | 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:1695 |
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/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
22 | ContentRouter->getCategorySegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.24 ms Query memory: 0.035 MB Memory before query: 29.076 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 5543
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.18 ms Query memory: 0.035 MB Memory before query: 29.083 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 8
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.72 ms Query memory: 0.042 MB Memory before query: 29.128 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `web1_categories` AS `s`
INNER JOIN `web1_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 17
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 29.16 | 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:1695 |
26 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
25 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
22 | ContentRouter->getCategorySegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.35 ms Query memory: 0.039 MB Memory before query: 29.216 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(1,21,17)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 3 | 10.00 | 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:1695 |
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/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
22 | ContentRouter->getCategorySegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.20 ms Query memory: 0.035 MB Memory before query: 29.233 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 1918
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.19 ms Query memory: 0.035 MB Memory before query: 29.240 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 17
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.55 ms Query memory: 0.035 MB Memory before query: 29.278 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 1052
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.18 ms Query memory: 0.035 MB Memory before query: 29.314 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 23
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.48 ms Query memory: 0.035 MB Memory before query: 29.353 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 905
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.18 ms Query memory: 0.035 MB Memory before query: 29.389 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 23
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.44 ms Query memory: 0.042 MB Memory before query: 29.432 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `web1_categories` AS `s`
INNER JOIN `web1_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 11
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 17.82 | 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:1695 |
26 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
25 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
22 | ContentRouter->getCategorySegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.35 ms Query memory: 0.039 MB Memory before query: 29.519 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(1,21,11)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 3 | 10.00 | 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:1695 |
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/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
22 | ContentRouter->getCategorySegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.18 ms Query memory: 0.035 MB Memory before query: 29.536 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 2171
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.18 ms Query memory: 0.035 MB Memory before query: 29.543 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 11
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.54 ms Query memory: 0.035 MB Memory before query: 29.582 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 897
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.17 ms Query memory: 0.035 MB Memory before query: 29.617 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 11
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.43 ms Query memory: 0.035 MB Memory before query: 29.656 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 1550
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.18 ms Query memory: 0.035 MB Memory before query: 29.692 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 23
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.42 ms Query memory: 0.035 MB Memory before query: 29.729 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 1295
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.17 ms Query memory: 0.035 MB Memory before query: 29.765 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 11
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.42 ms Query memory: 0.035 MB Memory before query: 29.803 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 946
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.17 ms Query memory: 0.035 MB Memory before query: 29.838 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 11
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.42 ms Query memory: 0.035 MB Memory before query: 29.876 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 874
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.17 ms Query memory: 0.035 MB Memory before query: 29.912 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 11
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.41 ms Query memory: 0.035 MB Memory before query: 29.950 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 1010
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.17 ms Query memory: 0.035 MB Memory before query: 29.986 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 8
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.44 ms Query memory: 0.035 MB Memory before query: 30.024 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 653
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.17 ms Query memory: 0.035 MB Memory before query: 30.059 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 17
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.92 ms After last query: 2.90 ms Query memory: 0.041 MB Memory before query: 29.741 MB Rows returned: 4
SELECT a.urls, a.images, a.fulltext, a.id, a.title, a.alias, a.introtext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by,a.publish_up, a.publish_down, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.featured, LENGTH(a.fulltext) AS readmore,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM web1_content AS a
LEFT JOIN web1_categories AS c
ON c.id = a.catid
LEFT JOIN web1_users AS ua
ON ua.id = a.created_by
LEFT JOIN web1_users AS uam
ON uam.id = a.modified_by
LEFT JOIN web1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN web1_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (20)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-01-02 20:29:36')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-01-02 20:29:36')
AND a.language IN ('en-GB','*')
ORDER BY a.created desc
LIMIT 4
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 29 | 13.30 | Using index condition; Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | rlijfkdb_romatimes.a.created_by | 1 | 100.00 | Using where |
1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | rlijfkdb_romatimes.a.modified_by | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1695 |
17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
16 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.49 ms Query memory: 0.031 MB Memory before query: 29.863 MB Rows returned: 20
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(5721,5313,4455,4442)
AND falang_content.reference_table='content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 18 | 10.00 | 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:1695 |
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/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.23 ms Query memory: 0.029 MB Memory before query: 29.892 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(20)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | const,const,const | 1 | 10.00 | 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:1695 |
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/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.12 ms Query memory: 0.029 MB Memory before query: 29.920 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(20)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | const,const,const | 1 | 10.00 | 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:1695 |
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/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.36 ms Query memory: 0.031 MB Memory before query: 29.984 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 5721
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.38 ms Query memory: 0.031 MB Memory before query: 29.991 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 5313
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.33 ms Query memory: 0.031 MB Memory before query: 30.034 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 4455
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.33 ms Query memory: 0.031 MB Memory before query: 30.077 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `web1_contentitem_tag_map` AS m
INNER JOIN `web1_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 4442
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
14 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
13 | ContentModelArticles->getItems() | JROOT/modules/mod_bt_contentslider/classes/content.php:159 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.34 ms Query memory: 0.042 MB Memory before query: 30.092 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `web1_categories` AS `s`
INNER JOIN `web1_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 20
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 34.03 | 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:1695 |
26 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
25 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
22 | ContentRouter->getCategorySegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.33 ms Query memory: 0.040 MB Memory before query: 30.180 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(1,21,20)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | falangContent | 310 | NULL | 3 | 10.00 | 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:1695 |
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/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
22 | ContentRouter->getCategorySegment() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
20 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
19 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
18 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.21 ms Query memory: 0.035 MB Memory before query: 30.196 MB Rows returned: 1
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 5721
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.20 ms Query memory: 0.035 MB Memory before query: 30.204 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 20
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.62 ms Query memory: 0.035 MB Memory before query: 30.242 MB Rows returned: 1
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 5313
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.19 ms Query memory: 0.035 MB Memory before query: 30.279 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 20
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.47 ms Query memory: 0.035 MB Memory before query: 30.316 MB Rows returned: 1
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 4455
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.20 ms Query memory: 0.035 MB Memory before query: 30.353 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 20
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.50 ms Query memory: 0.035 MB Memory before query: 30.390 MB Rows returned: 1
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 4442
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.17 ms Query memory: 0.035 MB Memory before query: 30.427 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 20
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
21 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
13 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_bt_contentslider/classes/content.php:207 |
12 | BtContentDataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 |
11 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 |
10 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 2.43 ms Query memory: 0.029 MB Memory before query: 30.388 MB Rows returned: 1
SELECT `alias`,`catid`
FROM `web1_content`
WHERE `id` = 6578
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
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/components/com_content/helpers/legacyrouter.php:366 |
17 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
16 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:437 |
15 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
14 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
13 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:138 |
12 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/modules/mod_falang/helper.php:43 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.83 ms Query memory: 0.023 MB Memory before query: 30.499 MB Rows returned: 0
SELECT `c2`.`language`,`c2`.`id`
FROM `web1_menu` AS `c`
INNER JOIN `web1_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `web1_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `web1_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 272
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
14 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
13 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:321 |
12 | MenusHelper::getAssociations() | JROOT/modules/mod_falang/helper.php:66 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.52 ms Query memory: 0.032 MB Memory before query: 30.528 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM web1_content AS a
INNER JOIN web1_categories AS c
on c.id = a.catid
LEFT JOIN web1_users AS u
on u.id = a.created_by
LEFT JOIN web1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN web1_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 6578
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-01-02 20:29:36')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-01-02 20:29:36')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | a | NULL | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.36 ms Query memory: 0.027 MB Memory before query: 30.599 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(6578)
AND falang_content.reference_table='content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 30.625 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 30.651 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.27 ms Query memory: 0.024 MB Memory before query: 30.685 MB Rows returned: 1
SELECT alias
FROM web1_content
WHERE id = 6578
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:257 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.34 ms Query memory: 0.041 MB Memory before query: 30.686 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `web1_categories` AS `s`
INNER JOIN `web1_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 23
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 37.27 | Using where |
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:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
24 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
21 | ContentRouter->getCategorySegment() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.35 ms Query memory: 0.038 MB Memory before query: 30.771 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(1,21,23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | NULL | 3 | 1.67 | 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:1695 |
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/libraries/src/Categories/Categories.php:324 |
23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
21 | ContentRouter->getCategorySegment() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.25 ms Query memory: 0.035 MB Memory before query: 30.804 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 6578
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | Using where |
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:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
24 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
23 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
22 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
21 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
20 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.21 ms Query memory: 0.034 MB Memory before query: 30.810 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 23
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | Using where |
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:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
24 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
23 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
22 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
21 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
20 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 1.38 ms Query memory: 0.033 MB Memory before query: 31.578 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `web1_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `web1_assets`
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:1695 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
21 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
19 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
18 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Asset.php:61 |
17 | Joomla\CMS\Table\Asset->__construct() | JROOT/libraries/src/Access/Access.php:783 |
16 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
13 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:128 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.27 ms Query memory: 0.032 MB Memory before query: 31.633 MB Rows returned: 0
SELECT *
FROM web1_assets
WHERE `name` = 'com_content.article.6578:tyson.fury.revealed.what.usyk.would.have.to.accept.in.
order.to.arrange.a.match.for.the.absolute.champion'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
21 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
20 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
19 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
18 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
17 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
16 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
13 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:128 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.83 ms Query memory: 0.032 MB Memory before query: 31.663 MB Rows returned: 0
SELECT *
FROM web1_assets
WHERE `name` = 'com_content.article.6578:tyson.fury.revealed.what.usyk.would.have.to.accept.in.
order.to.arrange.a.match.for.the.absolute.champion'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
21 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
20 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
19 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
18 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
17 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
16 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
13 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:128 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.34 ms Query memory: 0.032 MB Memory before query: 31.009 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM web1_content AS a
INNER JOIN web1_categories AS c
on c.id = a.catid
LEFT JOIN web1_users AS u
on u.id = a.created_by
LEFT JOIN web1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN web1_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 6578
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-01-02 20:29:36')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-01-02 20:29:36')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | a | NULL | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.31 ms Query memory: 0.027 MB Memory before query: 31.084 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(6578)
AND falang_content.reference_table='content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 31.110 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=3
AND falang_content.published=1
AND falang_content.reference_id IN(23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 31.135 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=3
AND falang_content.published=1
AND falang_content.reference_id IN(23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.24 ms Query memory: 0.024 MB Memory before query: 31.138 MB Rows returned: 1
SELECT alias
FROM web1_content
WHERE id = 6578
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:257 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.44 ms Query memory: 0.041 MB Memory before query: 31.143 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `web1_categories` AS `s`
INNER JOIN `web1_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 23
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 37.27 | Using where |
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:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
24 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
21 | ContentRouter->getCategorySegment() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.29 ms Query memory: 0.038 MB Memory before query: 31.227 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=3
AND falang_content.published=1
AND falang_content.reference_id IN(1,21,23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | NULL | 3 | 1.67 | 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:1695 |
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/libraries/src/Categories/Categories.php:324 |
23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
21 | ContentRouter->getCategorySegment() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.29 ms Query memory: 0.024 MB Memory before query: 31.252 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 272
AND fc.language_id = 3
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.00 | 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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:342 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.16 ms Query memory: 0.024 MB Memory before query: 31.247 MB Rows returned: 1
SELECT m.path
FROM web1_menu m
WHERE m.id = 272
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:351 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.18 ms Query memory: 0.024 MB Memory before query: 31.272 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 272
AND fc.language_id = 1
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:367 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.78 ms Query memory: 0.032 MB Memory before query: 31.986 MB Rows returned: 0
SELECT *
FROM web1_assets
WHERE `name` = 'com_content.article.6578:tyson.fury.revealed.what.usyk.would.have.to.accept.in.
order.to.arrange.a.match.for.the.absolute.champion'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
21 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
20 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
19 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
18 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
17 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
16 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
13 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:128 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.74 ms Query memory: 0.032 MB Memory before query: 32.016 MB Rows returned: 0
SELECT *
FROM web1_assets
WHERE `name` = 'com_content.article.6578:tyson.fury.revealed.what.usyk.would.have.to.accept.in.
order.to.arrange.a.match.for.the.absolute.champion'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1695 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
21 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
20 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
19 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
18 | JFalangDatabase->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
17 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
16 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
13 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:128 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.29 ms Query memory: 0.032 MB Memory before query: 31.363 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM web1_content AS a
INNER JOIN web1_categories AS c
on c.id = a.catid
LEFT JOIN web1_users AS u
on u.id = a.created_by
LEFT JOIN web1_categories as parent
ON parent.id = c.parent_id
LEFT JOIN web1_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 6578
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-01-02 20:29:36')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-01-02 20:29:36')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | a | NULL | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.29 ms Query memory: 0.027 MB Memory before query: 31.437 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(6578)
AND falang_content.reference_table='content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 31.463 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=2
AND falang_content.published=1
AND falang_content.reference_id IN(23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 31.489 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=2
AND falang_content.published=1
AND falang_content.reference_id IN(23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | const | 1 | 5.00 | Using index condition; 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:1695 |
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/plugins/system/falangdriver/falang_database.php:416 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/modules/mod_falang/helper.php:242 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.21 ms Query memory: 0.024 MB Memory before query: 31.490 MB Rows returned: 1
SELECT alias
FROM web1_content
WHERE id = 6578
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:257 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.40 ms Query memory: 0.041 MB Memory before query: 31.496 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `web1_categories` AS `s`
INNER JOIN `web1_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 23
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 37.27 | Using where |
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:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
24 | JFalangDatabase->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
21 | ContentRouter->getCategorySegment() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.27 ms Query memory: 0.038 MB Memory before query: 31.580 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM web1_falang_content AS falang_content
WHERE falang_content.language_id=2
AND falang_content.published=1
AND falang_content.reference_id IN(1,21,23)
AND falang_content.reference_table='categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | falang_content | NULL | range | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table | idxFalang1 | 4 | NULL | 3 | 1.67 | 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:1695 |
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/libraries/src/Categories/Categories.php:324 |
23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
21 | ContentRouter->getCategorySegment() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.20 ms Query memory: 0.034 MB Memory before query: 31.610 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 6578
AND fc.language_id = 2
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.00 | Using where |
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:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
24 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
23 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
22 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
21 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:108 |
20 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.16 ms Query memory: 0.034 MB Memory before query: 31.616 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 23
AND fc.language_id = 2
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'categories'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.00 | Using where |
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:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
24 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
23 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
22 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
21 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:129 |
20 | plgSystemFalangdriver->buildRule() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_falang/helper.php:299 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.24 ms Query memory: 0.024 MB Memory before query: 31.643 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 272
AND fc.language_id = 2
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.00 | 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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:342 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 31.665 MB Rows returned: 1
SELECT m.path
FROM web1_menu m
WHERE m.id = 272
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:351 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 31.691 MB Rows returned: 0
SELECT fc.value
FROM web1_falang_content fc
WHERE fc.reference_id = 272
AND fc.language_id = 1
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fc | NULL | ref | idxFalang1,falangContent,falangContentLanguage,reference_id,language_id,reference_table,reference_field | idxFalang1 | 608 | const,const,const | 1 | 5.14 | 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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:143 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:367 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:25 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 24.05 ms Query memory: 0.032 MB Memory before query: 34.607 MB Rows returned: 129
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
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:1695 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
21 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:178 |
20 | JFalangDatabase->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:502 |
19 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/f0f/database/driver/joomla.php:251 |
18 | F0FDatabaseDriverJoomla->getTableList() | JROOT/libraries/f0f/table/table.php:2070 |
17 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
16 | F0FTable->__construct() | JROOT/administrator/components/com_autotweet/tables/automator.php:33 |
15 | AutotweetTableAutomator->__construct() | JROOT/libraries/f0f/table/table.php:433 |
14 | F0FTable::getAnInstance() | JROOT/libraries/f0f/model/model.php:2037 |
13 | F0FModel->_createTable() | JROOT/libraries/f0f/model/model.php:1994 |
12 | F0FModel->getTable() | JROOT/administrator/components/com_autotweet/models/automators.php:91 |
11 | AutotweetModelAutomators->lastRun() | JROOT/administrator/components/com_autotweet/models/automators.php:35 |
10 | AutotweetModelAutomators->lastRunCheck() | JROOT/plugins/system/autotweetautomator/autotweetautomator.php:102 |
9 | PlgSystemAutotweetAutomator->_onAfterRender() | JROOT/plugins/system/autotweetautomator/autotweetautomator.php:211 |
8 | PlgSystemAutotweetAutomator->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.37 ms Query memory: 0.031 MB Memory before query: 34.663 MB Rows returned: 3
SHOW FULL COLUMNS
FROM `web1_autotweet_automator`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `web1_autotweet_automator`
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:1695 |
21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
20 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/database/driver/joomla.php:229 |
18 | F0FDatabaseDriverJoomla->getTableColumns() | JROOT/libraries/f0f/table/table.php:2155 |
17 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
16 | F0FTable->__construct() | JROOT/administrator/components/com_autotweet/tables/automator.php:33 |
15 | AutotweetTableAutomator->__construct() | JROOT/libraries/f0f/table/table.php:433 |
14 | F0FTable::getAnInstance() | JROOT/libraries/f0f/model/model.php:2037 |
13 | F0FModel->_createTable() | JROOT/libraries/f0f/model/model.php:1994 |
12 | F0FModel->getTable() | JROOT/administrator/components/com_autotweet/models/automators.php:91 |
11 | AutotweetModelAutomators->lastRun() | JROOT/administrator/components/com_autotweet/models/automators.php:35 |
10 | AutotweetModelAutomators->lastRunCheck() | JROOT/plugins/system/autotweetautomator/autotweetautomator.php:102 |
9 | PlgSystemAutotweetAutomator->_onAfterRender() | JROOT/plugins/system/autotweetautomator/autotweetautomator.php:211 |
8 | PlgSystemAutotweetAutomator->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.85 ms Query memory: 0.026 MB Memory before query: 34.798 MB Rows returned: 1
SELECT web1_autotweet_automator.*
FROM web1_autotweet_automator
WHERE `web1_autotweet_automator`.`plugin` = 'automator'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_autotweet_automator | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | 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:1695 |
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:434 |
14 | JFalangDatabase->loadAssoc() | JROOT/libraries/f0f/database/driver/joomla.php:291 |
13 | F0FDatabaseDriverJoomla->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
12 | F0FTable->load() | JROOT/administrator/components/com_autotweet/models/automators.php:96 |
11 | AutotweetModelAutomators->lastRun() | JROOT/administrator/components/com_autotweet/models/automators.php:35 |
10 | AutotweetModelAutomators->lastRunCheck() | JROOT/plugins/system/autotweetautomator/autotweetautomator.php:102 |
9 | PlgSystemAutotweetAutomator->_onAfterRender() | JROOT/plugins/system/autotweetautomator/autotweetautomator.php:211 |
8 | PlgSystemAutotweetAutomator->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.27 ms Query memory: 0.027 MB Memory before query: 34.824 MB Rows returned: 1
SELECT web1_autotweet_automator.*
FROM web1_autotweet_automator
WHERE `web1_autotweet_automator`.`id` = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_autotweet_automator | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
18 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
17 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
16 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
15 | JFalangDatabase->loadAssoc() | JROOT/libraries/f0f/database/driver/joomla.php:291 |
14 | F0FDatabaseDriverJoomla->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
13 | F0FTable->load() | JROOT/libraries/f0f/model/model.php:1154 |
12 | F0FModel->getItem() | JROOT/administrator/components/com_autotweet/models/automators.php:100 |
11 | AutotweetModelAutomators->lastRun() | JROOT/administrator/components/com_autotweet/models/automators.php:35 |
10 | AutotweetModelAutomators->lastRunCheck() | JROOT/plugins/system/autotweetautomator/autotweetautomator.php:102 |
9 | PlgSystemAutotweetAutomator->_onAfterRender() | JROOT/plugins/system/autotweetautomator/autotweetautomator.php:211 |
8 | PlgSystemAutotweetAutomator->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.28 ms Query memory: 0.014 MB Memory before query: 34.892 MB
SET sql_big_selects=1
EXPLAIN not possible on query: SET sql_big_selects=1
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/plugins/system/falangdriver/falang_database.php:124 |
10 | JFalangDatabase->query() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:236 |
9 | PlgAutotweetBase->onContentPolling() | JROOT/plugins/system/autotweetcontent/autotweetcontent.php:446 |
8 | PlgSystemAutotweetContent->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.34 ms Query memory: 0.027 MB Memory before query: 34.925 MB Rows returned: 1
SELECT web1_autotweet_automator.*
FROM web1_autotweet_automator
WHERE `web1_autotweet_automator`.`plugin` = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_autotweet_automator | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | 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:1695 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
18 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:416 |
17 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:351 |
16 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
15 | JFalangDatabase->loadAssoc() | JROOT/libraries/f0f/database/driver/joomla.php:291 |
14 | F0FDatabaseDriverJoomla->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
13 | F0FTable->load() | JROOT/administrator/components/com_autotweet/models/automators.php:96 |
12 | AutotweetModelAutomators->lastRun() | JROOT/administrator/components/com_autotweet/models/automators.php:35 |
11 | AutotweetModelAutomators->lastRunCheck() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:648 |
10 | PlgAutotweetBase->executeContentPolling() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:238 |
9 | PlgAutotweetBase->onContentPolling() | JROOT/plugins/system/autotweetcontent/autotweetcontent.php:446 |
8 | PlgSystemAutotweetContent->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.21 ms Query memory: 0.028 MB Memory before query: 34.952 MB Rows returned: 1
SELECT web1_autotweet_automator.*
FROM web1_autotweet_automator
WHERE `web1_autotweet_automator`.`id` = '2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_autotweet_automator | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1695 |
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/plugins/system/falangdriver/falang_database.php:351 |
17 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:434 |
16 | JFalangDatabase->loadAssoc() | JROOT/libraries/f0f/database/driver/joomla.php:291 |
15 | F0FDatabaseDriverJoomla->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
14 | F0FTable->load() | JROOT/libraries/f0f/model/model.php:1154 |
13 | F0FModel->getItem() | JROOT/administrator/components/com_autotweet/models/automators.php:100 |
12 | AutotweetModelAutomators->lastRun() | JROOT/administrator/components/com_autotweet/models/automators.php:35 |
11 | AutotweetModelAutomators->lastRunCheck() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:648 |
10 | PlgAutotweetBase->executeContentPolling() | JROOT/administrator/components/com_autotweet/helpers/autotweetbase.php:238 |
9 | PlgAutotweetBase->onContentPolling() | JROOT/plugins/system/autotweetcontent/autotweetcontent.php:446 |
8 | PlgSystemAutotweetContent->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 27.26 ms Query memory: 0.022 MB Memory before query: 35.643 MB Rows returned: 84
SELECT *
FROM web1_acymailing_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | web1_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 84 | 100.00 | NULL |
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:1695 |
13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:282 |
12 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
11 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:454 |
10 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1128 |
9 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/plugins/system/regacymailing/regacymailing.php:139 |
8 | plgSystemRegacymailing->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |