Query Time: 3.23 ms Query memory: 0.044 MB Memory before query: 3.203 MB Rows returned: 20
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 me8cu_menu AS m
LEFT JOIN me8cu_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
EXPLAIN not possible on query: 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 me8cu_menu AS m
LEFT JOIN me8cu_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
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:100 |
18 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
16 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
15 | JMenuSite->{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
13 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
12 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
11 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT/libraries/cms/router/router.php:597 |
9 | JRouter->processParseRules() | JROOT/libraries/cms/router/site.php:584 |
8 | JRouterSite->processParseRules() | JROOT/libraries/cms/router/router.php:571 |
7 | JRouter->_processParseRules() | JROOT/libraries/cms/router/router.php:225 |
6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1146 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.97 ms After last query: 3.93 ms Query memory: 0.034 MB Memory before query: 3.270 MB Rows returned: 13
SELECT joomlatablename,tablepkID
FROM `me8cu_falang_tableinfo`
EXPLAIN not possible on query: SELECT joomlatablename,tablepkID FROM `me8cu_falang_tableinfo`
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:100 |
23 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
21 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:147 |
20 | FalangManager->_loadPrimaryKeyData() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:60 |
19 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:88 |
18 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:52 |
17 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
16 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
15 | JMenuSite->{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
13 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
12 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
11 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT/libraries/cms/router/router.php:597 |
9 | JRouter->processParseRules() | JROOT/libraries/cms/router/site.php:584 |
8 | JRouterSite->processParseRules() | JROOT/libraries/cms/router/router.php:571 |
7 | JRouter->_processParseRules() | JROOT/libraries/cms/router/router.php:225 |
6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1146 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.74 ms After last query: 0.18 ms Query memory: 0.038 MB Memory before query: 3.287 MB Rows returned: 6
SELECT *
FROM me8cu_languages
ORDER BY ordering
EXPLAIN not possible on query: SELECT * FROM me8cu_languages ORDER BY ordering
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:100 |
23 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
21 | JFalangDatabase->loadObjectList() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:322 |
20 | FalangManager->getLanguages() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:66 |
19 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:88 |
18 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:52 |
17 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
16 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
15 | JMenuSite->{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
13 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
12 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
11 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT/libraries/cms/router/router.php:597 |
9 | JRouter->processParseRules() | JROOT/libraries/cms/router/site.php:584 |
8 | JRouterSite->processParseRules() | JROOT/libraries/cms/router/router.php:571 |
7 | JRouter->_processParseRules() | JROOT/libraries/cms/router/router.php:225 |
6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1146 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.39 ms After last query: 5.72 ms Query memory: 0.039 MB Memory before query: 3.323 MB Rows returned: 14
SHOW FULL COLUMNS
FROM `me8cu_languages`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `me8cu_languages`
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:100 |
27 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
26 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
25 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
23 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
22 | JTable->__construct() | JROOT/administrator/components/com_falang/tables/JFLanguage.php:77 |
21 | TableJFLanguage->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:328 |
20 | FalangManager->getLanguages() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:66 |
19 | FalangManager->__construct() | JROOT/administrator/components/com_falang/classes/FalangManager.class.php:88 |
18 | FalangManager::getInstance() | JROOT/components/com_falang/helpers/falang.class.php:52 |
17 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
16 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
15 | JMenuSite->{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
13 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
12 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
11 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT/libraries/cms/router/router.php:597 |
9 | JRouter->processParseRules() | JROOT/libraries/cms/router/site.php:584 |
8 | JRouterSite->processParseRules() | JROOT/libraries/cms/router/router.php:571 |
7 | JRouter->_processParseRules() | JROOT/libraries/cms/router/router.php:225 |
6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1146 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 8.87 ms After last query: 2.14 ms Query memory: 0.046 MB Memory before query: 3.447 MB Rows returned: 99
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(784,1939,1937,1941,1942,1943,1944,1945,1946,1947,1948,1950,1949,1951,1938,1952,1953,1954,1968,1969)
AND falang_content.reference_table='menu'
EXPLAIN not possible on query: SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(784,1939,1937,1941,1942,1943,1944,1945,1946,1947,1948,1950,1949,1951,1938,1952,1953,1954,1968,1969)
AND falang_content.reference_table='menu'
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:100 |
21 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
20 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:276 |
19 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:252 |
18 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:125 |
17 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
16 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
15 | JMenuSite->{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
14 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
13 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
12 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
11 | JMenuSite->__construct() | JROOT/plugins/system/falangdriver/falangdriver.php:264 |
10 | plgSystemFalangdriver->parseRule() | JROOT/libraries/cms/router/router.php:597 |
9 | JRouter->processParseRules() | JROOT/libraries/cms/router/site.php:584 |
8 | JRouterSite->processParseRules() | JROOT/libraries/cms/router/router.php:571 |
7 | JRouter->_processParseRules() | JROOT/libraries/cms/router/router.php:225 |
6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1146 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.35 ms After last query: 15.72 ms Query memory: 0.030 MB Memory before query: 3.414 MB Rows returned: 5
SELECT id, home, template, s.params
FROM me8cu_template_styles as s
LEFT JOIN me8cu_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
EXPLAIN not possible on query: SELECT id, home, template, s.params
FROM me8cu_template_styles as s
LEFT JOIN me8cu_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
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
13 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
11 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/application/site.php:485 |
10 | JApplicationSite->getTemplate() | JROOT/plugins/system/plg_sj_k2_filter/plg_sj_k2_filter.php:73 |
9 | plgSystemPlg_Sj_K2_Filter->_autoOverride() | JROOT/plugins/system/plg_sj_k2_filter/plg_sj_k2_filter.php:59 |
8 | plgSystemPlg_Sj_K2_Filter->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.75 ms After last query: 17.21 ms Query memory: 0.031 MB Memory before query: 3.904 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `me8cu_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `me8cu_extensions`
WHERE `type` = 'library' AND `element` = 'joomla'
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:100 |
20 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
18 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
17 | JFalangDatabase->loadObject() | JROOT/libraries/cms/library/helper.php:166 |
16 | JLibraryHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
15 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 |
14 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 |
13 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 |
12 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 |
11 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
10 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
9 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:40 |
8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.85 ms After last query: 0.38 ms Query memory: 0.009 MB Memory before query: 3.901 MB
UPDATE `me8cu_extensions`
SET `params` = '{\"mediaversion\":\"2a73ed3b0a408fc63f7875fab2c32e00\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `me8cu_extensions`
SET `params` = '{\"mediaversion\":\"2a73ed3b0a408fc63f7875fab2c32e00\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
14 | JFalangDatabase->execute() | JROOT/libraries/cms/library/helper.php:116 |
13 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 |
12 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 |
11 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
10 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
9 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:40 |
8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.86 ms After last query: 20.61 ms Query memory: 0.033 MB Memory before query: 4.383 MB Rows returned: 39
SELECT `id`,`name`,`rules`,`parent_id`
FROM `me8cu_assets`
WHERE `name` IN ('root.1','com_admin','com_advancedmodules','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_content','com_contenthistory','com_cpanel','com_falang','com_fields','com_finder','com_installer','com_jce','com_joomlaupdate','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osmap','com_plugins','com_postinstall','com_redirect','com_rereplacer','com_search','com_sigpro','com_spupgrade','com_tags','com_templates','com_uniform','com_users','com_weblinks','com_wrapper')
EXPLAIN not possible on query: SELECT `id`,`name`,`rules`,`parent_id`
FROM `me8cu_assets`
WHERE `name` IN ('root.1','com_admin','com_advancedmodules','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_content','com_contenthistory','com_cpanel','com_falang','com_fields','com_finder','com_installer','com_jce','com_joomlaupdate','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osmap','com_plugins','com_postinstall','com_redirect','com_rereplacer','com_search','com_sigpro','com_spupgrade','com_tags','com_templates','com_uniform','com_users','com_weblinks','com_wrapper')
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:100 |
14 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
12 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |
11 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
10 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
9 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
8 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.30 ms After last query: 17.03 ms Query memory: 0.030 MB Memory before query: 4.552 MB Rows returned: 16
SELECT id
FROM me8cu_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1)
EXPLAIN not possible on query: SELECT id FROM me8cu_k2_categories WHERE published=1 AND trash=0 AND access IN(1,1)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:176 |
13 | JFalangDatabase->loadColumn() | JROOT/components/com_k2/helpers/permissions.php:274 |
12 | K2HelperPermissions::canAddItem() | JROOT/components/com_k2/views/item/view.html.php:36 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.90 ms After last query: 0.33 ms Query memory: 0.035 MB Memory before query: 4.576 MB Rows returned: 32
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(3,5,33,23,24,25,26,27,28,29,30,31,32,38,39,40)
AND falang_content.reference_table='k2_categories'
EXPLAIN not possible on query: SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(3,5,33,23,24,25,26,27,28,29,30,31,32,38,39,40)
AND falang_content.reference_table='k2_categories'
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:100 |
19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:276 |
17 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:252 |
16 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:125 |
15 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:176 |
13 | JFalangDatabase->loadColumn() | JROOT/components/com_k2/helpers/permissions.php:274 |
12 | K2HelperPermissions::canAddItem() | JROOT/components/com_k2/views/item/view.html.php:36 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.07 ms After last query: 0.38 ms Query memory: 0.045 MB Memory before query: 4.580 MB Rows returned: 1
SELECT *
FROM me8cu_k2_items
WHERE id=114
AND language IN ('en-GB','*')
LIMIT 0, 1
EXPLAIN not possible on query: SELECT * FROM me8cu_k2_items WHERE id=114 AND language IN ('en-GB','*') LIMIT 0, 1
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_k2/models/item.php:36 |
12 | K2ModelItem->getData() | JROOT/components/com_k2/views/item/view.html.php:42 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.94 ms After last query: 0.32 ms Query memory: 0.032 MB Memory before query: 4.630 MB Rows returned: 6
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(114)
AND falang_content.reference_table='k2_items'
EXPLAIN not possible on query: SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(114)
AND falang_content.reference_table='k2_items'
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:100 |
19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:276 |
17 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:252 |
16 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:125 |
15 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
13 | JFalangDatabase->loadObject() | JROOT/components/com_k2/models/item.php:36 |
12 | K2ModelItem->getData() | JROOT/components/com_k2/views/item/view.html.php:42 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.00 ms After last query: 2.02 ms Query memory: 0.036 MB Memory before query: 4.651 MB Rows returned: 14
SHOW FULL COLUMNS
FROM `me8cu_k2_categories`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `me8cu_k2_categories`
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:100 |
20 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
18 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
15 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2category.php:36 |
14 | TableK2Category->__construct() | JROOT/libraries/joomla/table/table.php:311 |
13 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:74 |
12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.58 ms After last query: 0.29 ms Query memory: 0.035 MB Memory before query: 4.688 MB Rows returned: 1
SELECT *
FROM me8cu_k2_categories
WHERE id = '38'
EXPLAIN not possible on query: SELECT * FROM me8cu_k2_categories WHERE id = '38'
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:100 |
19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
16 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
15 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:432 |
14 | JFalangDatabase->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:67 |
13 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.82 ms After last query: 0.34 ms Query memory: 0.033 MB Memory before query: 4.695 MB Rows returned: 0
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(38)
AND falang_content.reference_table='k2_categories'
EXPLAIN not possible on query: SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(38)
AND falang_content.reference_table='k2_categories'
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:100 |
22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:276 |
20 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:252 |
19 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:125 |
18 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
16 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
15 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:432 |
14 | JFalangDatabase->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:67 |
13 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.91 ms After last query: 1.83 ms Query memory: 0.033 MB Memory before query: 4.716 MB Rows returned: 16
SELECT id, name, parent
FROM me8cu_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1)
AND language IN('en-GB', '*')
ORDER BY parent
EXPLAIN not possible on query: SELECT id, name, parent FROM me8cu_k2_categories WHERE published=1 AND trash=0 AND access IN(1,1) AND language IN('en-GB', '*') ORDER BY parent
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:100 |
18 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
16 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/plg_sj_k2_filter/plg_sj_k2_filter.php(127) : eval()'d code:1245 |
15 | K2ModelItemlistDefault->getCategoriesTree() | JROOT/components/com_k2/helpers/route.php:314 |
14 | K2HelperRoute::_findItem() | JROOT/components/com_k2/helpers/route.php:58 |
13 | K2HelperRoute::getCategoryRoute() | JROOT/components/com_k2/models/item.php:78 |
12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.41 ms After last query: 0.41 ms Query memory: 0.036 MB Memory before query: 4.735 MB Rows returned: 32
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(3,39,38,40,5,30,33,23,24,29,27,26,25,28,31,32)
AND falang_content.reference_table='k2_categories'
EXPLAIN not possible on query: SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(3,39,38,40,5,30,33,23,24,29,27,26,25,28,31,32)
AND falang_content.reference_table='k2_categories'
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:100 |
21 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
20 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:276 |
19 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:252 |
18 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:125 |
17 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
16 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/plg_sj_k2_filter/plg_sj_k2_filter.php(127) : eval()'d code:1245 |
15 | K2ModelItemlistDefault->getCategoriesTree() | JROOT/components/com_k2/helpers/route.php:314 |
14 | K2HelperRoute::_findItem() | JROOT/components/com_k2/helpers/route.php:58 |
13 | K2HelperRoute::getCategoryRoute() | JROOT/components/com_k2/models/item.php:78 |
12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.78 ms After last query: 1.03 ms Query memory: 0.034 MB Memory before query: 4.752 MB Rows returned: 1
SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 114
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'k2_items'
EXPLAIN not possible on query: SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 114 AND fc.language_id = 1 AND fc.reference_field = 'alias' AND fc.published = 1 AND fc.reference_table = 'k2_items'
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:100 |
25 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
23 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
20 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:233 |
19 | plgSystemFalangdriver->buildRule() | JROOT/libraries/cms/router/router.php:639 |
18 | JRouter->processBuildRules() | JROOT/libraries/cms/router/site.php:645 |
17 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:615 |
16 | JRouter->_processBuildRules() | JROOT/libraries/cms/router/router.php:271 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/components/com_k2/models/item.php:82 |
12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.38 ms After last query: 0.44 ms Query memory: 0.034 MB Memory before query: 4.767 MB Rows returned: 1
SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 114
AND fc.language_id = 1
AND fc.reference_field = 'alias'
AND fc.published = 1
AND fc.reference_table = 'k2_items'
EXPLAIN not possible on query: SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 114 AND fc.language_id = 1 AND fc.reference_field = 'alias' AND fc.published = 1 AND fc.reference_table = 'k2_items'
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:100 |
25 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
23 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
22 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
21 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
20 | JFalangDatabase->loadResult() | JROOT/plugins/system/falangdriver/falangdriver.php:233 |
19 | plgSystemFalangdriver->buildRule() | JROOT/libraries/cms/router/router.php:639 |
18 | JRouter->processBuildRules() | JROOT/libraries/cms/router/site.php:645 |
17 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:615 |
16 | JRouter->_processBuildRules() | JROOT/libraries/cms/router/router.php:271 |
15 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
14 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
13 | JRoute::_() | JROOT/components/com_k2/models/item.php:85 |
12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.22 ms After last query: 2.92 ms Query memory: 0.030 MB Memory before query: 4.843 MB Rows returned: 1
SELECT COUNT(*)
FROM me8cu_k2_comments
WHERE itemID=114
AND published=1
EXPLAIN not possible on query: SELECT COUNT(*) FROM me8cu_k2_comments WHERE itemID=114 AND published=1
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
19 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
17 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
16 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
15 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
14 | JFalangDatabase->loadResult() | JROOT/components/com_k2/models/item.php:1739 |
13 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.23 ms After last query: 25.88 ms Query memory: 0.035 MB Memory before query: 5.022 MB Rows returned: 0
SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'articles')
ORDER BY r.ordering, r.id
EXPLAIN not possible on query: SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1 AND (r.area = 'articles')
ORDER BY r.ordering, r.id
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:100 |
22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
20 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:45 |
19 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Helper.php:27 |
18 | RegularLabs\Plugin\System\ReReplacer\Helper->onContentPrepare() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/plugins/system/rereplacer/src/Plugin.php:92 |
16 | RegularLabs\Plugin\System\ReReplacer\Plugin->run() | JROOT/plugins/system/rereplacer/rereplacer.php:59 |
15 | PlgSystemReReplacer->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:610 |
12 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/item/view.html.php:54 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 5.03 ms After last query: 8.72 ms Query memory: 0.043 MB Memory before query: 5.056 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
FROM me8cu_fields AS a
LEFT JOIN `me8cu_languages` AS l
ON l.lang_code = a.language
LEFT JOIN me8cu_users AS uc
ON uc.id=a.checked_out
LEFT JOIN me8cu_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN me8cu_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN me8cu_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `me8cu_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_k2.item'
AND (fc.category_id IS NULL OR fc.category_id IN (38,0))
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
EXPLAIN not possible on query: 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
FROM me8cu_fields AS a
LEFT JOIN `me8cu_languages` AS l ON l.lang_code = a.language
LEFT JOIN me8cu_users AS uc ON uc.id=a.checked_out
LEFT JOIN me8cu_viewlevels AS ag ON ag.id = a.access
LEFT JOIN me8cu_users AS ua ON ua.id = a.created_user_id
LEFT JOIN me8cu_fields_groups AS g ON g.id = a.group_id
LEFT JOIN `me8cu_fields_categories` AS fc ON fc.field_id = a.id
WHERE a.context = 'com_k2.item' AND (fc.category_id IS NULL OR fc.category_id IN (38,0)) AND a.access IN (1,1) AND (a.group_id = 0 OR g.access IN (1,1)) AND a.state = 1 AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
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:100 |
22 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
20 | JFalangDatabase->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
19 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |
18 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
17 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
16 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
15 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:610 |
12 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/item/view.html.php:54 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.85 ms After last query: 1222.29 ms Query memory: 0.043 MB Memory before query: 5.289 MB Rows returned: 36
SHOW FULL COLUMNS
FROM `me8cu_k2_items`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `me8cu_k2_items`
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:100 |
20 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
18 | JFalangDatabase->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
15 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2item.php:58 |
14 | TableK2Item->__construct() | JROOT/libraries/joomla/table/table.php:311 |
13 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:923 |
12 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:136 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.58 ms After last query: 0.41 ms Query memory: 0.010 MB Memory before query: 5.365 MB
UPDATE me8cu_k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '114'
EXPLAIN not possible on query: UPDATE me8cu_k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '114'
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:100 |
14 | JFalangDatabase->execute() | JROOT/libraries/joomla/table/table.php:1240 |
13 | JTable->hit() | JROOT/components/com_k2/models/item.php:924 |
12 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:136 |
11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.80 ms After last query: 17.28 ms Query memory: 0.029 MB Memory before query: 5.431 MB Rows returned: 1
SELECT template_style_id
FROM me8cu_menu
WHERE id = 1939
EXPLAIN not possible on query: SELECT template_style_id FROM me8cu_menu WHERE id = 1939
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:100 |
16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
13 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
12 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
11 | JFalangDatabase->loadResult() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:184 |
10 | YtFrameworkTemplate->isOverrideTemplate() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:30 |
9 | YtFrameworkTemplate->YtFrameworkTemplate() | JROOT/templates/scmtec/includes/frame_inc.php:31 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.58 ms After last query: 0.24 ms Query memory: 0.029 MB Memory before query: 5.445 MB Rows returned: 1
SELECT id
FROM me8cu_template_styles
WHERE home = 1
AND client_id = 0
EXPLAIN not possible on query: SELECT id FROM me8cu_template_styles WHERE home = 1 AND client_id = 0
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:100 |
16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
13 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
12 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
11 | JFalangDatabase->loadResult() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:188 |
10 | YtFrameworkTemplate->isOverrideTemplate() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:30 |
9 | YtFrameworkTemplate->YtFrameworkTemplate() | JROOT/templates/scmtec/includes/frame_inc.php:31 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 9.84 ms After last query: 1.97 ms Query memory: 0.114 MB Memory before query: 5.470 MB Rows returned: 29
SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM me8cu_modules AS m
LEFT JOIN me8cu_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN me8cu_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.client_id = 0
AND m.access IN (1,1)
AND m.language IN ('en-GB','*')
ORDER BY m.ordering, m.id
EXPLAIN not possible on query: SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM me8cu_modules AS m
LEFT JOIN me8cu_extensions AS e ON e.element = m.module AND e.client_id = m.client_id
LEFT JOIN me8cu_advancedmodules as am ON am.moduleid = m.id
WHERE m.published = 1 AND e.enabled = 1 AND m.client_id = 0 AND m.access IN (1,1) AND m.language IN ('en-GB','*')
ORDER BY m.ordering, m.id
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/advancedmodules/modulehelper.php:455 |
14 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
12 | JDocumentHtml->countModules() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:184 |
11 | YtFrameworkRenderXML->getBlocks() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:121 |
10 | YtFrameworkRenderXML->getTagBody() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:48 |
9 | YtFrameworkRenderXML->YtFrameworkRenderXML() | JROOT/templates/scmtec/includes/frame_inc.php:102 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 5.67 ms After last query: 0.73 ms Query memory: 0.035 MB Memory before query: 5.631 MB Rows returned: 22
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(715,716,719,418,599,640,641,670,674,675,678,683,684,685,687,689,691,693,696,699,703,705,707,708,710,717,690,712,692)
AND falang_content.reference_table='modules'
EXPLAIN not possible on query: SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(715,716,719,418,599,640,641,670,674,675,678,683,684,685,687,689,691,693,696,699,703,705,707,708,710,717,690,712,692)
AND falang_content.reference_table='modules'
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:100 |
20 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:276 |
18 | JFalangDatabase->loadObjectList() | JROOT/components/com_falang/helpers/falang.class.php:252 |
17 | Falang::translateListWithIDs() | JROOT/components/com_falang/helpers/falang.class.php:125 |
16 | Falang::translateList() | JROOT/plugins/system/falangdriver/falang_database.php:332 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/advancedmodules/modulehelper.php:455 |
14 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
12 | JDocumentHtml->countModules() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:184 |
11 | YtFrameworkRenderXML->getBlocks() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:121 |
10 | YtFrameworkRenderXML->getTagBody() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:48 |
9 | YtFrameworkRenderXML->YtFrameworkRenderXML() | JROOT/templates/scmtec/includes/frame_inc.php:102 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.90 ms After last query: 21.64 ms Query memory: 0.035 MB Memory before query: 6.016 MB Rows returned: 1
SELECT m.menutype
FROM me8cu_menu AS m
WHERE m.id = 1939
EXPLAIN not possible on query: SELECT m.menutype
FROM me8cu_menu AS m
WHERE m.id = 1939
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:100 |
27 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
26 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
25 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
24 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
23 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
22 | JFalangDatabase->loadResult() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:75 |
21 | nnFrameworkAssignmentsMenu->getMenuType() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:27 |
20 | nnFrameworkAssignmentsMenu->passMenu() | JROOT/plugins/system/nnframework/helpers/assignments.php:330 |
19 | nnFrameworkAssignmentsHelper->passAllByType() | JROOT/plugins/system/nnframework/helpers/assignments.php:275 |
18 | nnFrameworkAssignmentsHelper->passAll() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:418 |
17 | plgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
15 | JApplicationBase->triggerEvent() | JROOT/plugins/system/advancedmodules/modulehelper.php:508 |
14 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
12 | JDocumentHtml->countModules() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:184 |
11 | YtFrameworkRenderXML->getBlocks() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:121 |
10 | YtFrameworkRenderXML->getTagBody() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:48 |
9 | YtFrameworkRenderXML->YtFrameworkRenderXML() | JROOT/templates/scmtec/includes/frame_inc.php:102 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.43 ms After last query: 0.89 ms Query memory: 0.036 MB Memory before query: 6.049 MB Rows returned: 1
SELECT t.parent_id
FROM me8cu_menu as t
WHERE t.id = 1939
EXPLAIN not possible on query: SELECT t.parent_id
FROM me8cu_menu as t
WHERE t.id = 1939
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:100 |
28 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
27 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
26 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
25 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
24 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
23 | JFalangDatabase->loadResult() | JROOT/plugins/system/nnframework/helpers/assignments.php:497 |
22 | nnFrameworkAssignmentsHelper->getParentIds() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:63 |
21 | nnFrameworkAssignmentsMenu->getParentIds() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:39 |
20 | nnFrameworkAssignmentsMenu->passMenu() | JROOT/plugins/system/nnframework/helpers/assignments.php:330 |
19 | nnFrameworkAssignmentsHelper->passAllByType() | JROOT/plugins/system/nnframework/helpers/assignments.php:275 |
18 | nnFrameworkAssignmentsHelper->passAll() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:418 |
17 | plgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
15 | JApplicationBase->triggerEvent() | JROOT/plugins/system/advancedmodules/modulehelper.php:508 |
14 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
12 | JDocumentHtml->countModules() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:184 |
11 | YtFrameworkRenderXML->getBlocks() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:121 |
10 | YtFrameworkRenderXML->getTagBody() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:48 |
9 | YtFrameworkRenderXML->YtFrameworkRenderXML() | JROOT/templates/scmtec/includes/frame_inc.php:102 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.73 ms After last query: 0.31 ms Query memory: 0.036 MB Memory before query: 6.067 MB Rows returned: 1
SELECT t.parent_id
FROM me8cu_menu as t
WHERE t.id = 1
EXPLAIN not possible on query: SELECT t.parent_id
FROM me8cu_menu as t
WHERE t.id = 1
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:100 |
28 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
27 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
26 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
25 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
24 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
23 | JFalangDatabase->loadResult() | JROOT/plugins/system/nnframework/helpers/assignments.php:497 |
22 | nnFrameworkAssignmentsHelper->getParentIds() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:63 |
21 | nnFrameworkAssignmentsMenu->getParentIds() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:39 |
20 | nnFrameworkAssignmentsMenu->passMenu() | JROOT/plugins/system/nnframework/helpers/assignments.php:330 |
19 | nnFrameworkAssignmentsHelper->passAllByType() | JROOT/plugins/system/nnframework/helpers/assignments.php:275 |
18 | nnFrameworkAssignmentsHelper->passAll() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:418 |
17 | plgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
15 | JApplicationBase->triggerEvent() | JROOT/plugins/system/advancedmodules/modulehelper.php:508 |
14 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
12 | JDocumentHtml->countModules() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:184 |
11 | YtFrameworkRenderXML->getBlocks() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:121 |
10 | YtFrameworkRenderXML->getTagBody() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:48 |
9 | YtFrameworkRenderXML->YtFrameworkRenderXML() | JROOT/templates/scmtec/includes/frame_inc.php:102 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.50 ms After last query: 1.82 ms Query memory: 0.037 MB Memory before query: 6.158 MB Rows returned: 1
SELECT i.catid
FROM me8cu_k2_items AS i
WHERE i.id = 114
EXPLAIN not possible on query: SELECT i.catid
FROM me8cu_k2_items AS i
WHERE i.id = 114
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:100 |
28 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
27 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
26 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
25 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
24 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
23 | JFalangDatabase->loadResult() | JROOT/plugins/system/nnframework/helpers/assignments/k2.php:103 |
22 | nnFrameworkAssignmentsK2->getCategoryIDFromItem() | JROOT/plugins/system/nnframework/helpers/assignments/k2.php:73 |
21 | nnFrameworkAssignmentsK2->getCategories() | JROOT/plugins/system/nnframework/helpers/assignments/k2.php:48 |
20 | nnFrameworkAssignmentsK2->passCategories() | JROOT/plugins/system/nnframework/helpers/assignments.php:330 |
19 | nnFrameworkAssignmentsHelper->passAllByType() | JROOT/plugins/system/nnframework/helpers/assignments.php:275 |
18 | nnFrameworkAssignmentsHelper->passAll() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:418 |
17 | plgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
15 | JApplicationBase->triggerEvent() | JROOT/plugins/system/advancedmodules/modulehelper.php:508 |
14 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
12 | JDocumentHtml->countModules() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:184 |
11 | YtFrameworkRenderXML->getBlocks() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:121 |
10 | YtFrameworkRenderXML->getTagBody() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:48 |
9 | YtFrameworkRenderXML->YtFrameworkRenderXML() | JROOT/templates/scmtec/includes/frame_inc.php:102 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.48 ms After last query: 0.23 ms Query memory: 0.036 MB Memory before query: 6.179 MB Rows returned: 1
SELECT t.parent
FROM me8cu_k2_categories as t
WHERE t.id = 38
EXPLAIN not possible on query: SELECT t.parent
FROM me8cu_k2_categories as t
WHERE t.id = 38
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:100 |
28 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
27 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
26 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
25 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
24 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
23 | JFalangDatabase->loadResult() | JROOT/plugins/system/nnframework/helpers/assignments.php:497 |
22 | nnFrameworkAssignmentsHelper->getParentIds() | JROOT/plugins/system/nnframework/helpers/assignments/k2.php:196 |
21 | nnFrameworkAssignmentsK2->getCatParentIds() | JROOT/plugins/system/nnframework/helpers/assignments/k2.php:61 |
20 | nnFrameworkAssignmentsK2->passCategories() | JROOT/plugins/system/nnframework/helpers/assignments.php:330 |
19 | nnFrameworkAssignmentsHelper->passAllByType() | JROOT/plugins/system/nnframework/helpers/assignments.php:275 |
18 | nnFrameworkAssignmentsHelper->passAll() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:418 |
17 | plgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
15 | JApplicationBase->triggerEvent() | JROOT/plugins/system/advancedmodules/modulehelper.php:508 |
14 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
12 | JDocumentHtml->countModules() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:184 |
11 | YtFrameworkRenderXML->getBlocks() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:121 |
10 | YtFrameworkRenderXML->getTagBody() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:48 |
9 | YtFrameworkRenderXML->YtFrameworkRenderXML() | JROOT/templates/scmtec/includes/frame_inc.php:102 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.44 ms After last query: 1.37 ms Query memory: 0.036 MB Memory before query: 6.209 MB Rows returned: 1
SELECT i.catid
FROM me8cu_k2_items AS i
WHERE i.id = 114
EXPLAIN not possible on query: SELECT i.catid
FROM me8cu_k2_items AS i
WHERE i.id = 114
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:100 |
28 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
27 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
26 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
25 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
24 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
23 | JFalangDatabase->loadResult() | JROOT/plugins/system/nnframework/helpers/assignments/k2.php:103 |
22 | nnFrameworkAssignmentsK2->getCategoryIDFromItem() | JROOT/plugins/system/nnframework/helpers/assignments/k2.php:73 |
21 | nnFrameworkAssignmentsK2->getCategories() | JROOT/plugins/system/nnframework/helpers/assignments/k2.php:48 |
20 | nnFrameworkAssignmentsK2->passCategories() | JROOT/plugins/system/nnframework/helpers/assignments.php:330 |
19 | nnFrameworkAssignmentsHelper->passAllByType() | JROOT/plugins/system/nnframework/helpers/assignments.php:275 |
18 | nnFrameworkAssignmentsHelper->passAll() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:418 |
17 | plgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
15 | JApplicationBase->triggerEvent() | JROOT/plugins/system/advancedmodules/modulehelper.php:508 |
14 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
12 | JDocumentHtml->countModules() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:184 |
11 | YtFrameworkRenderXML->getBlocks() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:121 |
10 | YtFrameworkRenderXML->getTagBody() | JROOT/plugins/system/yt/includes/site/lib/yt_renderxml.php:48 |
9 | YtFrameworkRenderXML->YtFrameworkRenderXML() | JROOT/templates/scmtec/includes/frame_inc.php:102 |
8 | include_once JROOT/templates/scmtec/includes/frame_inc.php | JROOT/templates/scmtec/index.php:24 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.59 ms After last query: 2.93 ms Query memory: 0.025 MB Memory before query: 6.159 MB Rows returned: 1
SELECT home
FROM me8cu_menu
WHERE id=1939
EXPLAIN not possible on query: SELECT home FROM me8cu_menu WHERE id=1939
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/falangdriver/falang_database.php:100 |
10 | JFalangDatabase->execute() | JROOT/plugins/system/falangdriver/falang_database.php:119 |
9 | JFalangDatabase->query() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:172 |
8 | YtFrameworkTemplate->isHomePage() | JROOT/templates/scmtec/index.php:78 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.40 ms After last query: 0.15 ms Query memory: 0.027 MB Memory before query: 6.167 MB Rows returned: 1
SELECT home
FROM me8cu_menu
WHERE id=1939
EXPLAIN not possible on query: SELECT home FROM me8cu_menu WHERE id=1939
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:100 |
14 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
12 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
11 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
10 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
9 | JFalangDatabase->loadResult() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:173 |
8 | YtFrameworkTemplate->isHomePage() | JROOT/templates/scmtec/index.php:78 |
7 | require JROOT/templates/scmtec/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.22 ms After last query: 56.74 ms Query memory: 0.029 MB Memory before query: 6.361 MB Rows returned: 0
SELECT `c2`.`language`,`c2`.`id`
FROM `me8cu_menu` AS `c`
INNER JOIN `me8cu_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `me8cu_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `me8cu_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 1939
EXPLAIN not possible on query: SELECT `c2`.`language`,`c2`.`id`
FROM `me8cu_menu` AS `c`
INNER JOIN `me8cu_associations` AS `a` ON a.id = c.`id` AND a.context='com_menus.item'
INNER JOIN `me8cu_associations` AS `a2` ON a.key = a2.key
INNER JOIN `me8cu_menu` AS `c2` ON a2.id = c2.`id`
WHERE c.id = 1939
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:100 |
16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT/libraries/cms/language/associations.php:101 |
13 | JLanguageAssociations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:314 |
12 | MenusHelper::getAssociations() | JROOT/modules/mod_falang/helper.php:64 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.80 ms After last query: 3.00 ms Query memory: 0.029 MB Memory before query: 6.377 MB Rows returned: 0
SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939
AND fc.language_id = 2
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
EXPLAIN not possible on query: SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939 AND fc.language_id = 2 AND fc.reference_field = 'path' AND fc.published = 1 AND fc.reference_table = 'menu'
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:303 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.38 ms After last query: 0.18 ms Query memory: 0.029 MB Memory before query: 6.386 MB Rows returned: 1
SELECT m.path
FROM me8cu_menu m
WHERE m.id = 1939
EXPLAIN not possible on query: SELECT m.path
FROM me8cu_menu m
WHERE m.id = 1939
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:312 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.63 ms After last query: 0.21 ms Query memory: 0.029 MB Memory before query: 6.400 MB Rows returned: 1
SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939
AND fc.language_id = 1
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
EXPLAIN not possible on query: SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939 AND fc.language_id = 1 AND fc.reference_field = 'path' AND fc.published = 1 AND fc.reference_table = 'menu'
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:328 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.67 ms After last query: 1.52 ms Query memory: 0.029 MB Memory before query: 6.412 MB Rows returned: 1
SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939
AND fc.language_id = 6
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
EXPLAIN not possible on query: SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939 AND fc.language_id = 6 AND fc.reference_field = 'path' AND fc.published = 1 AND fc.reference_table = 'menu'
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:303 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.26 ms After last query: 0.17 ms Query memory: 0.029 MB Memory before query: 6.424 MB Rows returned: 1
SELECT m.path
FROM me8cu_menu m
WHERE m.id = 1939
EXPLAIN not possible on query: SELECT m.path
FROM me8cu_menu m
WHERE m.id = 1939
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:312 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.25 ms After last query: 0.21 ms Query memory: 0.029 MB Memory before query: 6.438 MB Rows returned: 1
SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939
AND fc.language_id = 1
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
EXPLAIN not possible on query: SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939 AND fc.language_id = 1 AND fc.reference_field = 'path' AND fc.published = 1 AND fc.reference_table = 'menu'
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:328 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.74 ms After last query: 0.87 ms Query memory: 0.029 MB Memory before query: 6.449 MB Rows returned: 1
SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939
AND fc.language_id = 3
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
EXPLAIN not possible on query: SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939 AND fc.language_id = 3 AND fc.reference_field = 'path' AND fc.published = 1 AND fc.reference_table = 'menu'
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:303 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.32 ms After last query: 0.17 ms Query memory: 0.029 MB Memory before query: 6.461 MB Rows returned: 1
SELECT m.path
FROM me8cu_menu m
WHERE m.id = 1939
EXPLAIN not possible on query: SELECT m.path
FROM me8cu_menu m
WHERE m.id = 1939
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:312 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.25 ms After last query: 0.23 ms Query memory: 0.029 MB Memory before query: 6.475 MB Rows returned: 1
SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939
AND fc.language_id = 1
AND fc.reference_field = 'path'
AND fc.published = 1
AND fc.reference_table = 'menu'
EXPLAIN not possible on query: SELECT fc.value
FROM me8cu_falang_content fc
WHERE fc.reference_id = 1939 AND fc.language_id = 1 AND fc.reference_field = 'path' AND fc.published = 1 AND fc.reference_table = 'menu'
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:100 |
17 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
15 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
14 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
13 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
12 | JFalangDatabase->loadResult() | JROOT/modules/mod_falang/helper.php:328 |
11 | modFaLangHelper::getList() | JROOT/modules/mod_falang/mod_falang.php:30 |
10 | include JROOT/modules/mod_falang/mod_falang.php | JROOT/plugins/system/advancedmodules/modulehelper.php:208 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1116 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.66 ms After last query: 25.92 ms Query memory: 0.031 MB Memory before query: 6.805 MB Rows returned: 0
SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'component')
ORDER BY r.ordering, r.id
EXPLAIN not possible on query: SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1 AND (r.area = 'component')
ORDER BY r.ordering, r.id
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:100 |
16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:45 |
13 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:49 |
12 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInArea() | JROOT/plugins/system/rereplacer/src/Replace.php:35 |
11 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/src/Helper.php:100 |
10 | RegularLabs\Plugin\System\ReReplacer\Helper->onAfterRender() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/plugins/system/rereplacer/src/Plugin.php:92 |
8 | RegularLabs\Plugin\System\ReReplacer\Plugin->run() | JROOT/plugins/system/rereplacer/rereplacer.php:69 |
7 | PlgSystemReReplacer->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.61 ms After last query: 0.26 ms Query memory: 0.031 MB Memory before query: 6.816 MB Rows returned: 1
SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'head')
ORDER BY r.ordering, r.id
EXPLAIN not possible on query: SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1 AND (r.area = 'head')
ORDER BY r.ordering, r.id
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:100 |
16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:45 |
13 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:49 |
12 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInArea() | JROOT/plugins/system/rereplacer/src/Replace.php:36 |
11 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/src/Helper.php:100 |
10 | RegularLabs\Plugin\System\ReReplacer\Helper->onAfterRender() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/plugins/system/rereplacer/src/Plugin.php:92 |
8 | RegularLabs\Plugin\System\ReReplacer\Plugin->run() | JROOT/plugins/system/rereplacer/rereplacer.php:69 |
7 | PlgSystemReReplacer->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.44 ms After last query: 7.31 ms Query memory: 0.031 MB Memory before query: 6.879 MB Rows returned: 1
SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'body')
ORDER BY r.ordering, r.id
EXPLAIN not possible on query: SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1 AND (r.area = 'body')
ORDER BY r.ordering, r.id
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:100 |
16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:45 |
13 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:49 |
12 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInArea() | JROOT/plugins/system/rereplacer/src/Replace.php:37 |
11 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/src/Helper.php:100 |
10 | RegularLabs\Plugin\System\ReReplacer\Helper->onAfterRender() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/plugins/system/rereplacer/src/Plugin.php:92 |
8 | RegularLabs\Plugin\System\ReReplacer\Plugin->run() | JROOT/plugins/system/rereplacer/rereplacer.php:69 |
7 | PlgSystemReReplacer->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.39 ms After last query: 1.61 ms Query memory: 0.031 MB Memory before query: 6.893 MB Rows returned: 0
SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'everywhere')
ORDER BY r.ordering, r.id
EXPLAIN not possible on query: SELECT r.*
FROM me8cu_rereplacer AS r
WHERE r.published = 1 AND (r.area = 'everywhere')
ORDER BY r.ordering, r.id
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:100 |
16 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
14 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:45 |
13 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:74 |
12 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceEverywhere() | JROOT/plugins/system/rereplacer/src/Replace.php:39 |
11 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/src/Helper.php:100 |
10 | RegularLabs\Plugin\System\ReReplacer\Helper->onAfterRender() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/plugins/system/rereplacer/src/Plugin.php:92 |
8 | RegularLabs\Plugin\System\ReReplacer\Plugin->run() | JROOT/plugins/system/rereplacer/rereplacer.php:69 |
7 | PlgSystemReReplacer->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.98 ms After last query: 53.33 ms Query memory: 0.027 MB Memory before query: 6.974 MB Rows returned: 1
SELECT template
FROM me8cu_template_styles
WHERE home = 1
AND client_id = 0
EXPLAIN not possible on query: SELECT template
FROM me8cu_template_styles
WHERE home = 1 AND client_id = 0
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:100 |
14 | JFalangDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:281 |
12 | JFalangDatabase->loadObjectList() | JROOT/plugins/system/falangdriver/falang_database.php:414 |
11 | JFalangDatabase->loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:349 |
10 | JFalangDatabase->_loadObject() | JROOT/plugins/system/falangdriver/falang_database.php:140 |
9 | JFalangDatabase->loadResult() | JROOT/plugins/system/yt/yt.php:246 |
8 | plgSystemYt->nameOfSJTemplate() | JROOT/plugins/system/yt/yt.php:127 |
7 | plgSystemYt->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1122 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
8 × SELECT fc.value
FROM me8cu_falang_content fc
6 × SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM me8cu_falang_content AS falang_content
5 × SELECT r.*
FROM me8cu_rereplacer AS r
3 × SELECT m.path
FROM me8cu_menu m
2 × SELECT home
FROM me8cu_menu
2 × SELECT i.catid
FROM me8cu_k2_items AS i
2 × SELECT t.parent_id
FROM me8cu_menu as t
1 × SELECT template_style_id
FROM me8cu_menu
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `me8cu_menu` AS `c`
INNER JOIN `me8cu_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `me8cu_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `me8cu_menu` AS `c2`
ON a2.id = c2.`id`
1 × SELECT t.parent
FROM me8cu_k2_categories as t
1 × SELECT m.menutype
FROM me8cu_menu AS m
1 × SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM me8cu_modules AS m
LEFT JOIN me8cu_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN me8cu_advancedmodules as am
ON am.moduleid = m.id
1 × SELECT id
FROM me8cu_template_styles
1 × 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 me8cu_menu AS m
LEFT JOIN me8cu_extensions AS e
ON m.component_id = e.extension_id
1 × 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
FROM me8cu_fields AS a
LEFT JOIN `me8cu_languages` AS l
ON l.lang_code = a.language
LEFT JOIN me8cu_users AS uc
ON uc.id=a.checked_out
LEFT JOIN me8cu_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN me8cu_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN me8cu_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `me8cu_fields_categories` AS fc
ON fc.field_id = a.id
1 × SELECT joomlatablename,tablepkID
FROM `me8cu_falang_tableinfo
1 × SELECT COUNT(*)
FROM me8cu_k2_comments
1 × SELECT id, name, parent
FROM me8cu_k2_categories
1 × SELECT *
FROM me8cu_k2_categories
1 × SELECT *
FROM me8cu_k2_items
1 × SELECT id
FROM me8cu_k2_categories
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `me8cu_assets`
1 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `me8cu_extensions`
1 × SELECT id, home, template, s.params
FROM me8cu_template_styles as s
LEFT JOIN me8cu_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM me8cu_languages
1 × SELECT template
FROM me8cu_template_styles