Query Time: 8.78 ms Query memory: 0.021 MB Memory before query: 4.266 MB Rows returned: 0
SELECT `data`
FROM `cththemes_session`
WHERE `session_id` = '98q5rvmtlbu47p629b1h695403'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_session | const | PRIMARY | PRIMARY | 575 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 8.61 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.00 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
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:854 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:133 |
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:451 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.12 ms After last query: 1.03 ms Query memory: 0.012 MB Memory before query: 4.418 MB Rows returned: 0
SELECT `session_id`
FROM `cththemes_session`
WHERE `session_id` = '98q5rvmtlbu47p629b1h695403'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_session | const | PRIMARY | PRIMARY | 575 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.00 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Application/CMSApplication.php:214 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:856 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:133 |
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:451 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.17 ms After last query: 0.09 ms Query memory: 0.009 MB Memory before query: 4.434 MB
INSERT INTO `cththemes_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('98q5rvmtlbu47p629b1h695403', 1, '1615242798', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `cththemes_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('98q5rvmtlbu47p629b1h695403', 1, '1615242798', 0, '', 0)
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
update | 0.05 ms |
Waiting for query cache lock | 0.00 ms |
update | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Application/CMSApplication.php:254 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:856 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:133 |
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:451 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.08 ms After last query: 4.88 ms Query memory: 0.014 MB Memory before query: 5.210 MB Rows returned: 5
SELECT id, rules
FROM `cththemes_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.00 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1496 |
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:310 |
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:606 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.08 ms Query memory: 0.015 MB Memory before query: 5.235 MB Rows returned: 2
SELECT b.id
FROM cththemes_usergroups AS a
LEFT JOIN cththemes_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.00 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
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:310 |
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:606 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 25.87 ms Query memory: 0.018 MB Memory before query: 8.714 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
13 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
12 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
11 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:98 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 2.26 ms Query memory: 0.021 MB Memory before query: 8.795 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.45 ms Query memory: 0.021 MB Memory before query: 8.842 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.48 ms Query memory: 0.021 MB Memory before query: 8.889 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.44 ms Query memory: 0.021 MB Memory before query: 8.935 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.44 ms Query memory: 0.021 MB Memory before query: 8.980 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.45 ms Query memory: 0.021 MB Memory before query: 9.027 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.56 ms Query memory: 0.021 MB Memory before query: 9.073 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.49 ms Query memory: 0.021 MB Memory before query: 9.119 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 9.179 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 9.223 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.46 ms Query memory: 0.021 MB Memory before query: 9.271 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.48 ms Query memory: 0.021 MB Memory before query: 9.315 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.43 ms Query memory: 0.021 MB Memory before query: 9.360 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 9.406 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.44 ms Query memory: 0.021 MB Memory before query: 9.452 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.45 ms Query memory: 0.021 MB Memory before query: 9.498 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.35 ms Query memory: 0.021 MB Memory before query: 9.522 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.29 ms Query memory: 0.021 MB Memory before query: 9.554 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.51 ms Query memory: 0.021 MB Memory before query: 9.610 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.44 ms Query memory: 0.021 MB Memory before query: 9.656 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.43 ms Query memory: 0.021 MB Memory before query: 9.697 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.43 ms Query memory: 0.021 MB Memory before query: 9.742 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.51 ms Query memory: 0.021 MB Memory before query: 9.781 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.43 ms Query memory: 0.021 MB Memory before query: 9.826 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.02 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.44 ms Query memory: 0.021 MB Memory before query: 9.872 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.48 ms Query memory: 0.021 MB Memory before query: 9.922 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.45 ms Query memory: 0.021 MB Memory before query: 9.969 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.29 ms Query memory: 0.021 MB Memory before query: 10.002 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.44 ms Query memory: 0.021 MB Memory before query: 10.048 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 10.094 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.46 ms Query memory: 0.021 MB Memory before query: 10.139 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.44 ms Query memory: 0.021 MB Memory before query: 10.184 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 10.230 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.53 ms Query memory: 0.021 MB Memory before query: 10.276 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 10.325 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.50 ms Query memory: 0.021 MB Memory before query: 10.372 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.44 ms Query memory: 0.021 MB Memory before query: 10.419 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.49 ms Query memory: 0.021 MB Memory before query: 10.463 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 10.516 MB Rows returned: 1
SELECT template
FROM cththemes_template_styles
WHERE client_id = 0
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:56 |
14 | CthShortcodes::templateName() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:68 |
13 | CthShortcodes::templatePath() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:81 |
12 | CthShortcodes::_importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:74 |
11 | CthShortcodes::importShortcode() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:109 |
10 | CthShortcodes::importShortcodes() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:63 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.84 ms Query memory: 0.018 MB Memory before query: 10.557 MB
UPDATE `cththemes_extensions`
SET `params` = '{\"mediaversion\":\"e590e09a06f7cb863d7820075f8be97e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_extensions | range | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.07 ms |
updating | 0.04 ms |
end | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
end | 0.05 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
14 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
13 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:68 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 1.54 ms Query memory: 0.017 MB Memory before query: 10.866 MB Rows returned: 1
SELECT customCssLinks, customJsLinks, customJsButtonLinks, customJsBottomScript
FROM cththemes_azurapagebuilder_pages
WHERE id=26
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_azurapagebuilder_pages | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
Waiting for query cache lock | 0.00 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.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.00 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
11 | JDatabaseDriver->loadObject() | JROOT/plugins/system/cthshortcodes/core/cthshortcodes.php:128 |
10 | CthShortcodes::importScripts() | JROOT/plugins/system/cthshortcodes/cthshortcodes.php:79 |
9 | plgSystemCthShortcodes->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1179 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 25.74 ms Query memory: 0.031 MB Memory before query: 12.524 MB Rows returned: 36
SELECT `id`,`name`,`rules`,`parent_id`
FROM `cththemes_assets`
WHERE `name` IN ('root.1','com_admin','com_ajax','com_akeeba','com_associations','com_azurapagebuilder','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jce','com_joomlaupdate','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_search','com_tags','com_templates','com_uniterevolution2','com_users','com_weblinks','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 138 | 28.26 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.02 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
20 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
19 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
18 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
17 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
16 | Joomla\CMS\User\User->authorise() | JROOT/components/com_azurapagebuilder/models/page.php:47 |
15 | AzuraPagebuilderModelPage->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:435 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_azurapagebuilder/models/page.php:69 |
13 | AzuraPagebuilderModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_azurapagebuilder/views/page/view.html.php:27 |
11 | AzuraPagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_azurapagebuilder/controller.php:53 |
8 | AzuraPagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_azurapagebuilder/azurapagebuilder.php:13 |
6 | require_once JROOT/components/com_azurapagebuilder/azurapagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 1.24 ms Query memory: 0.029 MB Memory before query: 12.671 MB Rows returned: 1
SELECT a.*,u.name AS author
FROM `cththemes_azurapagebuilder_pages` AS a
LEFT JOIN cththemes_users AS u
on u.id = a.created_by
WHERE a.id = 26
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.03 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_azurapagebuilder/models/page.php:85 |
13 | AzuraPagebuilderModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_azurapagebuilder/views/page/view.html.php:27 |
11 | AzuraPagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_azurapagebuilder/controller.php:53 |
8 | AzuraPagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_azurapagebuilder/azurapagebuilder.php:13 |
6 | require_once JROOT/components/com_azurapagebuilder/azurapagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.51 ms Query memory: 0.026 MB Memory before query: 12.745 MB Rows returned: 1
SELECT e.*
FROM `cththemes_azurapagebuilder_elements` AS e
WHERE e.level = 0
AND e.pageID = 26
AND e.published = 1
AND e.trash = 0
ORDER BY e.elementOrder ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | ref | idx_pageID,idx_level | idx_pageID | 4 | const | 3 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.00 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_azurapagebuilder/models/page.php:126 |
13 | AzuraPagebuilderModelPage->getElements() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_azurapagebuilder/views/page/view.html.php:33 |
11 | AzuraPagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_azurapagebuilder/controller.php:53 |
8 | AzuraPagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_azurapagebuilder/azurapagebuilder.php:13 |
6 | require_once JROOT/components/com_azurapagebuilder/azurapagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:303 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.05 ms After last query: 0.15 ms Query memory: 0.025 MB Memory before query: 12.773 MB Rows returned: 2