Query Time: 7.26 ms Query memory: 0.021 MB Memory before query: 4.266 MB Rows returned: 0
SELECT `data`
FROM `cththemes_session`
WHERE `session_id` = 'ton2r7pe4r09q827bnq1ok0a92'
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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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.21 ms After last query: 1.14 ms Query memory: 0.012 MB Memory before query: 4.419 MB Rows returned: 0
SELECT `session_id`
FROM `cththemes_session`
WHERE `session_id` = 'ton2r7pe4r09q827bnq1ok0a92'
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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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.24 ms After last query: 0.12 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
('ton2r7pe4r09q827bnq1ok0a92', 1, '1611195310', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `cththemes_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('ton2r7pe4r09q827bnq1ok0a92', 1, '1611195310', 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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.55 ms After last query: 13.73 ms Query memory: 0.028 MB Memory before query: 4.916 MB Rows returned: 38
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `cththemes_extensions`
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_extensions | ref | extension | extension | 62 | const | 34 | 100.00 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:423 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:431 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:497 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:596 |
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.20 ms After last query: 22.93 ms Query memory: 0.014 MB Memory before query: 5.232 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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.19 ms After last query: 0.13 ms Query memory: 0.015 MB Memory before query: 5.256 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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: 1.01 ms After last query: 11.63 ms Query memory: 0.018 MB Memory before query: 5.354 MB Rows returned: 77
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM cththemes_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cththemes_extensions | ref | extension | extension | 62 | const | 100 | 100.00 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:343 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:348 |
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.74 ms After last query: 59.11 ms Query memory: 0.031 MB Memory before query: 7.735 MB Rows returned: 20
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM cththemes_menu AS m
LEFT JOIN cththemes_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 35 | 100.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | my_onartgallery.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:482 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:587 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:405 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1169 |
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.24 ms After last query: 9.38 ms Query memory: 0.018 MB Memory before query: 8.774 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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.11 ms After last query: 2.51 ms Query memory: 0.021 MB Memory before query: 8.855 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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.09 ms After last query: 0.56 ms Query memory: 0.021 MB Memory before query: 8.902 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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.52 ms Query memory: 0.021 MB Memory before query: 8.949 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.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 | 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.09 ms After last query: 0.52 ms Query memory: 0.021 MB Memory before query: 8.994 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.02 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.16 ms After last query: 0.48 ms Query memory: 0.021 MB Memory before query: 9.040 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.01 ms |
init | 0.00 ms |
checking query cache for query | 0.00 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.02 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.02 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.04 ms After last query: 0.53 ms Query memory: 0.021 MB Memory before query: 9.087 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.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 | 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.09 ms After last query: 0.54 ms Query memory: 0.021 MB Memory before query: 9.133 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.02 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 | 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.09 ms After last query: 0.49 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.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 | 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.09 ms After last query: 0.58 ms Query memory: 0.021 MB Memory before query: 9.240 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.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 | 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.53 ms Query memory: 0.021 MB Memory before query: 9.283 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.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 | 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.09 ms After last query: 0.48 ms Query memory: 0.021 MB Memory before query: 9.331 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.02 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 | 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.09 ms After last query: 0.53 ms Query memory: 0.021 MB Memory before query: 9.375 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.02 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.09 ms After last query: 0.48 ms Query memory: 0.021 MB Memory before query: 9.420 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.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 | 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.09 ms After last query: 0.52 ms Query memory: 0.021 MB Memory before query: 9.466 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.00 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.02 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.12 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 9.511 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.02 ms |
Waiting for query cache lock | 0.00 ms |
init | 0.00 ms |
checking query cache for query | 0.02 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.49 ms Query memory: 0.021 MB Memory before query: 9.558 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.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 | 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.44 ms Query memory: 0.021 MB Memory before query: 9.582 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.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 | 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.09 ms After last query: 0.33 ms Query memory: 0.021 MB Memory before query: 9.613 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.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 | 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.09 ms After last query: 0.54 ms Query memory: 0.021 MB Memory before query: 9.670 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.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 | 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.48 ms Query memory: 0.021 MB Memory before query: 9.715 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.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 | 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.49 ms Query memory: 0.021 MB Memory before query: 9.757 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.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 | 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.09 ms After last query: 0.50 ms Query memory: 0.021 MB Memory before query: 9.802 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.02 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.09 ms After last query: 0.46 ms Query memory: 0.021 MB Memory before query: 9.841 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.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 | 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.09 ms After last query: 0.48 ms Query memory: 0.021 MB Memory before query: 9.887 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.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 | 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.09 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 9.932 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.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 | 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.09 ms After last query: 0.53 ms Query memory: 0.021 MB Memory before query: 9.982 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.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 | 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.12 ms After last query: 0.53 ms Query memory: 0.021 MB Memory before query: 10.029 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.03 ms |
init | 0.02 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 | 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: 10.062 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.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 | 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.13 ms After last query: 0.55 ms Query memory: 0.021 MB Memory before query: 10.107 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.02 ms |
sending cached result to clien | 0.01 ms |
cleaning up | 0.02 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.54 ms Query memory: 0.021 MB Memory before query: 10.154 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.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 | 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.53 ms Query memory: 0.021 MB Memory before query: 10.198 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.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 | 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.244 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.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 | 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.290 MB Rows returned: 1