Query Time: 0.52 ms Query memory: 0.023 MB Memory before query: 1.035 MB Rows returned: 0
SELECT `data`
FROM `xpfbh_session`
WHERE `session_id` = X'387431756333646f6670306e39626b62353270613869716b6e75'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:832 |
| 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:392 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.35 ms After last query: 0.71 ms Query memory: 0.020 MB Memory before query: 1.049 MB Rows returned: 0
SELECT `session_id`
FROM `xpfbh_session`
WHERE `session_id` = X'387431756333646f6670306e39626b62353270613869716b6e75'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | 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:834 |
| 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:392 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.47 ms After last query: 0.16 ms Query memory: 0.004 MB Memory before query: 1.054 MB
INSERT INTO `xpfbh_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'387431756333646f6670306e39626b62353270613869716b6e75', 1, 1789174905, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `xpfbh_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'387431756333646f6670306e39626b62353270613869716b6e75', 1, 1789174905, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | 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:834 |
| 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:392 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.84 ms After last query: 1.09 ms Query memory: 0.024 MB Memory before query: 1.086 MB Rows returned: 39
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `xpfbh_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 | xpfbh_extensions | NULL | ref | extension | extension | 82 | const | 39 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 1.17 ms Query memory: 0.021 MB Memory before query: 1.115 MB Rows returned: 5
SELECT id, rules
FROM `xpfbh_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.14 ms Query memory: 0.021 MB Memory before query: 1.127 MB Rows returned: 2
SELECT b.id
FROM xpfbh_usergroups AS a
LEFT JOIN xpfbh_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.36 ms After last query: 0.31 ms Query memory: 0.030 MB Memory before query: 1.149 MB Rows returned: 87
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM xpfbh_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 | xpfbh_extensions | NULL | ref | extension | extension | 82 | const | 106 | 0.60 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 16.24 ms Query memory: 0.021 MB Memory before query: 1.580 MB Rows returned: 3
SELECT *
FROM xpfbh_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 | xpfbh_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:673 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.23 ms Query memory: 0.021 MB Memory before query: 1.590 MB Rows returned: 6
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `xpfbh_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 | xpfbh_extensions | NULL | ref | extension | extension | 82 | const | 6 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:673 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.35 ms After last query: 12.87 ms Query memory: 0.028 MB Memory before query: 1.653 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `xpfbh_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `xpfbh_extensions`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 15 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 14 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Extension.php:32 |
| 13 | Joomla\CMS\Table\Extension->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 12 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:175 |
| 11 | qxGetComponentInfo() | JROOT/libraries/quix/app/bootstrap.php:44 |
| 10 | include_once JROOT/libraries/quix/app/bootstrap.php | JROOT/libraries/loader.php:226 |
| 9 | JLoader::import() | JROOT/libraries/loader.php:845 |
| 8 | jimport() | JROOT/plugins/system/quix/quix.php:15 |
| 7 | require_once JROOT/plugins/system/quix/quix.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 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:673 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.56 ms Query memory: 0.023 MB Memory before query: 1.684 MB Rows returned: 1
SELECT `extension_id`
FROM `xpfbh_extensions`
WHERE element = 'com_quix'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 |
| 12 | Joomla\CMS\Table\Extension->find() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:176 |
| 11 | qxGetComponentInfo() | JROOT/libraries/quix/app/bootstrap.php:44 |
| 10 | include_once JROOT/libraries/quix/app/bootstrap.php | JROOT/libraries/loader.php:226 |
| 9 | JLoader::import() | JROOT/libraries/loader.php:845 |
| 8 | jimport() | JROOT/plugins/system/quix/quix.php:15 |
| 7 | require_once JROOT/plugins/system/quix/quix.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 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:673 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 1.693 MB Rows returned: 1
SELECT *
FROM xpfbh_extensions
WHERE `extension_id` = '10005'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 12 | Joomla\CMS\Table\Table->load() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:177 |
| 11 | qxGetComponentInfo() | JROOT/libraries/quix/app/bootstrap.php:44 |
| 10 | include_once JROOT/libraries/quix/app/bootstrap.php | JROOT/libraries/loader.php:226 |
| 9 | JLoader::import() | JROOT/libraries/loader.php:845 |
| 8 | jimport() | JROOT/plugins/system/quix/quix.php:15 |
| 7 | require_once JROOT/plugins/system/quix/quix.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 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:673 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.45 ms Query memory: 0.022 MB Memory before query: 1.700 MB Rows returned: 1
SELECT template
FROM xpfbh_template_styles
WHERE client_id = 0
AND home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 8 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:137 |
| 11 | quix_default_template() | JROOT/libraries/quix/app/bootstrap.php:63 |
| 10 | include_once JROOT/libraries/quix/app/bootstrap.php | JROOT/libraries/loader.php:226 |
| 9 | JLoader::import() | JROOT/libraries/loader.php:845 |
| 8 | jimport() | JROOT/plugins/system/quix/quix.php:15 |
| 7 | require_once JROOT/plugins/system/quix/quix.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 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:673 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.73 ms After last query: 2.29 ms Query memory: 0.148 MB Memory before query: 1.812 MB Rows returned: 92
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 xpfbh_menu AS m
LEFT JOIN xpfbh_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 145 | 8.00 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | 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:423 |
| 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:539 |
| 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:674 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.17 ms After last query: 14.21 ms Query memory: 0.027 MB Memory before query: 2.510 MB Rows returned: 17
SHOW FULL COLUMNS
FROM `xpfbh_txeducation_courses`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `xpfbh_txeducation_courses`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 15 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 14 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_txeducation/tables/course.php:53 |
| 13 | TxeducationTablecourse->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 12 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_txeducation/models/course.php:182 |
| 11 | TxeducationModelCourse->getTable() | JROOT/components/com_txeducation/models/course.php:194 |
| 10 | TxeducationModelCourse->getItemIdByAlias() | JROOT/components/com_txeducation/router.php:125 |
| 9 | TxeducationRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1148 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 1.02 ms Query memory: 0.022 MB Memory before query: 2.605 MB Rows returned: 1
SELECT *
FROM xpfbh_txeducation_courses
WHERE `alias` = 'english-for-beginners-intensive-english-speaking-course'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 11 | Joomla\CMS\Table\Table->load() | JROOT/components/com_txeducation/models/course.php:196 |
| 10 | TxeducationModelCourse->getItemIdByAlias() | JROOT/components/com_txeducation/router.php:125 |
| 9 | TxeducationRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1148 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.15 ms After last query: 0.29 ms Query memory: 0.028 MB Memory before query: 2.622 MB Rows returned: 39
SELECT `id`,`name`,`rules`,`parent_id`
FROM `xpfbh_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_iquix','com_jmedia','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_quix','com_redirect','com_search','com_tags','com_templates','com_txeducation','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 322 | 12.42 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_txeducation/tables/course.php:124 |
| 12 | TxeducationTablecourse->bind() | JROOT/libraries/src/Table/Table.php:741 |
| 11 | Joomla\CMS\Table\Table->load() | JROOT/components/com_txeducation/models/course.php:196 |
| 10 | TxeducationModelCourse->getItemIdByAlias() | JROOT/components/com_txeducation/router.php:125 |
| 9 | TxeducationRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1148 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.23 ms After last query: 0.28 ms Query memory: 0.029 MB Memory before query: 2.677 MB Rows returned: 59
SELECT `id`,`name`,`rules`,`parent_id`
FROM `xpfbh_assets`
WHERE `name` LIKE 'com_txeducation.%' OR `name` = 'com_txeducation' OR `parent_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_assets | NULL | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 322 | 25.33 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
| 17 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_txeducation/tables/course.php:124 |
| 12 | TxeducationTablecourse->bind() | JROOT/libraries/src/Table/Table.php:741 |
| 11 | Joomla\CMS\Table\Table->load() | JROOT/components/com_txeducation/models/course.php:196 |
| 10 | TxeducationModelCourse->getItemIdByAlias() | JROOT/components/com_txeducation/router.php:125 |
| 9 | TxeducationRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1148 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 1.96 ms Query memory: 0.024 MB Memory before query: 2.749 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `xpfbh_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/helixultimate/helixultimate.php:134 |
| 8 | plgSystemHelixultimate->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:1196 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.23 ms Query memory: 0.006 MB Memory before query: 2.741 MB
UPDATE `xpfbh_extensions`
SET `params` = '{\"mediaversion\":\"19e9880c1737c4890350a0aa5c258401\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | xpfbh_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/helixultimate/helixultimate.php:134 |
| 8 | plgSystemHelixultimate->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:1196 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.86 ms Query memory: 0.021 MB Memory before query: 2.760 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_conditions
WHERE item_type = "article"
AND component = "com_content"
AND condition_type = "article"
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_conditions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/theme.php:167 |
| 9 | QuixHelperTheme::getAllTypesMatch() | JROOT/plugins/system/quix/quix.php:66 |
| 8 | plgSystemQuix->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:1196 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.27 ms After last query: 0.54 ms Query memory: 0.097 MB Memory before query: 2.773 MB Rows returned: 8
SELECT id, home, template, s.params
FROM xpfbh_template_styles as s
LEFT JOIN xpfbh_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 | Sql1405351_3.e.element | 2 | 80.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 5.18 ms Query memory: 0.023 MB Memory before query: 2.920 MB Rows returned: 1
SELECT *
FROM xpfbh_txeducation_courses
WHERE `id` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 13 | Joomla\CMS\Table\Table->load() | JROOT/components/com_txeducation/models/course.php:87 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 1.12 ms Query memory: 0.022 MB Memory before query: 2.933 MB Rows returned: 1
SELECT *
FROM `xpfbh_txeducation_course_modules`
WHERE course_id = '1'
AND state = 1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_course_modules | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_txeducation/models/course.php:117 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.72 ms After last query: 0.88 ms Query memory: 0.024 MB Memory before query: 2.959 MB Rows returned: 1
SELECT DISTINCT a.*,uc.name AS editor,`xpfbh_txeducation_departments_2356100`.`title` AS departments_fk_value_2356100,`xpfbh_txeducation_courses_2356103`.`title` AS courses_fk_value_2356103
FROM `xpfbh_txeducation_teachers` AS a
LEFT JOIN xpfbh_users AS uc
ON uc.id=a.checked_out
LEFT JOIN xpfbh_txeducation_departments AS xpfbh_txeducation_departments_2356100
ON xpfbh_txeducation_departments_2356100.`id` = a.`dept_id`
LEFT JOIN xpfbh_txeducation_courses AS xpfbh_txeducation_courses_2356103
ON xpfbh_txeducation_courses_2356103.`id` = a.`course_id`
LEFT JOIN xpfbh_users AS created_by
ON created_by.id = a.created_by
LEFT JOIN xpfbh_users AS modified_by
ON modified_by.id = a.modified_by
WHERE a.state = 1
AND FIND_IN_SET('1',a.course_id)
AND a.language IN ('en-GB','*')
ORDER BY ordering asc
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | xpfbh_txeducation_departments_2356100 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.dept_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | xpfbh_txeducation_courses_2356103 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.course_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | created_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using index; Distinct |
| 1 | SIMPLE | modified_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using index; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_txeducation/models/teachers.php:299 |
| 13 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.18 ms Query memory: 0.023 MB Memory before query: 2.972 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_departments`
WHERE `id` = '1'
AND language IN ('en-GB','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_departments | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/teachers.php:333 |
| 13 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 2.980 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_departments`
WHERE `id` = '2'
AND language IN ('en-GB','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_departments | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/teachers.php:333 |
| 13 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 2.986 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_courses`
WHERE `id` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/teachers.php:362 |
| 13 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 2.993 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_courses`
WHERE `id` = '3'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/teachers.php:362 |
| 13 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 2.997 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_departments`
WHERE id = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_departments | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/course.php:147 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.12 ms After last query: 0.31 ms Query memory: 0.029 MB Memory before query: 3.010 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `xpfbh_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `xpfbh_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 21 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 20 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |
| 19 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 18 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
| 17 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:882 |
| 16 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 15 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 14 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 13 | Joomla\CMS\Factory::getUser() | JROOT/components/com_txeducation/models/course.php:159 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 3.040 MB Rows returned: 1
SELECT *
FROM `xpfbh_users`
WHERE `id` = 890
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:885 |
| 16 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 15 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 14 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 13 | Joomla\CMS\Factory::getUser() | JROOT/components/com_txeducation/models/course.php:159 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.54 ms Query memory: 0.026 MB Memory before query: 3.069 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `xpfbh_usergroups` AS g
INNER JOIN `xpfbh_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 890
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.m.group_id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 17 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:885 |
| 16 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 15 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 14 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 13 | Joomla\CMS\Factory::getUser() | JROOT/components/com_txeducation/models/course.php:159 |
| 12 | TxeducationModelCourse->getData() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_txeducation/views/course/view.html.php:45 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.75 ms After last query: 3.25 ms Query memory: 0.025 MB Memory before query: 3.161 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM xpfbh_fields AS a
LEFT JOIN `xpfbh_languages` AS l
ON l.lang_code = a.language
LEFT JOIN xpfbh_users AS uc
ON uc.id=a.checked_out
LEFT JOIN xpfbh_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN xpfbh_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_txeducation.course'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
AND a.language in ('*','en-GB')
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_language,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | Sql1405351_3.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.group_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_txeducation/views/course/view.html.php:85 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 0.77 ms Query memory: 0.023 MB Memory before query: 3.190 MB Rows returned: 1
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_txeducation.course' OR context = '0')
AND context_id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 14 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:167 |
| 13 | plgContentQuix->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_txeducation/views/course/view.html.php:85 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 9.84 ms After last query: 0.35 ms Query memory: 0.735 MB Memory before query: 3.203 MB Rows returned: 1
SELECT a.*
FROM `xpfbh_quix_collections` AS `a`
WHERE `a`.`id` = 34
| 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/models/collection.php:78 |
| 15 | QuixModelCollection->getData() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:165 |
| 14 | qxGetCollectionInfoById() | JROOT/plugins/content/quix/quix.php:174 |
| 13 | plgContentQuix->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_txeducation/views/course/view.html.php:85 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.21 ms Query memory: 0.024 MB Memory before query: 3.570 MB Rows returned: 1
SELECT title
FROM xpfbh_usergroups
WHERE id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_usergroups | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_quix/helpers/quix.php:41 |
| 16 | QuixFrontendHelper::getGroupNameByGroupId() | JROOT/components/com_quix/models/collection.php:100 |
| 15 | QuixModelCollection->getData() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:165 |
| 14 | qxGetCollectionInfoById() | JROOT/plugins/content/quix/quix.php:174 |
| 13 | plgContentQuix->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_txeducation/views/course/view.html.php:85 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.81 ms After last query: 14.11 ms Query memory: 0.024 MB Memory before query: 7.523 MB Rows returned: 0
SELECT c.id AS id, a.name AS asset_name
FROM (
SELECT id,asset_id
FROM xpfbh_categories
WHERE extension = 'com_quix'
AND published = 1) AS c
INNER JOIN xpfbh_assets AS a
ON c.asset_id = a.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_categories | NULL | ref | cat_idx | cat_idx | 203 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.xpfbh_categories.asset_id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/User/User.php:428 |
| 15 | Joomla\CMS\User\User->getAuthorisedCategories() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:85 |
| 14 | quixRenderItem() | JROOT/plugins/content/quix/quix.php:175 |
| 13 | plgContentQuix->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_txeducation/views/course/view.html.php:85 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.20 ms After last query: 380.14 ms Query memory: 0.028 MB Memory before query: 22.149 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `xpfbh_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `xpfbh_assets`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 20 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 19 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Asset.php:61 |
| 18 | Joomla\CMS\Table\Asset->__construct() | JROOT/libraries/src/Access/Access.php:783 |
| 17 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 16 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 15 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 14 | Joomla\CMS\User\User->authorise() | JROOT/templates/tx_language_school/html/com_txeducation/course/default.php:12 |
| 13 | include JROOT/templates/tx_language_school/html/com_txeducation/course/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:704 |
| 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_txeducation/views/course/view.html.php:89 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.17 ms Query memory: 0.025 MB Memory before query: 22.172 MB Rows returned: 0
SELECT *
FROM xpfbh_assets
WHERE `name` = 'com_txeducation.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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 18 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 17 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 16 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 15 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 14 | Joomla\CMS\User\User->authorise() | JROOT/templates/tx_language_school/html/com_txeducation/course/default.php:12 |
| 13 | include JROOT/templates/tx_language_school/html/com_txeducation/course/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:704 |
| 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_txeducation/views/course/view.html.php:89 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.27 ms Query memory: 0.025 MB Memory before query: 22.181 MB Rows returned: 0
SELECT *
FROM xpfbh_assets
WHERE `name` = 'com_txeducation1'
| 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 18 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 17 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 16 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 15 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 14 | Joomla\CMS\User\User->authorise() | JROOT/templates/tx_language_school/html/com_txeducation/course/default.php:13 |
| 13 | include JROOT/templates/tx_language_school/html/com_txeducation/course/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:704 |
| 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_txeducation/views/course/view.html.php:89 |
| 10 | TxeducationViewCourse->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_txeducation/controller.php:37 |
| 8 | TxeducationController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_txeducation/txeducation.php:22 |
| 6 | require_once JROOT/components/com_txeducation/txeducation.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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 0.65 ms Query memory: 0.023 MB Memory before query: 22.318 MB Rows returned: 6
SHOW FULL COLUMNS
FROM `xpfbh_template_styles`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `xpfbh_template_styles`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 12 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 11 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 10 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_templates/tables/style.php:30 |
| 9 | TemplatesTableStyle->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 8 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/helixultimate/helixultimate.php:41 |
| 7 | plgSystemHelixultimate->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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 0.15 ms Query memory: 0.021 MB Memory before query: 22.334 MB Rows returned: 1
SELECT *
FROM xpfbh_template_styles
WHERE `id` = '11'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_template_styles | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 9 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 8 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/helixultimate/helixultimate.php:42 |
| 7 | plgSystemHelixultimate->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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.21 ms After last query: 0.37 ms Query memory: 0.021 MB Memory before query: 22.368 MB Rows returned: 3
SELECT language,id
FROM `xpfbh_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 | xpfbh_menu | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 117 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.15 ms After last query: 0.60 ms Query memory: 0.024 MB Memory before query: 22.382 MB Rows returned: 1
SELECT *
FROM xpfbh_txeducation_courses
WHERE `id` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 16 | Joomla\CMS\Table\Table->load() | JROOT/components/com_txeducation/models/course.php:87 |
| 15 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 14 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.84 ms After last query: 1.41 ms Query memory: 0.024 MB Memory before query: 22.396 MB Rows returned: 1
SELECT *
FROM `xpfbh_txeducation_course_modules`
WHERE course_id = '1'
AND state = 1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_course_modules | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_txeducation/models/course.php:117 |
| 15 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 14 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.86 ms After last query: 0.41 ms Query memory: 0.025 MB Memory before query: 22.414 MB Rows returned: 1
SELECT DISTINCT a.*,uc.name AS editor,`xpfbh_txeducation_departments_2356100`.`title` AS departments_fk_value_2356100,`xpfbh_txeducation_courses_2356103`.`title` AS courses_fk_value_2356103
FROM `xpfbh_txeducation_teachers` AS a
LEFT JOIN xpfbh_users AS uc
ON uc.id=a.checked_out
LEFT JOIN xpfbh_txeducation_departments AS xpfbh_txeducation_departments_2356100
ON xpfbh_txeducation_departments_2356100.`id` = a.`dept_id`
LEFT JOIN xpfbh_txeducation_courses AS xpfbh_txeducation_courses_2356103
ON xpfbh_txeducation_courses_2356103.`id` = a.`course_id`
LEFT JOIN xpfbh_users AS created_by
ON created_by.id = a.created_by
LEFT JOIN xpfbh_users AS modified_by
ON modified_by.id = a.modified_by
WHERE a.state = 1
AND FIND_IN_SET('1',a.course_id)
AND a.language IN ('en-GB','*')
ORDER BY ordering asc
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | xpfbh_txeducation_departments_2356100 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.dept_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | xpfbh_txeducation_courses_2356103 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.course_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | created_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using index; Distinct |
| 1 | SIMPLE | modified_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using index; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 17 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_txeducation/models/teachers.php:299 |
| 16 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 15 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 14 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.88 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 22.428 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_departments`
WHERE `id` = '1'
AND language IN ('en-GB','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_departments | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/teachers.php:333 |
| 16 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 15 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 14 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 22.437 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_departments`
WHERE `id` = '2'
AND language IN ('en-GB','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_departments | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/teachers.php:333 |
| 16 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 15 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 14 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 22.445 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_courses`
WHERE `id` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/teachers.php:362 |
| 16 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 15 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 14 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.11 ms Query memory: 0.024 MB Memory before query: 22.453 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_courses`
WHERE `id` = '3'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/teachers.php:362 |
| 16 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 15 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 14 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 22.458 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_departments`
WHERE id = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_departments | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/course.php:147 |
| 15 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 14 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 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:203 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 6.63 ms Query memory: 0.025 MB Memory before query: 22.639 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 1.31 ms Query memory: 0.028 MB Memory before query: 22.685 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 21 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 0.51 ms Query memory: 0.030 MB Memory before query: 22.710 MB Rows returned: 1
SELECT *
FROM xpfbh_txeducation_courses
WHERE `id` = '5'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 30 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 29 | Joomla\CMS\Table\Table->load() | JROOT/components/com_txeducation/models/course.php:87 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 1.28 ms Query memory: 0.030 MB Memory before query: 22.731 MB Rows returned: 0
SELECT *
FROM `xpfbh_txeducation_course_modules`
WHERE course_id = '5'
AND state = 1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_course_modules | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/components/com_txeducation/models/course.php:117 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.53 ms After last query: 0.36 ms Query memory: 0.032 MB Memory before query: 22.752 MB Rows returned: 0
SELECT DISTINCT a.*,uc.name AS editor,`xpfbh_txeducation_departments_2356100`.`title` AS departments_fk_value_2356100,`xpfbh_txeducation_courses_2356103`.`title` AS courses_fk_value_2356103
FROM `xpfbh_txeducation_teachers` AS a
LEFT JOIN xpfbh_users AS uc
ON uc.id=a.checked_out
LEFT JOIN xpfbh_txeducation_departments AS xpfbh_txeducation_departments_2356100
ON xpfbh_txeducation_departments_2356100.`id` = a.`dept_id`
LEFT JOIN xpfbh_txeducation_courses AS xpfbh_txeducation_courses_2356103
ON xpfbh_txeducation_courses_2356103.`id` = a.`course_id`
LEFT JOIN xpfbh_users AS created_by
ON created_by.id = a.created_by
LEFT JOIN xpfbh_users AS modified_by
ON modified_by.id = a.modified_by
WHERE a.state = 1
AND FIND_IN_SET('5',a.course_id)
AND a.language IN ('en-GB','*')
ORDER BY ordering asc
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | xpfbh_txeducation_departments_2356100 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.dept_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | xpfbh_txeducation_courses_2356103 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.course_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | created_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using index; Distinct |
| 1 | SIMPLE | modified_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using index; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 32 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 31 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 30 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_txeducation/models/teachers.php:299 |
| 29 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.16 ms Query memory: 0.030 MB Memory before query: 22.768 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_departments`
WHERE id = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_departments | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 29 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/course.php:147 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 0.51 ms Query memory: 0.030 MB Memory before query: 22.777 MB Rows returned: 1
SELECT *
FROM xpfbh_txeducation_courses
WHERE `id` = '6'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 30 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 29 | Joomla\CMS\Table\Table->load() | JROOT/components/com_txeducation/models/course.php:87 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 2.16 ms Query memory: 0.030 MB Memory before query: 22.799 MB Rows returned: 0
SELECT *
FROM `xpfbh_txeducation_course_modules`
WHERE course_id = '6'
AND state = 1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_course_modules | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/components/com_txeducation/models/course.php:117 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.42 ms After last query: 0.33 ms Query memory: 0.032 MB Memory before query: 22.820 MB Rows returned: 0
SELECT DISTINCT a.*,uc.name AS editor,`xpfbh_txeducation_departments_2356100`.`title` AS departments_fk_value_2356100,`xpfbh_txeducation_courses_2356103`.`title` AS courses_fk_value_2356103
FROM `xpfbh_txeducation_teachers` AS a
LEFT JOIN xpfbh_users AS uc
ON uc.id=a.checked_out
LEFT JOIN xpfbh_txeducation_departments AS xpfbh_txeducation_departments_2356100
ON xpfbh_txeducation_departments_2356100.`id` = a.`dept_id`
LEFT JOIN xpfbh_txeducation_courses AS xpfbh_txeducation_courses_2356103
ON xpfbh_txeducation_courses_2356103.`id` = a.`course_id`
LEFT JOIN xpfbh_users AS created_by
ON created_by.id = a.created_by
LEFT JOIN xpfbh_users AS modified_by
ON modified_by.id = a.modified_by
WHERE a.state = 1
AND FIND_IN_SET('6',a.course_id)
AND a.language IN ('en-GB','*')
ORDER BY ordering asc
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | xpfbh_txeducation_departments_2356100 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.dept_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | xpfbh_txeducation_courses_2356103 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.course_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | created_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using index; Distinct |
| 1 | SIMPLE | modified_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using index; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 32 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 31 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 30 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_txeducation/models/teachers.php:299 |
| 29 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.17 ms Query memory: 0.030 MB Memory before query: 22.836 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_departments`
WHERE id = '2'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_departments | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 29 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/course.php:147 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.41 ms Query memory: 0.030 MB Memory before query: 22.845 MB Rows returned: 1
SELECT *
FROM xpfbh_txeducation_courses
WHERE `id` = '7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 30 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 29 | Joomla\CMS\Table\Table->load() | JROOT/components/com_txeducation/models/course.php:87 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 2.55 ms Query memory: 0.030 MB Memory before query: 22.866 MB Rows returned: 0
SELECT *
FROM `xpfbh_txeducation_course_modules`
WHERE course_id = '7'
AND state = 1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_course_modules | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/components/com_txeducation/models/course.php:117 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.26 ms After last query: 0.32 ms Query memory: 0.037 MB Memory before query: 22.897 MB Rows returned: 0
SELECT DISTINCT a.*,uc.name AS editor,`xpfbh_txeducation_departments_2356100`.`title` AS departments_fk_value_2356100,`xpfbh_txeducation_courses_2356103`.`title` AS courses_fk_value_2356103
FROM `xpfbh_txeducation_teachers` AS a
LEFT JOIN xpfbh_users AS uc
ON uc.id=a.checked_out
LEFT JOIN xpfbh_txeducation_departments AS xpfbh_txeducation_departments_2356100
ON xpfbh_txeducation_departments_2356100.`id` = a.`dept_id`
LEFT JOIN xpfbh_txeducation_courses AS xpfbh_txeducation_courses_2356103
ON xpfbh_txeducation_courses_2356103.`id` = a.`course_id`
LEFT JOIN xpfbh_users AS created_by
ON created_by.id = a.created_by
LEFT JOIN xpfbh_users AS modified_by
ON modified_by.id = a.modified_by
WHERE a.state = 1
AND FIND_IN_SET('7',a.course_id)
AND a.language IN ('en-GB','*')
ORDER BY ordering asc
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | xpfbh_txeducation_departments_2356100 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.dept_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | xpfbh_txeducation_courses_2356103 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.course_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | created_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using index; Distinct |
| 1 | SIMPLE | modified_by | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using index; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 32 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 31 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 30 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_txeducation/models/teachers.php:299 |
| 29 | TxeducationModelTeachers->getItems() | JROOT/components/com_txeducation/models/course.php:127 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.11 ms Query memory: 0.030 MB Memory before query: 22.918 MB Rows returned: 1
SELECT `title`
FROM `xpfbh_txeducation_departments`
WHERE id = '3'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_departments | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 29 | JDatabaseDriver->loadObject() | JROOT/components/com_txeducation/models/course.php:147 |
| 28 | TxeducationModelCourse->getData() | JROOT/components/com_txeducation/router.php:60 |
| 27 | TxeducationRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 26 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 25 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_txeducation/tmpl/list.php:40 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 0.48 ms Query memory: 0.027 MB Memory before query: 22.907 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.14 ms Query memory: 0.027 MB Memory before query: 22.918 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.33 ms Query memory: 0.025 MB Memory before query: 22.918 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.18 ms After last query: 2.06 ms Query memory: 0.061 MB Memory before query: 22.975 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 23 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 22 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 21 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 20 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 19 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.08 ms After last query: 1.33 ms Query memory: 0.033 MB Memory before query: 23.045 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `xpfbh_categories` AS `s`
INNER JOIN `xpfbh_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 10
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | 28.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 32 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 31 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 30 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 29 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 28 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 27 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 26 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 25 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_latest/helper.php:135 |
| 20 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 19 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.86 ms After last query: 1.42 ms Query memory: 0.027 MB Memory before query: 23.052 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.81 ms After last query: 0.15 ms Query memory: 0.027 MB Memory before query: 23.064 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 0.27 ms Query memory: 0.025 MB Memory before query: 23.025 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 3.16 ms Query memory: 0.027 MB Memory before query: 23.076 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 23.088 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.67 ms Query memory: 0.025 MB Memory before query: 23.091 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.26 ms Query memory: 0.028 MB Memory before query: 23.123 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 21 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.24 ms Query memory: 0.027 MB Memory before query: 23.128 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.10 ms Query memory: 0.027 MB Memory before query: 23.139 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.28 ms Query memory: 0.025 MB Memory before query: 23.141 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.98 ms After last query: 0.62 ms Query memory: 0.061 MB Memory before query: 23.181 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 23 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 22 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 21 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 20 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 19 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.87 ms Query memory: 0.027 MB Memory before query: 23.220 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 23.231 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.27 ms Query memory: 0.025 MB Memory before query: 23.189 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 1.07 ms Query memory: 0.027 MB Memory before query: 23.209 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 23.220 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.40 ms Query memory: 0.025 MB Memory before query: 23.225 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.57 ms After last query: 0.40 ms Query memory: 0.061 MB Memory before query: 23.264 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 23 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 22 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 21 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 20 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 19 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.82 ms Query memory: 0.027 MB Memory before query: 23.303 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 0.20 ms Query memory: 0.027 MB Memory before query: 23.315 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 0.33 ms Query memory: 0.025 MB Memory before query: 23.277 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.45 ms Query memory: 0.028 MB Memory before query: 23.309 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 21 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 20 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 19 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.45 ms Query memory: 0.027 MB Memory before query: 23.313 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.86 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 23.325 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.28 ms Query memory: 0.025 MB Memory before query: 23.323 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 1.48 ms Query memory: 0.027 MB Memory before query: 23.342 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.18 ms Query memory: 0.027 MB Memory before query: 23.354 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 23 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 22 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 17 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 16 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 15 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 14 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 13 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 12 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 1.07 ms Query memory: 0.025 MB Memory before query: 23.344 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.35 ms Query memory: 0.028 MB Memory before query: 23.386 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 20 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 19 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 18 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.39 ms Query memory: 0.027 MB Memory before query: 23.391 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 23.402 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.32 ms Query memory: 0.025 MB Memory before query: 23.402 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.60 ms After last query: 0.59 ms Query memory: 0.061 MB Memory before query: 23.441 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 21 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 20 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 19 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 18 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 1.12 ms Query memory: 0.027 MB Memory before query: 23.480 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 23.491 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.37 ms Query memory: 0.025 MB Memory before query: 23.452 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 1.51 ms Query memory: 0.027 MB Memory before query: 23.472 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.86 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 23.483 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.26 ms After last query: 0.82 ms Query memory: 0.025 MB Memory before query: 23.487 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 0.38 ms Query memory: 0.028 MB Memory before query: 23.518 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 20 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 19 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 18 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.36 ms After last query: 0.35 ms Query memory: 0.027 MB Memory before query: 23.523 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 0.14 ms Query memory: 0.027 MB Memory before query: 23.534 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 0.31 ms Query memory: 0.025 MB Memory before query: 23.535 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.68 ms After last query: 0.69 ms Query memory: 0.061 MB Memory before query: 23.574 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 21 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 20 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 19 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 18 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.93 ms Query memory: 0.027 MB Memory before query: 23.613 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 23.624 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.27 ms Query memory: 0.025 MB Memory before query: 23.582 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 1.37 ms Query memory: 0.027 MB Memory before query: 23.601 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 23.612 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.53 ms Query memory: 0.025 MB Memory before query: 23.616 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.87 ms After last query: 0.51 ms Query memory: 0.061 MB Memory before query: 23.655 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 21 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 20 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 19 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 18 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.93 ms Query memory: 0.027 MB Memory before query: 23.694 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.15 ms Query memory: 0.027 MB Memory before query: 23.705 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.32 ms Query memory: 0.025 MB Memory before query: 23.667 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.36 ms Query memory: 0.028 MB Memory before query: 23.698 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 20 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 19 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 18 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.37 ms Query memory: 0.027 MB Memory before query: 23.703 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 23.714 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.29 ms Query memory: 0.029 MB Memory before query: 23.723 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 1.29 ms Query memory: 0.027 MB Memory before query: 23.746 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.10 ms Query memory: 0.027 MB Memory before query: 23.757 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/tx_language_school/headers/style-1/header.php:107 |
| 10 | include JROOT/templates/tx_language_school/headers/style-1/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/core/helixultimate.php:912 |
| 8 | HelixUltimate->getHeaderStyle() | JROOT/templates/tx_language_school/index.php:145 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 1.89 ms Query memory: 0.024 MB Memory before query: 23.742 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.37 ms Query memory: 0.027 MB Memory before query: 23.773 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 20 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 19 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 18 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 0.34 ms Query memory: 0.026 MB Memory before query: 23.777 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.17 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 23.788 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.17 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.17 ms Query memory: 0.024 MB Memory before query: 23.788 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.66 ms After last query: 0.39 ms Query memory: 0.061 MB Memory before query: 23.827 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.25 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.14 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.20 ms |
| preparing | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.38 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.05 ms |
| freeing items | 0.04 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/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 21 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 20 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 19 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 18 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 0.84 ms Query memory: 0.026 MB Memory before query: 23.865 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.20 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 23.876 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.17 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.19 ms Query memory: 0.024 MB Memory before query: 23.837 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 1.35 ms Query memory: 0.026 MB Memory before query: 23.856 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 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.18 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.867 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.01 ms After last query: 0.35 ms Query memory: 0.024 MB Memory before query: 23.870 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.37 ms Query memory: 0.027 MB Memory before query: 23.901 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 20 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 19 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 18 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.37 ms Query memory: 0.026 MB Memory before query: 23.905 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 23.916 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.32 ms Query memory: 0.024 MB Memory before query: 23.917 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.61 ms After last query: 0.70 ms Query memory: 0.061 MB Memory before query: 23.956 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.23 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.12 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.18 ms |
| preparing | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.31 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.04 ms |
| freeing items | 0.03 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/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 21 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 20 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 19 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 18 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.86 ms Query memory: 0.026 MB Memory before query: 23.994 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 24.005 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.30 ms Query memory: 0.024 MB Memory before query: 23.962 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 1.22 ms Query memory: 0.026 MB Memory before query: 23.981 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.16 ms Query memory: 0.026 MB Memory before query: 23.992 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 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:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.56 ms Query memory: 0.024 MB Memory before query: 23.996 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.49 ms After last query: 0.57 ms Query memory: 0.061 MB Memory before query: 24.035 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.20 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.11 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.16 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.28 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.04 ms |
| freeing items | 0.03 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/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 21 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 20 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 19 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 18 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 0.89 ms Query memory: 0.026 MB Memory before query: 24.073 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 24.084 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.27 ms Query memory: 0.024 MB Memory before query: 24.045 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.43 ms Query memory: 0.027 MB Memory before query: 24.076 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 20 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 19 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 18 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.36 ms Query memory: 0.026 MB Memory before query: 24.080 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 24.091 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 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:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.30 ms Query memory: 0.024 MB Memory before query: 24.088 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 1.28 ms Query memory: 0.026 MB Memory before query: 24.107 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 24.118 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 22 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 21 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 16 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 15 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 14 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 13 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 12 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/admin/core/menu.php:46 |
| 11 | HelixUltimateMenu->__construct() | JROOT/templates/tx_language_school/features/menu.php:51 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.81 ms After last query: 0.98 ms Query memory: 0.024 MB Memory before query: 24.107 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.40 ms Query memory: 0.027 MB Memory before query: 24.138 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 19 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 18 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 17 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.39 ms Query memory: 0.026 MB Memory before query: 24.142 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 24.152 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.30 ms Query memory: 0.024 MB Memory before query: 24.151 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.73 ms After last query: 0.64 ms Query memory: 0.060 MB Memory before query: 24.190 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.26 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.14 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.21 ms |
| preparing | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.38 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.05 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/MVC/Model/BaseDatabaseModel.php:308 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 20 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 19 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 18 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 17 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 1.12 ms Query memory: 0.026 MB Memory before query: 24.228 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.16 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 24.238 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.31 ms Query memory: 0.024 MB Memory before query: 24.199 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.85 ms After last query: 1.41 ms Query memory: 0.026 MB Memory before query: 24.218 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.17 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 24.228 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.65 ms Query memory: 0.024 MB Memory before query: 24.231 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.39 ms Query memory: 0.027 MB Memory before query: 24.262 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 19 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 18 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 17 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.43 ms Query memory: 0.026 MB Memory before query: 24.266 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 24.276 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.26 ms Query memory: 0.024 MB Memory before query: 24.277 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.76 ms After last query: 0.58 ms Query memory: 0.060 MB Memory before query: 24.315 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.23 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.13 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.19 ms |
| preparing | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.35 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.05 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 20 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 19 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 18 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 17 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 1.08 ms Query memory: 0.026 MB Memory before query: 24.353 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 24.364 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.32 ms Query memory: 0.024 MB Memory before query: 24.321 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 1.46 ms Query memory: 0.026 MB Memory before query: 24.339 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 0.13 ms Query memory: 0.026 MB Memory before query: 24.350 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.67 ms Query memory: 0.024 MB Memory before query: 24.353 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 121
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.45 ms After last query: 0.60 ms Query memory: 0.060 MB Memory before query: 24.391 MB Rows returned: 3
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM xpfbh_content AS a
LEFT JOIN xpfbh_categories AS c
ON c.id = a.catid
LEFT JOIN xpfbh_users AS ua
ON ua.id = a.created_by
LEFT JOIN xpfbh_users AS uam
ON uam.id = a.modified_by
LEFT JOIN xpfbh_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (10)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-12 01:01:45')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-12 01:01:45')
AND a.language IN ('en-GB','*')
ORDER BY a.created DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | const | 10 | 8.38 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.22 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.11 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.15 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.29 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.04 ms |
| freeing items | 0.03 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/MVC/Model/BaseDatabaseModel.php:308 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 20 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 19 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 18 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 17 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 1.02 ms Query memory: 0.026 MB Memory before query: 24.429 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 24.440 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.25 ms Query memory: 0.024 MB Memory before query: 24.400 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 122
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.33 ms Query memory: 0.027 MB Memory before query: 24.431 MB Rows returned: 3
SELECT *
FROM xpfbh_txeducation_courses
LIMIT 4, 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_txeducation_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_txeducation/helper.php:41 |
| 19 | ModTxeducationHelper::getList() | JROOT/modules/mod_txeducation/tmpl/list.php:11 |
| 18 | require JROOT/modules/mod_txeducation/tmpl/list.php | JROOT/modules/mod_txeducation/mod_txeducation.php:26 |
| 17 | include JROOT/modules/mod_txeducation/mod_txeducation.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.46 ms Query memory: 0.026 MB Memory before query: 24.435 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 24.445 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 122
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 0.30 ms Query memory: 0.024 MB Memory before query: 24.442 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM xpfbh_modules AS m
WHERE m.published = 1
AND m.id = 118
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY position, ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/templates/tx_language_school/admin/core/menu.php:598 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 1.57 ms Query memory: 0.026 MB Memory before query: 24.461 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 24.471 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 118
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | 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.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 21 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 20 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/tx_language_school/admin/core/menu.php:611 |
| 15 | HelixUltimateMenu->load_module() | JROOT/templates/tx_language_school/admin/core/menu.php:366 |
| 14 | HelixUltimateMenu->mega() | JROOT/templates/tx_language_school/admin/core/menu.php:263 |
| 13 | HelixUltimateMenu->getItem() | JROOT/templates/tx_language_school/admin/core/menu.php:249 |
| 12 | HelixUltimateMenu->navigation() | JROOT/templates/tx_language_school/admin/core/menu.php:156 |
| 11 | HelixUltimateMenu->render() | JROOT/templates/tx_language_school/features/menu.php:52 |
| 10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/core/helixultimate.php:243 |
| 9 | HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/core/helixultimate.php:255 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.25 ms After last query: 1.13 ms Query memory: 0.027 MB Memory before query: 24.509 MB Rows returned: 16
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM xpfbh_modules AS m
LEFT JOIN xpfbh_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN xpfbh_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-12 01:01:45')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-12 01:01:45')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 160 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | PRIMARY,published,newsfeeds,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 69 | 1.45 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | Sql1405351_3.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.m.id | 2 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.10 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.17 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 1.15 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 15 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
| 12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helixultimate/core/helixultimate.php:570 |
| 11 | HelixUltimate->count_modules() | JROOT/plugins/system/helixultimate/core/helixultimate.php:374 |
| 10 | HelixUltimate->get_current_row() | JROOT/plugins/system/helixultimate/core/helixultimate.php:306 |
| 9 | HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/core/helixultimate.php:274 |
| 8 | HelixUltimate->render_layout() | JROOT/templates/tx_language_school/index.php:146 |
| 7 | require JROOT/templates/tx_language_school/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1104 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 6.46 ms Query memory: 0.023 MB Memory before query: 24.520 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 14 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 24.527 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 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.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 14 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.43 ms After last query: 1.40 ms Query memory: 0.149 MB Memory before query: 24.551 MB Rows returned: 1
SELECT a.*
FROM `xpfbh_quix_collections` AS `a`
WHERE `a`.`id` = 3
| 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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.14 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.45 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/models/collection.php:78 |
| 14 | QuixModelCollection->getData() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:165 |
| 13 | qxGetCollectionInfoById() | JROOT/modules/mod_quix/helper.php:38 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.16 ms Query memory: 0.024 MB Memory before query: 24.625 MB Rows returned: 1
SELECT title
FROM xpfbh_usergroups
WHERE id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_usergroups | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_quix/helpers/quix.php:41 |
| 15 | QuixFrontendHelper::getGroupNameByGroupId() | JROOT/components/com_quix/models/collection.php:100 |
| 14 | QuixModelCollection->getData() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:165 |
| 13 | qxGetCollectionInfoById() | JROOT/modules/mod_quix/helper.php:38 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 6.08 ms Query memory: 0.023 MB Memory before query: 25.946 MB Rows returned: 0
SELECT c.id AS id, a.name AS asset_name
FROM (
SELECT id,asset_id
FROM xpfbh_categories
WHERE extension = 'com_quix'
AND published = 1) AS c
INNER JOIN xpfbh_assets AS a
ON c.asset_id = a.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_categories | NULL | ref | cat_idx | cat_idx | 203 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.xpfbh_categories.asset_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.02 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.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/User/User.php:428 |
| 14 | Joomla\CMS\User\User->getAuthorisedCategories() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:85 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 72.19 ms Query memory: 0.071 MB Memory before query: 28.319 MB Rows returned: 1
SELECT *
FROM xpfbh_modules
WHERE published = 1
AND id = 100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_modules | NULL | const | PRIMARY,published | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 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.02 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 127 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 126 | JDatabaseDriver->loadObject() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:1052 |
| 125 | ThemeXpert\View\Engines\TwigEngine->ThemeXpert\View\Engines\{closure}() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:124 |
| 124 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 123 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:141 |
| 122 | __TwigTemplate_4642a6944fcf99ceac2ee94f3e5f158480b5668f5a4e298f54e62e5e88e3d3eb->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 121 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 120 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:116 |
| 119 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 118 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 117 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:54 |
| 116 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 115 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 114 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 113 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 112 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 111 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 110 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 109 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 108 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 107 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 106 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 105 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 104 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 103 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 102 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 101 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 100 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 99 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 98 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 97 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 96 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 95 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 94 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 93 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 92 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 91 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 90 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 89 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 88 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 87 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 86 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 85 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 84 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 83 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 82 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 81 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 80 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 79 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 78 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 77 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 76 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 75 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 74 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 73 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 72 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 71 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 70 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 69 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 68 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 67 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 66 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 65 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 64 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 63 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 62 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 61 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 60 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 59 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 58 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 57 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 56 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 55 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 54 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 53 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 52 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 51 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 50 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 49 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 48 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 47 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 46 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 45 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 44 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 43 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 42 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 41 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 40 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 39 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 38 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 37 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 36 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 35 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 34 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 33 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 32 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 31 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 30 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 29 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 28 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 27 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:166 |
| 26 | __TwigTemplate_86cee04437264c24fe96c0d031da8c47856c45656b5d440e83933d2fe3730209->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 25 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 24 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 23 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 22 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 21 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 20 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 19 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 18 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 17 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 16 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 15 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 14 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:161 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 1.59 ms Query memory: 0.077 MB Memory before query: 28.415 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.22 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 134 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 133 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 132 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 131 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 130 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 129 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 128 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 127 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 126 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:1063 |
| 125 | ThemeXpert\View\Engines\TwigEngine->ThemeXpert\View\Engines\{closure}() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:124 |
| 124 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 123 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:141 |
| 122 | __TwigTemplate_4642a6944fcf99ceac2ee94f3e5f158480b5668f5a4e298f54e62e5e88e3d3eb->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 121 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 120 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:116 |
| 119 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 118 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 117 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:54 |
| 116 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 115 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 114 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 113 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 112 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 111 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 110 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 109 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 108 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 107 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 106 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 105 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 104 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 103 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 102 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 101 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 100 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 99 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 98 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 97 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 96 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 95 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 94 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 93 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 92 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 91 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 90 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 89 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 88 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 87 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 86 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 85 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 84 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 83 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 82 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 81 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 80 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 79 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 78 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 77 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 76 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 75 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 74 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 73 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 72 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 71 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 70 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 69 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 68 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 67 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 66 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 65 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 64 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 63 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 62 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 61 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 60 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 59 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 58 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 57 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 56 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 55 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 54 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 53 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 52 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 51 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 50 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 49 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 48 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 47 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 46 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 45 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 44 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 43 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 42 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 41 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 40 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 39 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 38 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 37 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 36 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 35 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 34 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 33 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 32 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 31 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 30 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 29 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 28 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 27 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:166 |
| 26 | __TwigTemplate_86cee04437264c24fe96c0d031da8c47856c45656b5d440e83933d2fe3730209->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 25 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 24 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 23 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 22 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 21 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 20 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 19 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 18 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 17 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 16 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 15 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 14 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:161 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 0.16 ms Query memory: 0.077 MB Memory before query: 28.476 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.20 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 134 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 133 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 132 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 131 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 130 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 129 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 128 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 127 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 126 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:1063 |
| 125 | ThemeXpert\View\Engines\TwigEngine->ThemeXpert\View\Engines\{closure}() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:124 |
| 124 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 123 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:141 |
| 122 | __TwigTemplate_4642a6944fcf99ceac2ee94f3e5f158480b5668f5a4e298f54e62e5e88e3d3eb->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 121 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 120 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:116 |
| 119 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 118 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 117 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:54 |
| 116 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 115 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 114 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 113 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 112 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 111 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 110 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 109 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 108 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 107 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 106 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 105 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 104 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 103 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 102 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 101 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 100 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 99 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 98 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 97 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 96 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 95 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 94 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 93 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 92 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 91 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 90 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 89 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 88 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 87 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 86 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 85 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 84 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 83 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 82 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 81 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 80 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 79 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 78 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 77 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 76 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 75 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 74 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 73 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 72 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 71 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 70 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 69 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 68 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 67 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 66 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 65 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 64 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 63 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 62 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 61 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 60 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 59 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 58 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 57 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 56 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 55 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 54 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 53 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 52 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 51 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 50 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 49 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 48 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 47 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 46 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 45 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 44 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 43 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 42 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 41 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 40 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 39 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 38 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 37 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 36 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 35 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 34 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 33 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 32 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 31 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 30 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 29 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 28 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 27 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:166 |
| 26 | __TwigTemplate_86cee04437264c24fe96c0d031da8c47856c45656b5d440e83933d2fe3730209->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 25 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 24 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 23 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 22 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 21 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 20 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 19 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 18 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 17 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 16 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 15 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 14 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:161 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 20.57 ms Query memory: 0.071 MB Memory before query: 25.515 MB Rows returned: 1
SELECT *
FROM xpfbh_modules
WHERE published = 1
AND id = 124
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_modules | NULL | const | PRIMARY,published | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 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.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 127 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 126 | JDatabaseDriver->loadObject() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:1052 |
| 125 | ThemeXpert\View\Engines\TwigEngine->ThemeXpert\View\Engines\{closure}() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:124 |
| 124 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 123 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:141 |
| 122 | __TwigTemplate_4642a6944fcf99ceac2ee94f3e5f158480b5668f5a4e298f54e62e5e88e3d3eb->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 121 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 120 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:116 |
| 119 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 118 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 117 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:54 |
| 116 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 115 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 114 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 113 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 112 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 111 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 110 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 109 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 108 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 107 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 106 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 105 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 104 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 103 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 102 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 101 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 100 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 99 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 98 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 97 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 96 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 95 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 94 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 93 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 92 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 91 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 90 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 89 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 88 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 87 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 86 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 85 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 84 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 83 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 82 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 81 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 80 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 79 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 78 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 77 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 76 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 75 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 74 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 73 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 72 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 71 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 70 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 69 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 68 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 67 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 66 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 65 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 64 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 63 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 62 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 61 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 60 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 59 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 58 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 57 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 56 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 55 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 54 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 53 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 52 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 51 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 50 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 49 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 48 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 47 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 46 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 45 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 44 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 43 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 42 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 41 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 40 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 39 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 38 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 37 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 36 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 35 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 34 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 33 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 32 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 31 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 30 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 29 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 28 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 27 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:166 |
| 26 | __TwigTemplate_86cee04437264c24fe96c0d031da8c47856c45656b5d440e83933d2fe3730209->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 25 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 24 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 23 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 22 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 21 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 20 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 19 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 18 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 17 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 16 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 15 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 14 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:161 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 1.46 ms Query memory: 0.077 MB Memory before query: 25.617 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 124
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 134 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 133 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 132 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 131 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 130 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 129 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 128 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 127 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 126 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:1063 |
| 125 | ThemeXpert\View\Engines\TwigEngine->ThemeXpert\View\Engines\{closure}() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:124 |
| 124 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 123 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:141 |
| 122 | __TwigTemplate_4642a6944fcf99ceac2ee94f3e5f158480b5668f5a4e298f54e62e5e88e3d3eb->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 121 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 120 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:116 |
| 119 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 118 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 117 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:54 |
| 116 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 115 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 114 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 113 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 112 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 111 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 110 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 109 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 108 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 107 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 106 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 105 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 104 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 103 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 102 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 101 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 100 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 99 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 98 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 97 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 96 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 95 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 94 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 93 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 92 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 91 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 90 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 89 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 88 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 87 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 86 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 85 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 84 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 83 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 82 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 81 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 80 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 79 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 78 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 77 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 76 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 75 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 74 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 73 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 72 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 71 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 70 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 69 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 68 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 67 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 66 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 65 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 64 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 63 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 62 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 61 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 60 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 59 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 58 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 57 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 56 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 55 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 54 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 53 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 52 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 51 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 50 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 49 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 48 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 47 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 46 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 45 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 44 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 43 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 42 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 41 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 40 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 39 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 38 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 37 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 36 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 35 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 34 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 33 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 32 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 31 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 30 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 29 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 28 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 27 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:166 |
| 26 | __TwigTemplate_86cee04437264c24fe96c0d031da8c47856c45656b5d440e83933d2fe3730209->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 25 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 24 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 23 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 22 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 21 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 20 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 19 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 18 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 17 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 16 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 15 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 14 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:161 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.17 ms Query memory: 0.077 MB Memory before query: 25.678 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 124
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.06 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.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 134 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 133 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 132 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 131 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 130 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 129 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 128 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 127 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 126 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:1063 |
| 125 | ThemeXpert\View\Engines\TwigEngine->ThemeXpert\View\Engines\{closure}() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:124 |
| 124 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 123 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:141 |
| 122 | __TwigTemplate_4642a6944fcf99ceac2ee94f3e5f158480b5668f5a4e298f54e62e5e88e3d3eb->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 121 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 120 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:116 |
| 119 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 118 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 117 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:54 |
| 116 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 115 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 114 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 113 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 112 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 111 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 110 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 109 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 108 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 107 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 106 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 105 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 104 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 103 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 102 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 101 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 100 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 99 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 98 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 97 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 96 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 95 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 94 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 93 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 92 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 91 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 90 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 89 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 88 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 87 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 86 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 85 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 84 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 83 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 82 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 81 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 80 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 79 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 78 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 77 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 76 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 75 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 74 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 73 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 72 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 71 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 70 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 69 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 68 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 67 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 66 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 65 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 64 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 63 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 62 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 61 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 60 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 59 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 58 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 57 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 56 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 55 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 54 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 53 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 52 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 51 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 50 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 49 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 48 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 47 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 46 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 45 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 44 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 43 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 42 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 41 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 40 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 39 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 38 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 37 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 36 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 35 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 34 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 33 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 32 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 31 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 30 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 29 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 28 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 27 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:166 |
| 26 | __TwigTemplate_86cee04437264c24fe96c0d031da8c47856c45656b5d440e83933d2fe3730209->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 25 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 24 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 23 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 22 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 21 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 20 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 19 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 18 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 17 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 16 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 15 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 14 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:161 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 11.84 ms Query memory: 0.071 MB Memory before query: 25.992 MB Rows returned: 1
SELECT *
FROM xpfbh_modules
WHERE published = 1
AND id = 125
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_modules | NULL | const | PRIMARY,published | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 127 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 126 | JDatabaseDriver->loadObject() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:1052 |
| 125 | ThemeXpert\View\Engines\TwigEngine->ThemeXpert\View\Engines\{closure}() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:124 |
| 124 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 123 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:141 |
| 122 | __TwigTemplate_4642a6944fcf99ceac2ee94f3e5f158480b5668f5a4e298f54e62e5e88e3d3eb->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 121 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 120 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:116 |
| 119 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 118 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 117 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:54 |
| 116 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 115 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 114 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 113 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 112 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 111 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 110 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 109 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 108 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 107 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 106 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 105 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 104 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 103 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 102 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 101 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 100 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 99 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 98 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 97 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 96 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 95 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 94 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 93 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 92 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 91 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 90 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 89 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 88 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 87 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 86 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 85 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 84 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 83 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 82 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 81 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 80 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 79 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 78 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 77 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 76 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 75 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 74 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 73 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 72 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 71 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 70 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 69 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 68 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 67 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 66 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 65 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 64 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 63 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 62 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 61 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 60 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 59 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 58 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 57 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 56 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 55 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 54 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 53 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 52 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 51 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 50 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 49 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 48 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 47 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 46 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 45 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 44 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 43 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 42 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 41 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 40 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 39 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 38 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 37 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 36 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 35 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 34 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 33 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 32 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 31 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 30 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 29 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 28 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 27 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:166 |
| 26 | __TwigTemplate_86cee04437264c24fe96c0d031da8c47856c45656b5d440e83933d2fe3730209->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 25 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 24 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 23 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 22 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 21 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 20 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 19 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 18 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 17 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 16 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 15 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 14 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:161 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 1.05 ms Query memory: 0.077 MB Memory before query: 26.085 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 125
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 134 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 133 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 132 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 131 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 130 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 129 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 128 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 127 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 126 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:1063 |
| 125 | ThemeXpert\View\Engines\TwigEngine->ThemeXpert\View\Engines\{closure}() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:124 |
| 124 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 123 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:141 |
| 122 | __TwigTemplate_4642a6944fcf99ceac2ee94f3e5f158480b5668f5a4e298f54e62e5e88e3d3eb->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 121 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 120 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:116 |
| 119 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 118 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 117 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:54 |
| 116 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 115 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 114 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 113 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 112 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 111 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 110 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 109 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 108 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 107 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 106 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 105 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 104 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 103 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 102 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 101 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 100 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 99 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 98 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 97 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 96 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 95 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 94 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 93 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 92 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 91 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 90 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 89 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 88 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 87 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 86 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 85 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 84 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 83 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 82 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 81 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 80 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 79 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 78 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 77 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 76 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 75 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 74 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 73 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 72 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 71 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 70 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 69 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 68 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 67 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 66 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 65 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 64 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 63 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 62 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 61 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 60 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 59 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 58 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 57 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 56 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 55 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 54 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 53 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 52 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 51 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 50 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 49 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 48 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 47 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 46 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 45 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 44 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 43 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 42 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 41 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 40 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 39 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 38 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 37 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 36 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 35 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 34 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 33 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 32 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 31 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 30 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 29 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 28 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 27 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:166 |
| 26 | __TwigTemplate_86cee04437264c24fe96c0d031da8c47856c45656b5d440e83933d2fe3730209->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 25 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 24 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 23 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 22 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 21 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 20 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 19 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 18 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 17 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 16 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 15 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 14 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:161 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 0.20 ms Query memory: 0.077 MB Memory before query: 26.146 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 125
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 134 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 133 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 132 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 131 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 130 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 129 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 128 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 127 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 126 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:1063 |
| 125 | ThemeXpert\View\Engines\TwigEngine->ThemeXpert\View\Engines\{closure}() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:124 |
| 124 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 123 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:141 |
| 122 | __TwigTemplate_4642a6944fcf99ceac2ee94f3e5f158480b5668f5a4e298f54e62e5e88e3d3eb->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 121 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 120 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:116 |
| 119 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db___1596701563->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 118 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 117 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:54 |
| 116 | __TwigTemplate_05271c31711f6017a3a8598112762e8f4518592f9d753c7f64df8c39ccc0a0db->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 115 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 114 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 113 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 112 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 111 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 110 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 109 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 108 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 107 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 106 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 105 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 104 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 103 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 102 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 101 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 100 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 99 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 98 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 97 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 96 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 95 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 94 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 93 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 92 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 91 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 90 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 89 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 88 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 87 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 86 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 85 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 84 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 83 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 82 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 81 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 80 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 79 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 78 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 77 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 76 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 75 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 74 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 73 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 72 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 71 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 70 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 69 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 68 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 67 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 66 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 65 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 64 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 63 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 62 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 61 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 60 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 59 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 58 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 57 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:159 |
| 56 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->block_element() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:216 |
| 55 | Twig\Template->displayBlock() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:125 |
| 54 | __TwigTemplate_afd7c4ee9f78fdbe8c64977712adbea1fa40ad1241c3e0da5b42199f2939fa7c->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 53 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 52 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 51 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 50 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 49 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 48 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 47 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 46 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 45 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 44 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 43 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 42 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 41 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:106 |
| 40 | __TwigTemplate_55fd1d29f616e53e706dac5cc55ff5c09e06df67fd6d26e51135b27a7c56e5f8->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 39 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 38 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 37 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 36 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 35 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 34 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 33 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 32 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 31 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 30 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 29 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 28 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:704 |
| 27 | Twig\Template->getAttribute() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php(497) : eval()'d code:166 |
| 26 | __TwigTemplate_86cee04437264c24fe96c0d031da8c47856c45656b5d440e83933d2fe3730209->doDisplay() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:455 |
| 25 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:422 |
| 24 | Twig\Template->display() | JROOT/libraries/quix/vendor/twig/twig/src/Template.php:434 |
| 23 | Twig\Template->render() | JROOT/libraries/quix/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 22 | Twig\TemplateWrapper->render() | JROOT/libraries/quix/vendor/twig/twig/src/Environment.php:384 |
| 21 | Twig\Environment->render() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:155 |
| 20 | ThemeXpert\View\Engines\TwigEngine->getContent() | JROOT/libraries/quix/src/View/Engines/TwigEngine.php:36 |
| 19 | ThemeXpert\View\Engines\TwigEngine->get() | JROOT/libraries/quix/src/View/View.php:76 |
| 18 | ThemeXpert\View\View->make() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:161 |
| 17 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNode() | Same as call in the line below. |
| 16 | array_map() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:268 |
| 15 | ThemeXpert\Quix\Renderers\NodeRenderer->renderNodes() | JROOT/libraries/quix/src/Quix/Renderers/NodeRenderer.php:249 |
| 14 | ThemeXpert\Quix\Renderers\NodeRenderer->render() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:161 |
| 13 | quixRenderItem() | JROOT/modules/mod_quix/helper.php:54 |
| 12 | ModQuixHelper::renderShortCode() | JROOT/modules/mod_quix/tmpl/default.php:14 |
| 11 | require JROOT/modules/mod_quix/tmpl/default.php | JROOT/modules/mod_quix/mod_quix.php:17 |
| 10 | include JROOT/modules/mod_quix/mod_quix.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.83 ms Query memory: 0.023 MB Memory before query: 25.307 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 104
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 14 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 25.314 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 104
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 14 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 1.02 ms Query memory: 0.023 MB Memory before query: 25.325 MB Rows returned: 1
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 123
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 14 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.95 ms After last query: 0.18 ms Query memory: 0.071 MB Memory before query: 25.333 MB Rows returned: 1
SELECT a.*
FROM `xpfbh_quix_collections` AS `a`
WHERE `a`.`id` = 56
| 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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.41 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/models/collection.php:78 |
| 15 | QuixModelCollection->getData() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:165 |
| 14 | qxGetCollectionInfoById() | JROOT/plugins/content/quix/quix.php:250 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 25.368 MB Rows returned: 1
SELECT title
FROM xpfbh_usergroups
WHERE id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_usergroups | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.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.02 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_quix/helpers/quix.php:41 |
| 16 | QuixFrontendHelper::getGroupNameByGroupId() | JROOT/components/com_quix/models/collection.php:100 |
| 15 | QuixModelCollection->getData() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:165 |
| 14 | qxGetCollectionInfoById() | JROOT/plugins/content/quix/quix.php:250 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.99 ms Query memory: 0.024 MB Memory before query: 25.593 MB Rows returned: 0
SELECT c.id AS id, a.name AS asset_name
FROM (
SELECT id,asset_id
FROM xpfbh_categories
WHERE extension = 'com_quix'
AND published = 1) AS c
INNER JOIN xpfbh_assets AS a
ON c.asset_id = a.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_categories | NULL | ref | cat_idx | cat_idx | 203 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.xpfbh_categories.asset_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/User/User.php:428 |
| 15 | Joomla\CMS\User\User->getAuthorisedCategories() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:85 |
| 14 | quixRenderItem() | JROOT/plugins/content/quix/quix.php:251 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 26.20 ms Query memory: 0.023 MB Memory before query: 26.405 MB Rows returned: 1
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 99
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.21 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 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_quix/helpers/editor.php:94 |
| 14 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.16 ms Query memory: 0.063 MB Memory before query: 26.413 MB Rows returned: 1
SELECT a.*
FROM `xpfbh_quix_collections` AS `a`
WHERE `a`.`id` = 2
| 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 |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/models/collection.php:78 |
| 15 | QuixModelCollection->getData() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:165 |
| 14 | qxGetCollectionInfoById() | JROOT/plugins/content/quix/quix.php:250 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 26.440 MB Rows returned: 1
SELECT title
FROM xpfbh_usergroups
WHERE id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_usergroups | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_quix/helpers/quix.php:41 |
| 16 | QuixFrontendHelper::getGroupNameByGroupId() | JROOT/components/com_quix/models/collection.php:100 |
| 15 | QuixModelCollection->getData() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:165 |
| 14 | qxGetCollectionInfoById() | JROOT/plugins/content/quix/quix.php:250 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.71 ms Query memory: 0.024 MB Memory before query: 26.610 MB Rows returned: 0
SELECT c.id AS id, a.name AS asset_name
FROM (
SELECT id,asset_id
FROM xpfbh_categories
WHERE extension = 'com_quix'
AND published = 1) AS c
INNER JOIN xpfbh_assets AS a
ON c.asset_id = a.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_categories | NULL | ref | cat_idx | cat_idx | 203 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | Sql1405351_3.xpfbh_categories.asset_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/User/User.php:428 |
| 15 | Joomla\CMS\User\User->getAuthorisedCategories() | JROOT/libraries/quix/app/drivers/joomla/partials/quix-render-item.php:85 |
| 14 | quixRenderItem() | JROOT/plugins/content/quix/quix.php:251 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.86 ms After last query: 20.02 ms Query memory: 0.023 MB Memory before query: 27.224 MB Rows returned: 2
SELECT `c2`.`language`,`c2`.`id`
FROM `xpfbh_menu` AS `c`
INNER JOIN `xpfbh_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `xpfbh_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `xpfbh_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 160
| 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 | Sql1405351_3.a2.id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.17 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.05 ms |
| freeing items | 0.07 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/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 2.12 ms Query memory: 0.023 MB Memory before query: 27.222 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_modules.module' OR context = '0')
AND context_id = 126
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.16 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 14 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:237 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 27.229 MB Rows returned: 0
SELECT *
FROM xpfbh_quix_editor_map
WHERE (context = 'com_config.modules' OR context = '0')
AND context_id = 126
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | xpfbh_quix_editor_map | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58 | 1.90 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.18 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/editor.php:94 |
| 14 | QuixHelperEditor::getInfo() | JROOT/plugins/content/quix/quix.php:240 |
| 13 | plgContentQuix->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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:209 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |