Query Time: 0.66 ms Query memory: 0.023 MB Memory before query: 4.154 MB Rows returned: 0
SELECT `data`
FROM `h1upx_session`
WHERE `session_id` = X'3866636564306538303366613136663030633864303630623263343532356538'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.23 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| executing | 0.03 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 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:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.25 ms After last query: 1.15 ms Query memory: 0.020 MB Memory before query: 4.249 MB Rows returned: 0
SELECT `session_id`
FROM `h1upx_session`
WHERE `session_id` = X'3866636564306538303366613136663030633864303630623263343532356538'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 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:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 2.04 ms After last query: 0.08 ms Query memory: 0.004 MB Memory before query: 4.255 MB
INSERT INTO `h1upx_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3866636564306538303366613136663030633864303630623263343532356538', 1, 1765877269, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `h1upx_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3866636564306538303366613136663030633864303630623263343532356538', 1, 1765877269, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.20 ms |
| System lock | 0.01 ms |
| update | 0.25 ms |
| end | 0.01 ms |
| query end | 1.41 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 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:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.42 ms After last query: 2.96 ms Query memory: 0.024 MB Memory before query: 4.603 MB Rows returned: 40
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `h1upx_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_extensions | NULL | ref | extension | extension | 82 | const | 40 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.23 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.82 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 2.94 ms Query memory: 0.021 MB Memory before query: 4.799 MB Rows returned: 5
SELECT id, rules
FROM `h1upx_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.32 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 4.811 MB Rows returned: 2
SELECT b.id
FROM h1upx_usergroups AS a
LEFT JOIN h1upx_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.26 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.63 ms After last query: 0.90 ms Query memory: 0.069 MB Memory before query: 4.883 MB Rows returned: 99
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM h1upx_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_extensions | NULL | ref | extension | extension | 82 | const | 117 | 0.60 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 1.35 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 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:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 13.47 ms Query memory: 0.059 MB Memory before query: 6.649 MB Rows returned: 1
SELECT params
FROM h1upx_extensions
WHERE element = 'cookiespolicynotificationbar'
AND folder = 'system'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_extensions | NULL | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.22 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.14 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.13 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:185 |
| 7 | plgSystemCookiesPolicyNotificationBar->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.78 ms After last query: 5.37 ms Query memory: 0.021 MB Memory before query: 7.294 MB Rows returned: 2
SELECT *
FROM h1upx_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.71 ms |
| init | 0.24 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.34 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 8 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:96 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 7.303 MB Rows returned: 4
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `h1upx_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_extensions | NULL | ref | extension | extension | 82 | const | 4 | 1.25 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:209 |
| 8 | Joomla\CMS\Language\LanguageHelper::getInstalledLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:110 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.73 ms After last query: 12.19 ms Query memory: 0.062 MB Memory before query: 8.146 MB Rows returned: 59
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 h1upx_menu AS m
LEFT JOIN h1upx_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 61 | 10.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ormidiao_ormidiaeasycmsdb.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.70 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 1.51 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
| 8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 15.13 ms Query memory: 0.037 MB Memory before query: 9.690 MB Rows returned: 3
SELECT id, home, template, s.params
FROM h1upx_template_styles as s
LEFT JOIN h1upx_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | ormidiao_ormidiaeasycmsdb.e.element | 1 | 60.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.49 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.27 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/yootheme/yootheme.php:129 |
| 9 | plgSystemYOOtheme->handleRequest() | JROOT/plugins/system/yootheme/yootheme.php:38 |
| 8 | plgSystemYOOtheme->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 26.99 ms Query memory: 0.028 MB Memory before query: 12.846 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `h1upx_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.13 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.05 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 29 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 28 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 27 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 26 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 25 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 24 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 23 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 22 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 21 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 20 | Joomla\CMS\Factory::getDocument() | JROOT/templates/yootheme/vendor/yootheme/theme/platforms/joomla/src/Joomla.php:52 |
| 19 | YOOtheme\Theme\Joomla->onInit() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/event/src/EventManager.php:119 |
| 17 | YOOtheme\EventManager->trigger() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/event/src/EventTrait.php:42 |
| 16 | YOOtheme\Application->trigger() | JROOT/templates/yootheme/vendor/yootheme/theme/platforms/joomla/index.php:104 |
| 15 | YOOtheme\Theme\Joomla->{closure}() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/event/src/EventManager.php:119 |
| 13 | YOOtheme\EventManager->trigger() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/event/src/EventTrait.php:42 |
| 12 | YOOtheme\Application->trigger() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/app/src/Application.php:58 |
| 11 | YOOtheme\Application->init() | JROOT/plugins/system/yootheme/yootheme.php:178 |
| 10 | plgSystemYOOtheme->loadTemplate() | JROOT/plugins/system/yootheme/yootheme.php:131 |
| 9 | plgSystemYOOtheme->handleRequest() | JROOT/plugins/system/yootheme/yootheme.php:38 |
| 8 | plgSystemYOOtheme->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.18 ms After last query: 0.27 ms Query memory: 0.011 MB Memory before query: 12.841 MB
UPDATE `h1upx_extensions`
SET `params` = '{\"mediaversion\":\"dfe6ec420b222ec32a990068d8d3a80e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | h1upx_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.07 ms |
| updating | 0.32 ms |
| end | 0.01 ms |
| query end | 1.57 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 24 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 23 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 22 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 21 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 20 | Joomla\CMS\Factory::getDocument() | JROOT/templates/yootheme/vendor/yootheme/theme/platforms/joomla/src/Joomla.php:52 |
| 19 | YOOtheme\Theme\Joomla->onInit() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/event/src/EventManager.php:119 |
| 17 | YOOtheme\EventManager->trigger() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/event/src/EventTrait.php:42 |
| 16 | YOOtheme\Application->trigger() | JROOT/templates/yootheme/vendor/yootheme/theme/platforms/joomla/index.php:104 |
| 15 | YOOtheme\Theme\Joomla->{closure}() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/event/src/EventManager.php:119 |
| 13 | YOOtheme\EventManager->trigger() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/event/src/EventTrait.php:42 |
| 12 | YOOtheme\Application->trigger() | JROOT/templates/yootheme/vendor/yootheme/framework/modules/app/src/Application.php:58 |
| 11 | YOOtheme\Application->init() | JROOT/plugins/system/yootheme/yootheme.php:178 |
| 10 | plgSystemYOOtheme->loadTemplate() | JROOT/plugins/system/yootheme/yootheme.php:131 |
| 9 | plgSystemYOOtheme->handleRequest() | JROOT/plugins/system/yootheme/yootheme.php:38 |
| 8 | plgSystemYOOtheme->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.30 ms After last query: 27.40 ms Query memory: 0.043 MB Memory before query: 16.210 MB Rows returned: 9
SELECT DISTINCT touristguide_items.*,`touristguide_categories`.title_el AS `touristguide_category_title_el`,`touristguide_categories`.title_en AS `touristguide_category_title_en`
FROM `h1upx_easycms_touristguide_items` AS touristguide_items
LEFT JOIN h1upx_easycms_touristguide_categories AS `touristguide_categories`
ON `touristguide_categories`.id = touristguide_items.`touristguide_category_id`
WHERE touristguide_items.state = 1
ORDER BY touristguide_items.ordering ASC
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | touristguide_items | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | touristguide_categories | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ormidiao_ormidiaeasycmsdb.touristguide_items.touristguide_category_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.47 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.19 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.84 ms |
| Creating sort index | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.13 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 12 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_easycms/views/touristguide_items/view.html.php:31 |
| 10 | EasycmsViewTouristguide_items->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_easycms/controller.php:43 |
| 8 | EasycmsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easycms/easycms.php:36 |
| 6 | require_once JROOT/components/com_easycms/easycms.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 16.244 MB Rows returned: 3
SELECT cats.id AS cats_id,cats.title_el AS title_el,cats.title_en AS title_en,cats.alias AS alias,COUNT(items.`id`) AS count_items
FROM h1upx_easycms_touristguide_categories AS cats
LEFT JOIN h1upx_easycms_touristguide_items AS items
ON cats.id = items.touristguide_category_id
WHERE cats.state = 1
AND items.state = 1
GROUP BY cats.id
ORDER BY cats.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | cats | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ormidiao_ormidiaeasycmsdb.items.touristguide_category_id | 1 | 33.33 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.09 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.23 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.24 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_easycms/models/touristguide_items.php:206 |
| 12 | EasycmsModelTouristguide_items->getTouristguideCategories() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_easycms/views/touristguide_items/view.html.php:32 |
| 10 | EasycmsViewTouristguide_items->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_easycms/controller.php:43 |
| 8 | EasycmsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easycms/easycms.php:36 |
| 6 | require_once JROOT/components/com_easycms/easycms.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 1.10 ms Query memory: 0.024 MB Memory before query: 16.341 MB Rows returned: 1
SELECT COUNT(*)
FROM `h1upx_easycms_touristguide_items` AS touristguide_items
LEFT JOIN h1upx_easycms_touristguide_categories AS `touristguide_categories`
ON `touristguide_categories`.id = touristguide_items.`touristguide_category_id`
WHERE touristguide_items.state = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | touristguide_items | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where |
| 1 | SIMPLE | touristguide_categories | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ormidiao_ormidiaeasycmsdb.touristguide_items.touristguide_category_id | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.24 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:354 |
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
| 12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_easycms/views/touristguide_items/view.html.php:33 |
| 10 | EasycmsViewTouristguide_items->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_easycms/controller.php:43 |
| 8 | EasycmsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easycms/easycms.php:36 |
| 6 | require_once JROOT/components/com_easycms/easycms.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.46 ms Query memory: 0.023 MB Memory before query: 16.390 MB Rows returned: 0
SELECT title_el, title_en
FROM h1upx_easycms_touristguide_categories
WHERE state=1
AND id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_easycms/models/touristguide_items.php:227 |
| 14 | EasycmsModelTouristguide_items->getTouristguideCategoryTitle() | JROOT/components/com_easycms/views/touristguide_items/tmpl/default.php:39 |
| 13 | include JROOT/components/com_easycms/views/touristguide_items/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_easycms/views/touristguide_items/view.html.php:55 |
| 10 | EasycmsViewTouristguide_items->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_easycms/controller.php:43 |
| 8 | EasycmsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easycms/easycms.php:36 |
| 6 | require_once JROOT/components/com_easycms/easycms.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 1.46 ms Query memory: 0.019 MB Memory before query: 16.398 MB Rows returned: 1
SELECT extension_id
FROM h1upx_extensions
WHERE type='plugin'
AND element = 'cookiespolicynotificationbar'
AND folder='system'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 804 | const,const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.04 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:709 |
| 7 | plgSystemCookiesPolicyNotificationBar->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.04 ms Query memory: 0.020 MB Memory before query: 16.402 MB Rows returned: 1
SELECT extension_id
FROM h1upx_extensions
WHERE type='plugin'
AND element = 'cookiespolicynotificationbar'
AND folder='system'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 804 | const,const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.28 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:710 |
| 7 | plgSystemCookiesPolicyNotificationBar->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.38 ms Query memory: 0.021 MB Memory before query: 16.425 MB Rows returned: 3
SELECT language,id
FROM `h1upx_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_menu | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 62 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.20 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
| 8 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 10.84 ms Query memory: 0.027 MB Memory before query: 17.210 MB Rows returned: 1
SELECT id
FROM h1upx_easycms_pages
WHERE `alias` = 'istoria'
AND `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_easycms_pages | NULL | const | alias | alias | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.20 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_easycms/helper.php:431 |
| 22 | ModEasycmsHelper->getPageIDbyAlias() | JROOT/modules/mod_easycms/mod_easycms.php:87 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 0.85 ms Query memory: 0.028 MB Memory before query: 17.360 MB Rows returned: 3
SELECT news.*
FROM `h1upx_easycms_news` AS `news`
WHERE `news`.`state` = 1
ORDER BY `news`.`datetime` DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | news | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 114 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.16 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.89 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:250 |
| 22 | ModEasycmsHelper::getNewsList() | JROOT/modules/mod_easycms/mod_easycms.php:127 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 17.382 MB Rows returned: 3
SELECT events.*,`event_categories`.title_el AS `event_category_title_el`, `event_categories`.title_en AS `event_category_title_en`
FROM `h1upx_easycms_events` AS `events`
LEFT JOIN h1upx_easycms_event_categories AS `event_categories`
ON `event_categories`.id = `events`.`event_category_id`
WHERE `events`.`state` = 1
ORDER BY `events`.`start_date` DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | event_categories | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
| 1 | SIMPLE | events | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 55 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.57 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.84 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:283 |
| 22 | ModEasycmsHelper::getEventsList() | JROOT/modules/mod_easycms/mod_easycms.php:130 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.02 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 17.402 MB Rows returned: 0
SELECT banners.*,`banner_categories`.title_el AS `banner_category_title`
FROM `h1upx_easycms_banners` AS `banners`
LEFT JOIN h1upx_easycms_banner_categories AS `banner_categories`
ON `banner_categories`.id = banners.`banner_category_id`
WHERE `banners`.`state` = 1
AND IF(banners.start_date != "0000-00-00", CURDATE() >= banners.start_date, 1=1)
AND IF(banners.end_date != "0000-00-00", CURDATE() <= banners.end_date, 1=1)
ORDER BY `banners`.`ordering` ASC
LIMIT 6
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | banners | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using filesort |
| 1 | SIMPLE | banner_categories | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ormidiao_ormidiaeasycmsdb.banners.banner_category_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.66 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.05 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:327 |
| 22 | ModEasycmsHelper::getBannersList() | JROOT/modules/mod_easycms/mod_easycms.php:133 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 17.412 MB Rows returned: 0
SELECT efimerides.*
FROM `h1upx_easycms_efimerides` AS `efimerides`
WHERE `efimerides`.`state` = 1
ORDER BY `efimerides`.`date` DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.42 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:356 |
| 22 | ModEasycmsHelper::getEfimeridesList() | JROOT/modules/mod_easycms/mod_easycms.php:136 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.14 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 17.424 MB Rows returned: 4
SELECT media.*
FROM `h1upx_easycms_media` AS `media`
WHERE `media`.`media_type` = "video"
ORDER BY `media`.`id` DESC
LIMIT 6
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | media | NULL | index | NULL | PRIMARY | 4 | NULL | 6 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.21 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 1.69 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:395 |
| 22 | ModEasycmsHelper::getVideosList() | JROOT/modules/mod_easycms/mod_easycms.php:139 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 4.04 ms Query memory: 0.027 MB Memory before query: 17.337 MB Rows returned: 1
SELECT id
FROM h1upx_easycms_pages
WHERE `alias` = 'istoria'
AND `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | h1upx_easycms_pages | NULL | const | alias | alias | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 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.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_easycms/helper.php:431 |
| 22 | ModEasycmsHelper->getPageIDbyAlias() | JROOT/modules/mod_easycms/mod_easycms.php:87 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.30 ms Query memory: 0.028 MB Memory before query: 17.358 MB Rows returned: 3
SELECT news.*
FROM `h1upx_easycms_news` AS `news`
WHERE `news`.`state` = 1
ORDER BY `news`.`datetime` DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | news | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 114 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.15 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:250 |
| 22 | ModEasycmsHelper::getNewsList() | JROOT/modules/mod_easycms/mod_easycms.php:127 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 17.379 MB Rows returned: 3
SELECT events.*,`event_categories`.title_el AS `event_category_title_el`, `event_categories`.title_en AS `event_category_title_en`
FROM `h1upx_easycms_events` AS `events`
LEFT JOIN h1upx_easycms_event_categories AS `event_categories`
ON `event_categories`.id = `events`.`event_category_id`
WHERE `events`.`state` = 1
ORDER BY `events`.`start_date` DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | event_categories | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
| 1 | SIMPLE | events | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 55 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.20 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.12 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:283 |
| 22 | ModEasycmsHelper::getEventsList() | JROOT/modules/mod_easycms/mod_easycms.php:130 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 17.399 MB Rows returned: 0
SELECT banners.*,`banner_categories`.title_el AS `banner_category_title`
FROM `h1upx_easycms_banners` AS `banners`
LEFT JOIN h1upx_easycms_banner_categories AS `banner_categories`
ON `banner_categories`.id = banners.`banner_category_id`
WHERE `banners`.`state` = 1
AND IF(banners.start_date != "0000-00-00", CURDATE() >= banners.start_date, 1=1)
AND IF(banners.end_date != "0000-00-00", CURDATE() <= banners.end_date, 1=1)
ORDER BY `banners`.`ordering` ASC
LIMIT 6
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | banners | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using filesort |
| 1 | SIMPLE | banner_categories | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ormidiao_ormidiaeasycmsdb.banners.banner_category_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:327 |
| 22 | ModEasycmsHelper::getBannersList() | JROOT/modules/mod_easycms/mod_easycms.php:133 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 17.410 MB Rows returned: 0
SELECT efimerides.*
FROM `h1upx_easycms_efimerides` AS `efimerides`
WHERE `efimerides`.`state` = 1
ORDER BY `efimerides`.`date` DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| executing | 0.20 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:356 |
| 22 | ModEasycmsHelper::getEfimeridesList() | JROOT/modules/mod_easycms/mod_easycms.php:136 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.27 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 17.427 MB Rows returned: 4
SELECT media.*
FROM `h1upx_easycms_media` AS `media`
WHERE `media`.`media_type` = "video"
ORDER BY `media`.`id` DESC
LIMIT 6
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | media | NULL | index | NULL | PRIMARY | 4 | NULL | 6 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 1.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_easycms/helper.php:395 |
| 22 | ModEasycmsHelper::getVideosList() | JROOT/modules/mod_easycms/mod_easycms.php:139 |
| 21 | include JROOT/modules/mod_easycms/mod_easycms.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_module/element.php:23 |
| 19 | YOOtheme\Builder\ConfigManager->{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:275 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:260 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:96 |
| 13 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:113 |
| 12 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/index.php:131 |
| 11 | YOOtheme\Module->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/yootheme/index.php:138 |
| 7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.03 ms After last query: 11.68 ms Query memory: 0.023 MB Memory before query: 17.868 MB Rows returned: 2
SELECT `c2`.`language`,`c2`.`id`
FROM `h1upx_menu` AS `c`
INNER JOIN `h1upx_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `h1upx_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `h1upx_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 50039
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_key | PRIMARY | 206 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a2 | NULL | ref | idx_key | idx_key | 128 | const | 2 | 100.00 | Using index |
| 1 | SIMPLE | c2 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ormidiao_ormidiaeasycmsdb.a2.id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.42 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.32 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
| 13 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:321 |
| 12 | MenusHelper::getAssociations() | JROOT/modules/mod_languages/helper.php:58 |
| 11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
| 10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla-modules/src/ModulesRenderer.php:27 |
| 7 | YOOtheme\Theme\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `h1upx_extensions`
2 × SELECT media.*
FROM `h1upx_easycms_media` AS `media`
2 × SELECT efimerides.*
FROM `h1upx_easycms_efimerides` AS `efimerides`
2 × SELECT banners.*,`banner_categories`.title_el AS `banner_category_title`
FROM `h1upx_easycms_banners` AS `banners`
LEFT JOIN h1upx_easycms_banner_categories AS `banner_categories`
ON `banner_categories`.id = banners.`banner_category_id`
2 × SELECT events.*,`event_categories`.title_el AS `event_category_title_el`, `event_categories`.title_en AS `event_category_title_en`
FROM `h1upx_easycms_events` AS `events`
LEFT JOIN h1upx_easycms_event_categories AS `event_categories`
ON `event_categories`.id = `events`.`event_category_id`
2 × SELECT news.*
FROM `h1upx_easycms_news` AS `news`
2 × SELECT id
FROM h1upx_easycms_pages
2 × SELECT extension_id
FROM h1upx_extensions
1 × SELECT `data`
FROM `h1upx_session`
1 × SELECT COUNT(*)
FROM `h1upx_easycms_touristguide_items` AS touristguide_items
LEFT JOIN h1upx_easycms_touristguide_categories AS `touristguide_categories`
ON `touristguide_categories`.id = touristguide_items.`touristguide_category_id`
1 × SELECT language,id
FROM `h1upx_menu`
1 × SELECT title_el, title_en
FROM h1upx_easycms_touristguide_categories
1 × SELECT cats.id AS cats_id,cats.title_el AS title_el,cats.title_en AS title_en,cats.alias AS alias,COUNT(items.`id`) AS count_items
FROM h1upx_easycms_touristguide_categories AS cats
LEFT JOIN h1upx_easycms_touristguide_items AS items
ON cats.id = items.touristguide_category_id
1 × SELECT `session_id`
FROM `h1upx_session`
1 × SELECT DISTINCT touristguide_items.*,`touristguide_categories`.title_el AS `touristguide_category_title_el`,`touristguide_categories`.title_en AS `touristguide_category_title_en`
FROM `h1upx_easycms_touristguide_items` AS touristguide_items
LEFT JOIN h1upx_easycms_touristguide_categories AS `touristguide_categories`
ON `touristguide_categories`.id = touristguide_items.`touristguide_category_id`
1 × SELECT id, home, template, s.params
FROM h1upx_template_styles as s
LEFT JOIN h1upx_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM h1upx_menu AS m
LEFT JOIN h1upx_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `element`,`name`,`client_id`,`extension_id`
FROM `h1upx_extensions`
1 × SELECT *
FROM h1upx_languages
1 × SELECT params
FROM h1upx_extensions
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM h1upx_extensions
1 × SELECT b.id
FROM h1upx_usergroups AS a
LEFT JOIN h1upx_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `h1upx_viewlevels
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `h1upx_menu` AS `c`
INNER JOIN `h1upx_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `h1upx_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `h1upx_menu` AS `c2`
ON a2.id = c2.`id`