Query Time: 1.47 ms Query memory: 0.023 MB Memory before query: 1.249 MB Rows returned: 0
SELECT `data`
FROM `r1o0r_session`
WHERE `session_id` = X'6876716b676c616f3833303675326c65756d6d726b34756e6175'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | r1o0r_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.19 ms |
checking permissions | 0.04 ms |
Opening tables | 0.49 ms |
init | 0.06 ms |
System lock | 0.03 ms |
optimizing | 0.04 ms |
statistics | 0.17 ms |
executing | 0.07 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.07 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:46 |
Query Time: 0.83 ms After last query: 4.08 ms Query memory: 0.020 MB Memory before query: 1.264 MB Rows returned: 0
SELECT `session_id`
FROM `r1o0r_session`
WHERE `session_id` = X'6876716b676c616f3833303675326c65756d6d726b34756e6175'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | r1o0r_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.05 ms |
Opening tables | 0.04 ms |
init | 0.04 ms |
System lock | 0.03 ms |
optimizing | 0.04 ms |
statistics | 0.09 ms |
executing | 0.05 ms |
end | 0.03 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.07 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:46 |
Query Time: 3.80 ms After last query: 0.28 ms Query memory: 0.004 MB Memory before query: 1.270 MB
INSERT INTO `r1o0r_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6876716b676c616f3833303675326c65756d6d726b34756e6175', 1, 1611707286, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `r1o0r_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6876716b676c616f3833303675326c65756d6d726b34756e6175', 1, 1611707286, 0, '', 0)
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.05 ms |
Opening tables | 0.06 ms |
init | 0.08 ms |
System lock | 0.04 ms |
update | 0.40 ms |
end | 0.03 ms |
query end | 2.67 ms |
closing tables | 0.04 ms |
freeing items | 0.06 ms |
cleaning up | 0.08 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:46 |
Query Time: 3.53 ms After last query: 9.09 ms Query memory: 0.024 MB Memory before query: 1.305 MB Rows returned: 37
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `r1o0r_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 | r1o0r_extensions | NULL | ref | extension | extension | 82 | const | 25 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.04 ms |
Opening tables | 0.67 ms |
init | 0.07 ms |
System lock | 0.06 ms |
optimizing | 0.05 ms |
statistics | 0.34 ms |
preparing | 0.07 ms |
executing | 0.03 ms |
Sending data | 1.45 ms |
end | 0.03 ms |
query end | 0.02 ms |
closing tables | 0.05 ms |
freeing items | 0.07 ms |
cleaning up | 0.05 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:49 |
Query Time: 1.37 ms After last query: 6.93 ms Query memory: 0.021 MB Memory before query: 1.337 MB Rows returned: 5
SELECT id, rules
FROM `r1o0r_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | r1o0r_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.03 ms |
Opening tables | 0.45 ms |
init | 0.04 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.04 ms |
preparing | 0.07 ms |
executing | 0.02 ms |
Sending data | 0.18 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.05 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:49 |
Query Time: 1.88 ms After last query: 0.27 ms Query memory: 0.021 MB Memory before query: 1.349 MB Rows returned: 2
SELECT b.id
FROM r1o0r_usergroups AS a
LEFT JOIN r1o0r_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
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 | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
Opening tables | 0.68 ms |
init | 0.07 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.29 ms |
preparing | 0.06 ms |
executing | 0.02 ms |
Sending data | 0.09 ms |
end | 0.03 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.08 ms |
cleaning up | 0.07 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:49 |
Query Time: 6.70 ms After last query: 0.97 ms Query memory: 0.030 MB Memory before query: 1.372 MB Rows returned: 89
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM r1o0r_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 | r1o0r_extensions | NULL | ref | extension | extension | 82 | const | 144 | 0.43 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
init | 0.09 ms |
System lock | 0.04 ms |
optimizing | 0.04 ms |
statistics | 0.22 ms |
preparing | 0.08 ms |
Sorting result | 0.04 ms |
executing | 0.03 ms |
Sending data | 0.03 ms |
Creating sort index | 5.40 ms |
end | 0.03 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.08 ms |
cleaning up | 0.05 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:49 |
Query Time: 6.13 ms After last query: 67.24 ms Query memory: 0.052 MB Memory before query: 1.933 MB Rows returned: 30
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 r1o0r_menu AS m
LEFT JOIN r1o0r_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 | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 76 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | datarent_DB.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.03 ms |
checking permissions | 0.05 ms |
Opening tables | 0.51 ms |
init | 0.08 ms |
System lock | 0.03 ms |
optimizing | 0.04 ms |
statistics | 0.26 ms |
preparing | 0.07 ms |
Sorting result | 0.03 ms |
executing | 0.02 ms |
Sending data | 0.04 ms |
Creating sort index | 4.27 ms |
end | 0.03 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1073 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.23 ms After last query: 28.96 ms Query memory: 0.022 MB Memory before query: 2.179 MB Rows returned: 4
SELECT id, home, template, s.params
FROM r1o0r_template_styles as s
LEFT JOIN r1o0r_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | 100.00 | NULL |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | datarent_DB.s.template,const | 1 | 5.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.02 ms |
checking permissions | 0.04 ms |
Opening tables | 0.53 ms |
init | 0.10 ms |
System lock | 0.05 ms |
optimizing | 0.06 ms |
statistics | 0.24 ms |
preparing | 0.08 ms |
executing | 0.03 ms |
Sending data | 0.46 ms |
end | 0.03 ms |
query end | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 0.09 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/jmframework/jmframework.php:103 |
9 | plgSystemJMFramework->getTemplateName() | JROOT/plugins/system/jmframework/jmframework.php:52 |
8 | plgSystemJMFramework->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:49 |
Query Time: 1.32 ms After last query: 10.36 ms Query memory: 0.024 MB Memory before query: 2.236 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `r1o0r_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | r1o0r_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.04 ms |
Opening tables | 0.05 ms |
init | 0.06 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.38 ms |
preparing | 0.06 ms |
executing | 0.03 ms |
Sending data | 0.12 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.04 ms |
freeing items | 0.05 ms |
cleaning up | 0.05 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/gdpr/gdpr.php:834 |
8 | plgSystemGdpr->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:49 |
Query Time: 1.29 ms After last query: 0.46 ms Query memory: 0.006 MB Memory before query: 2.228 MB
UPDATE `r1o0r_extensions`
SET `params` = '{\"mediaversion\":\"0548bdabba2db4b182cf08c7088a70e8\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | r1o0r_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
init | 0.06 ms |
System lock | 0.34 ms |
updating | 0.24 ms |
end | 0.07 ms |
query end | 0.03 ms |
closing tables | 0.11 ms |
freeing items | 0.05 ms |
cleaning up | 0.05 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/gdpr/gdpr.php:834 |
8 | plgSystemGdpr->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:49 |
Query Time: 1.60 ms After last query: 5.51 ms Query memory: 0.019 MB Memory before query: 2.254 MB Rows returned: 2
SELECT *
FROM r1o0r_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 | r1o0r_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.03 ms |
Opening tables | 0.52 ms |
init | 0.06 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.04 ms |
preparing | 0.03 ms |
Sorting result | 0.03 ms |
executing | 0.02 ms |
Sending data | 0.04 ms |
Creating sort index | 0.20 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.47 ms After last query: 19.33 ms Query memory: 0.025 MB Memory before query: 2.393 MB Rows returned: 7
SELECT
sp.id,
st.name as type
FROM
`r1o0r_creative_fields` sp
JOIN `r1o0r_creative_field_types` st
ON st.id = sp.id_type
WHERE sp.published = '1'
AND sp.id_form = '2'
ORDER BY sp.ordering,sp.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | ref | id_form | id_form | 3 | const | 7 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | st | NULL | eq_ref | PRIMARY | PRIMARY | 4 | datarent_DB.sp.id_type | 1 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.92 ms |
init | 0.13 ms |
System lock | 0.05 ms |
optimizing | 0.04 ms |
statistics | 0.09 ms |
preparing | 0.08 ms |
Sorting result | 0.05 ms |
executing | 0.02 ms |
Sending data | 0.03 ms |
Creating sort index | 0.49 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
16 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:227 |
15 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:688 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.19 ms After last query: 0.29 ms Query memory: 0.025 MB Memory before query: 2.407 MB Rows returned: 1
SELECT
sp.`id_template`,
sp.name,
sp.top_text,
sp.pre_text,
sp.thank_you_text,
sp.send_text,
sp.send_new_text,
sp.close_alert_text,
sp.form_width,
sp.redirect,
sp.redirect_itemid,
sp.redirect_url,
sp.redirect_delay,
sp.shake_count,
sp.shake_distanse,
sp.send_copy_enable,
sp.send_copy_text,
sp.shake_duration,
sp.custom_css,
st.styles,
sp.render_type,
sp.popup_button_text,
sp.static_button_position,
sp.static_button_offset,
sp.appear_animation_type,
sp.check_token,
sp.next_button_text,
sp.prev_button_text
FROM
`r1o0r_creative_forms` sp
LEFT JOIN `r1o0r_contact_templates` st
ON st.id = sp.id_template
WHERE sp.published = '1'
AND sp.id = '2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | st | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.20 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
Opening tables | 0.82 ms |
init | 0.12 ms |
System lock | 0.04 ms |
optimizing | 0.04 ms |
statistics | 0.17 ms |
preparing | 0.04 ms |
executing | 0.03 ms |
Sending data | 0.10 ms |
end | 0.03 ms |
query end | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
16 | JDatabaseDriver->loadAssoc() | JROOT/components/com_creativecontactform/helpers/helper.php:281 |
15 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:688 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.51 ms After last query: 0.21 ms Query memory: 0.033 MB Memory before query: 2.423 MB Rows returned: 7
SELECT
sp.id,
sp.name,
sp.tooltip_text,
sp.required,
sp.ordering_field,
sp.select_default_text,
sp.show_parent_label,
sp.select_no_match_text,
sp.width,
sp.field_margin_top,
sp.select_show_scroll_after,
sp.select_show_search_after,
sp.upload_button_text,
sp.upload_minfilesize,
sp.upload_maxfilesize,
sp.upload_acceptfiletypes,
sp.upload_minfilesize_message,
sp.upload_maxfilesize_message,
sp.upload_acceptfiletypes_message,
sp.captcha_wrong_message,
sp.datepicker_date_format,
sp.datepicker_animation,
sp.datepicker_style,
sp.datepicker_icon_style,
sp.datepicker_show_icon,
sp.datepicker_input_readonly,
sp.datepicker_number_months,
sp.datepicker_mindate,
sp.datepicker_maxdate,
sp.datepicker_changemonths,
sp.datepicker_changeyears,
sp.column_type,
sp.custom_html,
sp.google_maps,
sp.heading,
sp.recaptcha_site_key,
sp.recaptcha_wrong_message,
sp.recaptcha_theme,
sp.recaptcha_type,
sp.contact_data,
sp.contact_data_width,
sp.creative_popup,
sp.creative_popup_embed,
st.name as type
FROM
`r1o0r_creative_fields` sp
JOIN `r1o0r_creative_field_types` st
ON st.id = sp.id_type
WHERE sp.published = '1'
AND sp.id_form = '2'
ORDER BY sp.ordering,sp.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | ref | id_form | id_form | 3 | const | 7 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | st | NULL | eq_ref | PRIMARY | PRIMARY | 4 | datarent_DB.sp.id_type | 1 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.22 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
init | 0.12 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.09 ms |
preparing | 0.07 ms |
Sorting result | 0.03 ms |
executing | 0.03 ms |
Sending data | 0.07 ms |
Creating sort index | 0.97 ms |
end | 0.03 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 3.38 ms |
cleaning up | 0.11 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
16 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:342 |
15 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:688 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.65 ms After last query: 2.74 ms Query memory: 0.025 MB Memory before query: 2.472 MB Rows returned: 7
SELECT
sp.id,
st.name as type
FROM
`r1o0r_creative_fields` sp
JOIN `r1o0r_creative_field_types` st
ON st.id = sp.id_type
WHERE sp.published = '1'
AND sp.id_form = '2'
ORDER BY sp.ordering,sp.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | ref | id_form | id_form | 3 | const | 7 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | st | NULL | eq_ref | PRIMARY | PRIMARY | 4 | datarent_DB.sp.id_type | 1 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.07 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.09 ms |
preparing | 0.06 ms |
Sorting result | 0.05 ms |
executing | 0.02 ms |
Sending data | 0.03 ms |
Creating sort index | 0.49 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
17 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:227 |
16 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:428 |
15 | CreativecontactformHelper->print_fields_array_html() | JROOT/components/com_creativecontactform/helpers/helper.php:894 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.18 ms After last query: 0.17 ms Query memory: 0.026 MB Memory before query: 2.487 MB Rows returned: 1
SELECT
sp.`id_template`,
sp.name,
sp.top_text,
sp.pre_text,
sp.thank_you_text,
sp.send_text,
sp.send_new_text,
sp.close_alert_text,
sp.form_width,
sp.redirect,
sp.redirect_itemid,
sp.redirect_url,
sp.redirect_delay,
sp.shake_count,
sp.shake_distanse,
sp.send_copy_enable,
sp.send_copy_text,
sp.shake_duration,
sp.custom_css,
st.styles,
sp.render_type,
sp.popup_button_text,
sp.static_button_position,
sp.static_button_offset,
sp.appear_animation_type,
sp.check_token,
sp.next_button_text,
sp.prev_button_text
FROM
`r1o0r_creative_forms` sp
LEFT JOIN `r1o0r_contact_templates` st
ON st.id = sp.id_template
WHERE sp.published = '1'
AND sp.id = '2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | st | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.06 ms |
System lock | 0.04 ms |
optimizing | 0.05 ms |
statistics | 0.13 ms |
preparing | 0.04 ms |
executing | 0.02 ms |
Sending data | 0.07 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.05 ms |
freeing items | 0.08 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_creativecontactform/helpers/helper.php:281 |
16 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:428 |
15 | CreativecontactformHelper->print_fields_array_html() | JROOT/components/com_creativecontactform/helpers/helper.php:894 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.90 ms After last query: 0.25 ms Query memory: 0.033 MB Memory before query: 2.505 MB Rows returned: 7
SELECT
sp.id,
sp.name,
sp.tooltip_text,
sp.required,
sp.ordering_field,
sp.select_default_text,
sp.show_parent_label,
sp.select_no_match_text,
sp.width,
sp.field_margin_top,
sp.select_show_scroll_after,
sp.select_show_search_after,
sp.upload_button_text,
sp.upload_minfilesize,
sp.upload_maxfilesize,
sp.upload_acceptfiletypes,
sp.upload_minfilesize_message,
sp.upload_maxfilesize_message,
sp.upload_acceptfiletypes_message,
sp.captcha_wrong_message,
sp.datepicker_date_format,
sp.datepicker_animation,
sp.datepicker_style,
sp.datepicker_icon_style,
sp.datepicker_show_icon,
sp.datepicker_input_readonly,
sp.datepicker_number_months,
sp.datepicker_mindate,
sp.datepicker_maxdate,
sp.datepicker_changemonths,
sp.datepicker_changeyears,
sp.column_type,
sp.custom_html,
sp.google_maps,
sp.heading,
sp.recaptcha_site_key,
sp.recaptcha_wrong_message,
sp.recaptcha_theme,
sp.recaptcha_type,
sp.contact_data,
sp.contact_data_width,
sp.creative_popup,
sp.creative_popup_embed,
st.name as type
FROM
`r1o0r_creative_fields` sp
JOIN `r1o0r_creative_field_types` st
ON st.id = sp.id_type
WHERE sp.published = '1'
AND sp.id_form = '2'
ORDER BY sp.ordering,sp.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | ref | id_form | id_form | 3 | const | 7 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | st | NULL | eq_ref | PRIMARY | PRIMARY | 4 | datarent_DB.sp.id_type | 1 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.24 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.12 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.10 ms |
preparing | 0.06 ms |
Sorting result | 0.03 ms |
executing | 0.07 ms |
Sending data | 0.03 ms |
Creating sort index | 0.66 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 1.62 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
17 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:342 |
16 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:428 |
15 | CreativecontactformHelper->print_fields_array_html() | JROOT/components/com_creativecontactform/helpers/helper.php:894 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.68 ms After last query: 1.36 ms Query memory: 0.024 MB Memory before query: 2.532 MB Rows returned: 1
SELECT
spo.name,
spo.id,
spo.value,
spo.selected
FROM
`r1o0r_creative_form_options` spo
WHERE spo.id_parent = '14'
AND spo.showrow = '1'
ORDER BY spo.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | spo | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 244 | 5.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.03 ms |
Opening tables | 0.44 ms |
init | 0.06 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.03 ms |
preparing | 0.06 ms |
Sorting result | 0.04 ms |
executing | 0.02 ms |
Sending data | 0.04 ms |
Creating sort index | 0.30 ms |
end | 0.05 ms |
query end | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 2.94 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
16 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:546 |
15 | CreativecontactformHelper->print_fields_array_html() | JROOT/components/com_creativecontactform/helpers/helper.php:894 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.27 ms After last query: 2.69 ms Query memory: 0.020 MB Memory before query: 2.463 MB Rows returned: 0
SELECT id,placeholder
FROM `r1o0r_gdpr_checkbox`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | r1o0r_gdpr_checkbox | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.03 ms |
Opening tables | 0.35 ms |
init | 0.04 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.03 ms |
Sending data | 0.13 ms |
end | 0.03 ms |
query end | 0.04 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/gdpr/gdpr.php:1084 |
7 | plgSystemGdpr->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:49 |
Query Time: 11.43 ms After last query: 74.03 ms Query memory: 0.033 MB Memory before query: 2.630 MB Rows returned: 35
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM r1o0r_modules AS m
LEFT JOIN r1o0r_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN r1o0r_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 <= '2021-01-27 00:28:07')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-01-27 00:28:07')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 472 OR mm.menuid <= 0)
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 | published | 5 | NULL | 80 | 1.60 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | datarent_DB.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | datarent_DB.m.id | 3 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.26 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.88 ms |
init | 0.14 ms |
System lock | 0.06 ms |
optimizing | 0.06 ms |
statistics | 0.28 ms |
preparing | 0.09 ms |
Sorting result | 0.08 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 8.93 ms |
end | 0.03 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.11 ms |
cleaning up | 0.08 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:581 |
11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/jmframework/includes/libraries/template.php:166 |
10 | JMFTemplate->countModules() | JROOT/templates/jm-renewable-energy/lib/jm_template.php:19 |
9 | JMTemplateBlank->postSetUp() | JROOT/plugins/system/jmframework/includes/libraries/template.php:58 |
8 | JMFTemplate->__construct() | JROOT/templates/jm-renewable-energy/index.php:18 |
7 | require JROOT/templates/jm-renewable-energy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 10.22 ms After last query: 24.79 ms Query memory: 0.034 MB Memory before query: 2.752 MB Rows returned: 35
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM r1o0r_modules AS m
LEFT JOIN r1o0r_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN r1o0r_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 <= '2021-01-27 00:28:07')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-01-27 00:28:07')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 472 OR mm.menuid <= 0)
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 | published | 5 | NULL | 80 | 1.60 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | datarent_DB.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | datarent_DB.m.id | 3 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.21 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.08 ms |
init | 0.12 ms |
System lock | 0.04 ms |
optimizing | 0.05 ms |
statistics | 0.19 ms |
preparing | 0.08 ms |
Sorting result | 0.03 ms |
executing | 0.02 ms |
Sending data | 0.05 ms |
Creating sort index | 8.83 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.08 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/plugins/system/jmframework/includes/libraries/modulehelper.php:37 |
13 | DJModuleHelper::renderModules() | JROOT/templates/jm-renewable-energy/tpl/blocks/footer.php:25 |
12 | include JROOT/templates/jm-renewable-energy/tpl/blocks/footer.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:203 |
11 | JMFTemplate->renderBlock() | JROOT/templates/jm-renewable-energy/tpl/default.php:36 |
10 | include JROOT/templates/jm-renewable-energy/tpl/default.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:203 |
9 | JMFTemplate->renderBlock() | JROOT/plugins/system/jmframework/includes/libraries/template.php:210 |
8 | JMFTemplate->renderScheme() | JROOT/templates/jm-renewable-energy/index.php:19 |
7 | require JROOT/templates/jm-renewable-energy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.26 ms After last query: 13.29 ms Query memory: 0.029 MB Memory before query: 2.831 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM r1o0r_fields AS a
LEFT JOIN `r1o0r_languages` AS l
ON l.lang_code = a.language
LEFT JOIN r1o0r_users AS uc
ON uc.id=a.checked_out
LEFT JOIN r1o0r_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN r1o0r_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN r1o0r_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | datarent_DB.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | datarent_DB.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | datarent_DB.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | datarent_DB.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | datarent_DB.a.group_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.24 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
Opening tables | 1.63 ms |
init | 0.12 ms |
System lock | 0.10 ms |
optimizing | 0.06 ms |
statistics | 0.38 ms |
preparing | 0.11 ms |
Creating tmp table | 0.18 ms |
Sorting result | 0.03 ms |
executing | 0.02 ms |
Sending data | 0.45 ms |
Creating sort index | 0.16 ms |
end | 0.03 ms |
query end | 0.03 ms |
removing tmp table | 0.10 ms |
query end | 0.02 ms |
closing tables | 0.06 ms |
freeing items | 0.07 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
26 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
25 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
24 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:135 |
23 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
22 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
20 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
19 | JHtmlContent::prepare() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
17 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
16 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
15 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
14 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/jmframework/includes/libraries/modulehelper.php:56 |
13 | DJModuleHelper::renderModules() | JROOT/templates/jm-renewable-energy/tpl/blocks/footer.php:25 |
12 | include JROOT/templates/jm-renewable-energy/tpl/blocks/footer.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:203 |
11 | JMFTemplate->renderBlock() | JROOT/templates/jm-renewable-energy/tpl/default.php:36 |
10 | include JROOT/templates/jm-renewable-energy/tpl/default.php | JROOT/plugins/system/jmframework/includes/libraries/template.php:203 |
9 | JMFTemplate->renderBlock() | JROOT/plugins/system/jmframework/includes/libraries/template.php:210 |
8 | JMFTemplate->renderScheme() | JROOT/templates/jm-renewable-energy/index.php:19 |
7 | require JROOT/templates/jm-renewable-energy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `r1o0r_extensions`
2 × SELECT sp.id, st.name as type
FROM `r1o0r_creative_fields` sp JOIN `r1o0r_creative_field_types` st
ON st.id = sp.id_type
2 × SELECT sp.`id_template`, sp.name, sp.top_text, sp.pre_text, sp.thank_you_text, sp.send_text, sp.send_new_text, sp.close_alert_text, sp.form_width, sp.redirect, sp.redirect_itemid, sp.redirect_url, sp.redirect_delay, sp.shake_count, sp.shake_distanse, sp.send_copy_enable, sp.send_copy_text, sp.shake_duration, sp.custom_css, st.styles, sp.render_type, sp.popup_button_text, sp.static_button_position, sp.static_button_offset, sp.appear_animation_type, sp.check_token, sp.next_button_text, sp.prev_button_text
FROM `r1o0r_creative_forms` sp
LEFT JOIN `r1o0r_contact_templates` st
ON st.id = sp.id_template
2 × SELECT sp.id, sp.name, sp.tooltip_text, sp.required, sp.ordering_field, sp.select_default_text, sp.show_parent_label, sp.select_no_match_text, sp.width, sp.field_margin_top, sp.select_show_scroll_after, sp.select_show_search_after, sp.upload_button_text, sp.upload_minfilesize, sp.upload_maxfilesize, sp.upload_acceptfiletypes, sp.upload_minfilesize_message, sp.upload_maxfilesize_message, sp.upload_acceptfiletypes_message, sp.captcha_wrong_message, sp.datepicker_date_format, sp.datepicker_animation, sp.datepicker_style, sp.datepicker_icon_style, sp.datepicker_show_icon, sp.datepicker_input_readonly, sp.datepicker_number_months, sp.datepicker_mindate, sp.datepicker_maxdate, sp.datepicker_changemonths, sp.datepicker_changeyears, sp.column_type, sp.custom_html, sp.google_maps, sp.heading, sp.recaptcha_site_key, sp.recaptcha_wrong_message, sp.recaptcha_theme, sp.recaptcha_type, sp.contact_data, sp.contact_data_width, sp.creative_popup, sp.creative_popup_embed, st.name as type
FROM `r1o0r_creative_fields` sp JOIN `r1o0r_creative_field_types` st
ON st.id = sp.id_type
2 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM r1o0r_modules AS m
LEFT JOIN r1o0r_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN r1o0r_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT `data`
FROM `r1o0r_session`
1 × SELECT `session_id`
FROM `r1o0r_session`
1 × SELECT id, rules
FROM `r1o0r_viewlevels
1 × SELECT b.id
FROM r1o0r_usergroups AS a
LEFT JOIN r1o0r_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM r1o0r_extensions
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 r1o0r_menu AS m
LEFT JOIN r1o0r_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT id, home, template, s.params
FROM r1o0r_template_styles as s
LEFT JOIN r1o0r_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM r1o0r_languages
1 × SELECT spo.name, spo.id, spo.value, spo.selected
FROM `r1o0r_creative_form_options` spo
1 × SELECT id,placeholder
FROM `r1o0r_gdpr_checkbox
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM r1o0r_fields AS a
LEFT JOIN `r1o0r_languages` AS l
ON l.lang_code = a.language
LEFT JOIN r1o0r_users AS uc
ON uc.id=a.checked_out
LEFT JOIN r1o0r_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN r1o0r_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN r1o0r_fields_groups AS g
ON g.id = a.group_id