Query Time: 4.36 ms Query memory: 0.023 MB Memory before query: 1.288 MB Rows returned: 0
SELECT `data`
FROM `u9tou_session`
WHERE `session_id` = X'6967713363706935636f7130736266766a686c6e6466636d3265'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.15 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:758 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:44 |
Query Time: 4.21 ms After last query: 2.49 ms Query memory: 0.020 MB Memory before query: 1.302 MB Rows returned: 0
SELECT `session_id`
FROM `u9tou_session`
WHERE `session_id` = X'6967713363706935636f7130736266766a686c6e6466636d3265'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:44 |
Query Time: 10.93 ms After last query: 0.06 ms Query memory: 0.004 MB Memory before query: 1.307 MB
INSERT INTO `u9tou_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6967713363706935636f7130736266766a686c6e6466636d3265', 1, 1748759008, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `u9tou_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6967713363706935636f7130736266766a686c6e6466636d3265', 1, 1748759008, 0, '', 0)
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
update | 0.12 ms |
Waiting for query cache lock | 0.00 ms |
update | 0.02 ms |
end | 0.02 ms |
query end | 6.63 ms |
closing tables | 0.02 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:44 |
Query Time: 4.70 ms After last query: 6.45 ms Query memory: 0.025 MB Memory before query: 1.402 MB Rows returned: 43
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `u9tou_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_extensions | NULL | ref | extension | extension | 82 | const | 43 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.20 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.37 ms After last query: 4.73 ms Query memory: 0.021 MB Memory before query: 1.435 MB Rows returned: 6
SELECT id, rules
FROM `u9tou_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.11 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
Sending data | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.33 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.447 MB Rows returned: 1
SELECT b.id
FROM u9tou_usergroups AS a
LEFT JOIN u9tou_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.10 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 5.02 ms After last query: 1.51 ms Query memory: 0.031 MB Memory before query: 1.469 MB Rows returned: 114
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM u9tou_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_extensions | NULL | ref | extension | extension | 82 | const | 162 | 0.40 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.02 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.70 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:354 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:359 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.48 ms After last query: 61.66 ms Query memory: 0.021 MB Memory before query: 2.717 MB Rows returned: 2
SELECT *
FROM u9tou_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 20.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.14 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.14 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
8 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:96 |
7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.47 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 2.727 MB Rows returned: 10
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `u9tou_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_extensions | NULL | ref | extension | extension | 82 | const | 10 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.09 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:209 |
8 | Joomla\CMS\Language\LanguageHelper::getInstalledLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:110 |
7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.53 ms After last query: 33.65 ms Query memory: 0.031 MB Memory before query: 2.986 MB Rows returned: 100
SELECT *
FROM u9tou_j2store_configurations
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_j2store_configurations | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 100 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.14 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.20 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_j2store/helpers/config.php:20 |
12 | J2Config->__construct() | JROOT/administrator/components/com_j2store/helpers/config.php:28 |
11 | J2Config::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:72 |
10 | J2Store::config() | JROOT/plugins/system/j2store/j2store.php:165 |
9 | plgSystemJ2Store->onJ2StoreCronTask() | JROOT/plugins/system/j2store/j2store.php:145 |
8 | plgSystemJ2Store->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 17.00 ms After last query: 4.89 ms Query memory: 0.133 MB Memory before query: 3.074 MB Rows returned: 94
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 u9tou_menu AS m
LEFT JOIN u9tou_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | 8.11 | Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.19 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 8.69 ms |
end | 0.03 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.28 ms After last query: 24.37 ms Query memory: 0.024 MB Memory before query: 3.677 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `u9tou_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.11 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/j2store/j2store.php:80 |
8 | plgSystemJ2Store->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 9.54 ms After last query: 0.13 ms Query memory: 0.006 MB Memory before query: 3.670 MB
UPDATE `u9tou_extensions`
SET `params` = '{\"mediaversion\":\"6e0b1e85c070de1e23c7a4208a9d276e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | u9tou_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.07 ms |
updating | 0.09 ms |
end | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
end | 0.01 ms |
query end | 5.12 ms |
closing tables | 0.02 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/j2store/j2store.php:80 |
8 | plgSystemJ2Store->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 5.00 ms After last query: 3.83 ms Query memory: 0.021 MB Memory before query: 3.692 MB Rows returned: 4
SELECT id, home, template, s.params
FROM u9tou_template_styles as s
LEFT JOIN u9tou_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | sdm722905599_db.e.element | 1 | 66.67 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.12 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.05 ms |
statistics | 0.11 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
Sending data | 0.18 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.28 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
9 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/bdthemes_shortcodes/bdthemes_shortcodes.php:62 |
8 | plgSystemBdthemes_Shortcodes->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 9.49 ms After last query: 131.09 ms Query memory: 0.024 MB Memory before query: 4.701 MB Rows returned: 1
SELECT COUNT(*)
FROM `u9tou_user_usergroup_map` AS a
LEFT JOIN u9tou_users AS c
ON c.id = a.user_id
LEFT JOIN u9tou_exhibitors_map AS em
ON em.exhibitor_id=a.user_id
LEFT JOIN u9tou_exhibitors_spaces AS es
ON es.id=em.space_id
LEFT JOIN u9tou_fields_values AS fv
ON fv.item_id=a.user_id
LEFT JOIN u9tou_fields AS f
ON f.id=fv.field_id
WHERE es.active=1
AND f.context='com_users.user'
AND f.name='name-en-gb'
AND c.block=0
AND a.group_id IN (11)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | f | NULL | ref | PRIMARY,idx_context,name | name | 1022 | const | 1 | 40.32 | Using where |
1 | SIMPLE | es | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where; Using join buffer (Block Nested Loop) |
1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | sdm722905599_db.f.id | 350 | 100.00 | Using where |
1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sdm722905599_db.fv.item_id,const | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | sdm722905599_db.a.user_id | 1 | 81.68 | Using where |
1 | SIMPLE | em | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sdm722905599_db.c.id,sdm722905599_db.es.id | 1 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.46 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.36 ms |
preparing | 0.05 ms |
executing | 0.00 ms |
Sending data | 4.22 ms |
end | 0.01 ms |
query end | 0.06 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.46 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:340 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:282 |
14 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:316 |
13 | Joomla\CMS\MVC\Model\ListModel->getStart() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
12 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_exhibitors/models/exhibitors.php:92 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 10.14 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 4.701 MB Rows returned: 15
SELECT DISTINCT c.id,fv.value AS value
FROM `u9tou_user_usergroup_map` AS a
LEFT JOIN u9tou_users AS c
ON c.id = a.user_id
LEFT JOIN u9tou_exhibitors_map AS em
ON em.exhibitor_id=a.user_id
LEFT JOIN u9tou_exhibitors_spaces AS es
ON es.id=em.space_id
LEFT JOIN u9tou_fields_values AS fv
ON fv.item_id=a.user_id
LEFT JOIN u9tou_fields AS f
ON f.id=fv.field_id
WHERE es.active=1
AND f.context='com_users.user'
AND f.name='name-en-gb'
AND c.block=0
AND a.group_id IN (11)
ORDER BY fv.value ASC
LIMIT 20, 20
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | f | NULL | ref | PRIMARY,idx_context,name | name | 1022 | const | 1 | 40.32 | Using where; Using temporary; Using filesort |
1 | SIMPLE | es | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where; Using join buffer (Block Nested Loop) |
1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | sdm722905599_db.f.id | 350 | 100.00 | Using where |
1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sdm722905599_db.fv.item_id,const | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | sdm722905599_db.a.user_id | 1 | 81.68 | Using where |
1 | SIMPLE | em | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sdm722905599_db.c.id,sdm722905599_db.es.id | 1 | 100.00 | Using where; Using index; Distinct |
Status | Duration |
---|
starting | 0.18 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.21 ms |
preparing | 0.05 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 5.01 ms |
Creating sort index | 0.23 ms |
end | 0.01 ms |
query end | 0.08 ms |
removing tmp table | 0.14 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
12 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_exhibitors/models/exhibitors.php:92 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 42.35 ms After last query: 0.07 ms Query memory: 0.078 MB Memory before query: 4.723 MB Rows returned: 43
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=360
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.13 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.01 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 33.56 ms |
Creating sort index | 0.39 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.14 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 32.54 ms After last query: 0.18 ms Query memory: 0.082 MB Memory before query: 4.830 MB Rows returned: 47
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=884
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.11 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 23.99 ms |
Creating sort index | 0.29 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.12 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 36.12 ms After last query: 0.20 ms Query memory: 0.078 MB Memory before query: 4.947 MB Rows returned: 42
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=336
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.16 ms |
preparing | 0.02 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 27.50 ms |
Creating sort index | 0.29 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.07 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 31.64 ms After last query: 0.15 ms Query memory: 0.062 MB Memory before query: 5.052 MB Rows returned: 34
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=345
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.05 ms |
checking permissions | 0.00 ms |
checking permissions | 0.11 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.01 ms |
Creating tmp table | 0.10 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 23.00 ms |
Creating sort index | 0.24 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.06 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 33.46 ms After last query: 0.16 ms Query memory: 0.046 MB Memory before query: 5.138 MB Rows returned: 24
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=896
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.12 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 28.29 ms |
Creating sort index | 0.62 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.12 ms |
query end | 0.00 ms |
closing tables | 0.07 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 33.45 ms After last query: 0.13 ms Query memory: 0.093 MB Memory before query: 5.197 MB Rows returned: 38
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=873
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.15 ms |
init | 0.07 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.32 ms |
preparing | 0.03 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 24.00 ms |
Creating sort index | 0.29 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.06 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 21.16 ms After last query: 0.22 ms Query memory: 0.041 MB Memory before query: 5.317 MB Rows returned: 16
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=914
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.17 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 16.46 ms |
Creating sort index | 0.13 ms |
end | 0.00 ms |
query end | 0.01 ms |
removing tmp table | 0.06 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 31.26 ms After last query: 0.11 ms Query memory: 0.042 MB Memory before query: 5.360 MB Rows returned: 19
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=836
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.21 ms |
preparing | 0.08 ms |
Creating tmp table | 0.10 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 26.32 ms |
Creating sort index | 0.20 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.08 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 34.65 ms After last query: 0.12 ms Query memory: 0.078 MB Memory before query: 5.412 MB Rows returned: 40
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=958
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.10 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.11 ms |
preparing | 0.02 ms |
Creating tmp table | 0.05 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 26.11 ms |
Creating sort index | 0.27 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.06 ms |
query end | 0.04 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 22.39 ms After last query: 0.23 ms Query memory: 0.062 MB Memory before query: 5.509 MB Rows returned: 36
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=339
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.10 ms |
preparing | 0.01 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 17.57 ms |
Creating sort index | 0.34 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.05 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 40.16 ms After last query: 0.13 ms Query memory: 0.125 MB Memory before query: 5.596 MB Rows returned: 41
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=841
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.12 ms |
preparing | 0.01 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 31.49 ms |
Creating sort index | 0.45 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.12 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 23.36 ms After last query: 0.14 ms Query memory: 0.041 MB Memory before query: 5.757 MB Rows returned: 16
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=870
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.13 ms |
preparing | 0.02 ms |
Creating tmp table | 0.05 ms |
Sorting result | 0.03 ms |
executing | 0.00 ms |
Sending data | 18.66 ms |
Creating sort index | 0.14 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.05 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 26.62 ms After last query: 0.10 ms Query memory: 0.078 MB Memory before query: 5.804 MB Rows returned: 38
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=333
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.10 ms |
preparing | 0.01 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 21.52 ms |
Creating sort index | 0.57 ms |
end | 0.02 ms |
query end | 0.01 ms |
removing tmp table | 0.09 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 46.86 ms After last query: 0.15 ms Query memory: 0.062 MB Memory before query: 5.897 MB Rows returned: 29
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=886
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.32 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.20 ms |
preparing | 0.02 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 41.83 ms |
Creating sort index | 0.22 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.05 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 22.43 ms After last query: 0.16 ms Query memory: 0.062 MB Memory before query: 5.976 MB Rows returned: 35
SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
WHERE f.state=1
AND f.context='com_users.user'
AND f.language IN('*','en-GB')
AND a.item_id=867
ORDER BY f.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_field_id,idx_item_id | NO INDEX KEY COULD BE USED | NULL | NULL | 21027 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | f | NULL | eq_ref | PRIMARY,idx_state,idx_context,idx_language | PRIMARY | 4 | sdm722905599_db.a.field_id | 1 | 32.80 | Using where |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.f.group_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.11 ms |
preparing | 0.01 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 17.61 ms |
Creating sort index | 0.35 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.07 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:119 |
12 | ExhibitorsModelExhibitors->getField() | JROOT/components/com_exhibitors/models/exhibitors.php:97 |
11 | ExhibitorsModelExhibitors->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:33 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.43 ms After last query: 0.15 ms Query memory: 0.041 MB Memory before query: 6.058 MB Rows returned: 7
SELECT f.*
FROM u9tou_fields AS f
WHERE f.group_id=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | f | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 62 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.11 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.16 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_exhibitors/models/exhibitors.php:147 |
11 | ExhibitorsModelExhibitors->getFields() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_exhibitors/views/exhibitors/view.html.php:34 |
9 | ExhibitorsViewExhibitors->display() | JROOT/components/com_exhibitors/controller.php:51 |
8 | ExhibitorsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_exhibitors/exhibitors.php:17 |
6 | require_once JROOT/components/com_exhibitors/exhibitors.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 9.22 ms After last query: 52.33 ms Query memory: 0.022 MB Memory before query: 6.707 MB Rows returned: 3
SELECT language,id
FROM `u9tou_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_menu | NULL | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | 0.82 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.20 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
8 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.59 ms After last query: 1.95 ms Query memory: 0.021 MB Memory before query: 6.720 MB Rows returned: 0
SELECT `c2`.`language`,`c2`.`id`
FROM `u9tou_menu` AS `c`
INNER JOIN `u9tou_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `u9tou_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `u9tou_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 859
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.18 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
9 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:321 |
8 | MenusHelper::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:768 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 6.28 ms After last query: 33.33 ms Query memory: 0.026 MB Memory before query: 7.022 MB Rows returned: 12
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM u9tou_modules AS m
LEFT JOIN u9tou_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN u9tou_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-06-01 06:23:29')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-06-01 06:23:29')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 859 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds,idx_language | published | 5 | NULL | 50 | 1.37 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | sdm722905599_db.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | sdm722905599_db.m.id | 12 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.19 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.27 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.17 ms |
preparing | 0.05 ms |
Sorting result | 0.01 ms |
executing | 0.02 ms |
Sending data | 0.01 ms |
Creating sort index | 1.29 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
14 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
13 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
12 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helix3/core/helix3.php:512 |
10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:459 |
9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:268 |
8 | Helix3::generatelayout() | JROOT/templates/shaper_floox/index.php:193 |
7 | require JROOT/templates/shaper_floox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 5.06 ms After last query: 11.52 ms Query memory: 0.023 MB Memory before query: 7.047 MB Rows returned: 1
SELECT *
FROM `u9tou_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '132'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_sppagebuilder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 110 | 0.91 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.10 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.72 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:38 |
12 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:14 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:13 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.31 ms After last query: 5.35 ms Query memory: 0.024 MB Memory before query: 7.059 MB Rows returned: 1
SELECT `template`
FROM `u9tou_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 4 | 16.67 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:597 |
14 | AddonParser::getTemplateName() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:153 |
13 | AddonParser::getAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:641 |
12 | require_once JROOT/components/com_sppagebuilder/parser/addon-parser.php | JROOT/modules/mod_sppagebuilder/tmpl/default.php:11 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:16 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.26 ms After last query: 70.42 ms Query memory: 0.023 MB Memory before query: 7.248 MB Rows returned: 1
SELECT `template`
FROM `u9tou_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 4 | 16.67 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:37 |
14 | SpPgaeBuilderBase::getTemplateName() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:45 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:191 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:20 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:16 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.38 ms After last query: 9.68 ms Query memory: 0.025 MB Memory before query: 7.398 MB Rows returned: 0
SELECT a.enabled
FROM `u9tou_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 297 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.21 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:542 |
15 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php:138 |
14 | require_once JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:68 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:191 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:20 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:16 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.41 ms After last query: 25.82 ms Query memory: 0.025 MB Memory before query: 8.048 MB Rows returned: 1
SELECT a.enabled
FROM `u9tou_extensions` AS `a`
WHERE (`a`.`element` = 'com_acymailing' OR `a`.`element` = 'com_acym')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 2 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.15 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:467 |
15 | SpPgaeBuilderBase::acymailingList() | JROOT/components/com_sppagebuilder/addons/optin_form/admin.php:162 |
14 | require_once JROOT/components/com_sppagebuilder/addons/optin_form/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:68 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:191 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:20 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:16 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.36 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 8.059 MB Rows returned: 1
SELECT `e`.`manifest_cache`
FROM `u9tou_extensions` AS `e`
WHERE e.element = 'com_acymailing' OR e.element = 'com_acym'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 2 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.22 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:526 |
16 | SpPgaeBuilderBase::getExtensionVersion() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:472 |
15 | SpPgaeBuilderBase::acymailingList() | JROOT/components/com_sppagebuilder/addons/optin_form/admin.php:162 |
14 | require_once JROOT/components/com_sppagebuilder/addons/optin_form/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:68 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:191 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:20 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:16 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.44 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 8.068 MB Rows returned: 1
SELECT `listid`,`name`
FROM `u9tou_acymailing_list`
WHERE `published` = '1'
ORDER BY name DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_acymailing_list | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:489 |
15 | SpPgaeBuilderBase::acymailingList() | JROOT/components/com_sppagebuilder/addons/optin_form/admin.php:162 |
14 | require_once JROOT/components/com_sppagebuilder/addons/optin_form/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:68 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:191 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:20 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:16 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 5.06 ms After last query: 21.41 ms Query memory: 0.023 MB Memory before query: 8.401 MB Rows returned: 1
SELECT *
FROM `u9tou_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '119'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_sppagebuilder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 110 | 0.91 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.73 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:38 |
12 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:14 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:13 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.27 ms After last query: 0.22 ms Query memory: 0.023 MB Memory before query: 8.422 MB Rows returned: 1
SELECT `template`
FROM `u9tou_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 4 | 16.67 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:37 |
14 | SpPgaeBuilderBase::getTemplateName() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:45 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:191 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:20 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:16 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
Query Time: 4.58 ms After last query: 32.75 ms Query memory: 0.033 MB Memory before query: 8.676 MB Rows returned: 141
SELECT *
FROM u9tou_acymailing_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u9tou_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 136 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.13 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.27 ms |
end | 0.00 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:481 |
13 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
12 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:438 |
11 | acymailing_config() | JROOT/administrator/components/com_acymailing/compat/joomla.php:822 |
10 | include_once JROOT/administrator/components/com_acymailing/compat/joomla.php | JROOT/administrator/components/com_acymailing/helpers/helper.php:22 |
9 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/plugins/system/regacymailing/regacymailing.php:22 |
8 | plgSystemRegacymailing->initAcy() | JROOT/plugins/system/regacymailing/regacymailing.php:146 |
7 | plgSystemRegacymailing->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:47 |
15 × SELECT a.value,f.id,f.group_id,f.type,f.title,f.name,f.label,f.params,f.fieldparams,f.language,fg.note
FROM u9tou_fields_values AS a
LEFT JOIN u9tou_fields AS f
ON f.id=a.field_id
LEFT JOIN u9tou_fields_groups AS fg
ON fg.id=f.group_id
3 × SELECT `template`
FROM `u9tou_template_styles`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `u9tou_extensions`
2 × SELECT a.enabled
FROM `u9tou_extensions` AS `a`
2 × SELECT *
FROM `u9tou_sppagebuilder`
1 × SELECT `data`
FROM `u9tou_session`
1 × SELECT `listid`,`name`
FROM `u9tou_acymailing_list`
1 × SELECT `e`.`manifest_cache`
FROM `u9tou_extensions` AS `e`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM u9tou_modules AS m
LEFT JOIN u9tou_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN u9tou_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `u9tou_menu` AS `c`
INNER JOIN `u9tou_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `u9tou_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `u9tou_menu` AS `c2`
ON a2.id = c2.`id`
1 × SELECT language,id
FROM `u9tou_menu`
1 × SELECT f.*
FROM u9tou_fields AS f
1 × SELECT DISTINCT c.id,fv.value AS value
FROM `u9tou_user_usergroup_map` AS a
LEFT JOIN u9tou_users AS c
ON c.id = a.user_id
LEFT JOIN u9tou_exhibitors_map AS em
ON em.exhibitor_id=a.user_id
LEFT JOIN u9tou_exhibitors_spaces AS es
ON es.id=em.space_id
LEFT JOIN u9tou_fields_values AS fv
ON fv.item_id=a.user_id
LEFT JOIN u9tou_fields AS f
ON f.id=fv.field_id
1 × SELECT `session_id`
FROM `u9tou_session`
1 × SELECT COUNT(*)
FROM `u9tou_user_usergroup_map` AS a
LEFT JOIN u9tou_users AS c
ON c.id = a.user_id
LEFT JOIN u9tou_exhibitors_map AS em
ON em.exhibitor_id=a.user_id
LEFT JOIN u9tou_exhibitors_spaces AS es
ON es.id=em.space_id
LEFT JOIN u9tou_fields_values AS fv
ON fv.item_id=a.user_id
LEFT JOIN u9tou_fields AS f
ON f.id=fv.field_id
1 × SELECT id, home, template, s.params
FROM u9tou_template_styles as s
LEFT JOIN u9tou_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
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 u9tou_menu AS m
LEFT JOIN u9tou_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM u9tou_j2store_configuration
1 × SELECT `element`,`name`,`client_id`,`extension_id`
FROM `u9tou_extensions`
1 × SELECT *
FROM u9tou_languages
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM u9tou_extensions
1 × SELECT b.id
FROM u9tou_usergroups AS a
LEFT JOIN u9tou_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `u9tou_viewlevels
1 × SELECT *
FROM u9tou_acymailing_confi