Query Time: 4.36 ms Query memory: 0.024 MB Memory before query: 2.482 MB Rows returned: 0
SELECT `data`
FROM `iniav_session`
WHERE `session_id` = 'djblka6hp6vpai52ml89vmqmm9'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 3.78 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
| 13 | JDatabaseDriver->loadResult() | JROOT\libraries\joomla\session\storage\database.php:44 |
| 12 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 11 | session_start() | JROOT\libraries\joomla\session\handler\native.php:259 |
| 10 | JSessionHandlerNative->doSessionStart() | JROOT\libraries\joomla\session\handler\native.php:49 |
| 9 | JSessionHandlerNative->start() | JROOT\libraries\joomla\session\handler\joomla.php:81 |
| 8 | JSessionHandlerJoomla->start() | JROOT\libraries\joomla\session\session.php:636 |
| 7 | JSession->_start() | JROOT\libraries\joomla\session\session.php:596 |
| 6 | JSession->start() | JROOT\libraries\cms\application\cms.php:773 |
| 5 | JApplicationCms->loadSession() | JROOT\libraries\cms\application\cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT\libraries\cms\application\site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT\libraries\cms\application\cms.php:408 |
| 2 | JApplicationCms::getInstance() | JROOT\libraries\joomla\factory.php:125 |
| 1 | JFactory::getApplication() | JROOT\index.php:46 |
Query Time: 0.56 ms After last query: 5.46 ms Query memory: 0.021 MB Memory before query: 2.616 MB Rows returned: 0
SELECT `session_id`
FROM `iniav_session`
WHERE `session_id` = 'djblka6hp6vpai52ml89vmqmm9'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.08 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.05 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 8 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
| 7 | JDatabaseDriver->loadResult() | JROOT\libraries\cms\application\cms.php:176 |
| 6 | JApplicationCms->checkSession() | JROOT\libraries\cms\application\cms.php:799 |
| 5 | JApplicationCms->loadSession() | JROOT\libraries\cms\application\cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT\libraries\cms\application\site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT\libraries\cms\application\cms.php:408 |
| 2 | JApplicationCms::getInstance() | JROOT\libraries\joomla\factory.php:125 |
| 1 | JFactory::getApplication() | JROOT\index.php:46 |
Query Time: 2.87 ms After last query: 0.07 ms Query memory: 0.003 MB Memory before query: 2.621 MB
INSERT INTO `iniav_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`)
VALUES
('djblka6hp6vpai52ml89vmqmm9', 0, 1, '1770408992', 0, '')
EXPLAIN not possible on query: INSERT INTO `iniav_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`) VALUES
('djblka6hp6vpai52ml89vmqmm9', 0, 1, '1770408992', 0, '')
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| update | 0.11 ms |
| end | 0.01 ms |
| query end | 2.43 ms |
| closing tables | 0.02 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 7 | JDatabaseDriverMysqli->execute() | JROOT\libraries\cms\application\cms.php:212 |
| 6 | JApplicationCms->checkSession() | JROOT\libraries\cms\application\cms.php:799 |
| 5 | JApplicationCms->loadSession() | JROOT\libraries\cms\application\cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT\libraries\cms\application\site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT\libraries\cms\application\cms.php:408 |
| 2 | JApplicationCms::getInstance() | JROOT\libraries\joomla\factory.php:125 |
| 1 | JFactory::getApplication() | JROOT\index.php:46 |
Query Time: 4.64 ms After last query: 4.99 ms Query memory: 0.028 MB Memory before query: 2.784 MB Rows returned: 37
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `iniav_extensions`
WHERE `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_extensions | NULL | ref | extension | extension | 82 | const | 37 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 3.54 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.43 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 9 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
| 8 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\cache\controller\callback.php:152 |
| 7 | JCacheControllerCallback->get() | JROOT\libraries\cms\component\helper.php:448 |
| 6 | JComponentHelper::load() | JROOT\libraries\cms\component\helper.php:43 |
| 5 | JComponentHelper::getComponent() | JROOT\libraries\cms\component\helper.php:120 |
| 4 | JComponentHelper::getParams() | JROOT\libraries\cms\application\site.php:589 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 7.84 ms After last query: 2.57 ms Query memory: 0.022 MB Memory before query: 2.970 MB Rows returned: 2
SELECT b.id
FROM iniav_usergroups AS a
LEFT JOIN iniav_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.16 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 7.17 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
| 10 | JDatabaseDriver->loadColumn() | JROOT\libraries\joomla\access\access.php:835 |
| 9 | JAccess::getGroupsByUser() | JROOT\libraries\joomla\access\access.php:904 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT\libraries\joomla\user\user.php:454 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT\libraries\cms\plugin\helper.php:296 |
| 6 | JPluginHelper::load() | JROOT\libraries\cms\plugin\helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT\libraries\cms\plugin\helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT\libraries\cms\application\site.php:599 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 3.80 ms After last query: 1.35 ms Query memory: 0.023 MB Memory before query: 3.016 MB Rows returned: 5
SELECT id, rules
FROM `iniav_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 3.38 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.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1494 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT\libraries\joomla\access\access.php:921 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT\libraries\joomla\user\user.php:454 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT\libraries\cms\plugin\helper.php:296 |
| 6 | JPluginHelper::load() | JROOT\libraries\cms\plugin\helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT\libraries\cms\plugin\helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT\libraries\cms\application\site.php:599 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.09 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 3.025 MB Rows returned: 58
SELECT folder AS type, element AS name, params
FROM iniav_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 | iniav_extensions | NULL | ref | extension | extension | 82 | const | 70 | 0.60 | Using index condition; Using where; Using filesort |
| 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.07 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.60 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 8 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
| 7 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\plugin\helper.php:310 |
| 6 | JPluginHelper::load() | JROOT\libraries\cms\plugin\helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT\libraries\cms\plugin\helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT\libraries\cms\application\site.php:599 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.59 ms After last query: 14.20 ms Query memory: 0.022 MB Memory before query: 3.481 MB Rows returned: 1
SELECT `enabled`
FROM `iniav_extensions`
WHERE `element` = 'com_akeeba'
AND `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.12 ms |
| statistics | 0.11 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.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 9 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
| 8 | JDatabaseDriver->loadResult() | JROOT\plugins\system\backuponupdate\backuponupdate.php:80 |
| 7 | require_once JROOT\plugins\system\backuponupdate\backuponupdate.php | JROOT\libraries\cms\plugin\helper.php:230 |
| 6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php:669 |
| 4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:681 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 3.85 ms After last query: 4.96 ms Query memory: 0.027 MB Memory before query: 3.814 MB Rows returned: 3
SELECT *
FROM iniav_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 | iniav_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 3.17 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.14 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\language\helper.php:164 |
| 8 | JLanguageHelper::getLanguages() | JROOT\plugins\system\languagefilter\languagefilter.php:97 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT\libraries\cms\plugin\helper.php:255 |
| 6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php:669 |
| 4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:681 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.57 ms After last query: 1.01 ms Query memory: 0.022 MB Memory before query: 3.835 MB Rows returned: 3
SELECT element
FROM iniav_extensions
WHERE type = 'language'
AND client_id = 0
AND enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_extensions | NULL | ref | extension | extension | 82 | const | 6 | 1.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.07 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.09 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\language\multilang.php:90 |
| 8 | JLanguageMultilang::getSiteLangs() | JROOT\plugins\system\languagefilter\languagefilter.php:108 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT\libraries\cms\plugin\helper.php:255 |
| 6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php:669 |
| 4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:681 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 4.85 ms After last query: 11.09 ms Query memory: 0.039 MB Memory before query: 4.354 MB Rows returned: 16
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 iniav_menu AS m
LEFT JOIN iniav_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 | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 34 | 3.33 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | agropine.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 3.39 ms |
| init | 0.12 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.58 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.16 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\menu\site.php:86 |
| 18 | JMenuSite->load() | JROOT\libraries\cms\menu\menu.php:74 |
| 17 | JMenu->__construct() | JROOT\libraries\cms\menu\site.php:57 |
| 16 | JMenuSite->__construct() | JROOT\libraries\cms\menu\menu.php:145 |
| 15 | JMenu::getInstance() | JROOT\libraries\cms\application\cms.php:439 |
| 14 | JApplicationCms->getMenu() | JROOT\libraries\cms\application\site.php:272 |
| 13 | JApplicationSite->getMenu() | JROOT\libraries\cms\router\site.php:57 |
| 12 | JRouterSite->__construct() | JROOT\libraries\cms\router\router.php:197 |
| 11 | JRouter::getInstance() | JROOT\libraries\cms\application\cms.php:535 |
| 10 | JApplicationCms::getRouter() | JROOT\libraries\cms\application\site.php:407 |
| 9 | JApplicationSite::getRouter() | JROOT\plugins\system\languagefilter\languagefilter.php:130 |
| 8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:69 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:670 |
| 4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:681 |
| 3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.73 ms After last query: 13.06 ms Query memory: 0.024 MB Memory before query: 4.798 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `iniav_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT\libraries\joomla\cache\controller\callback.php:152 |
| 11 | JCacheControllerCallback->get() | JROOT\libraries\cms\library\helper.php:156 |
| 10 | JLibraryHelper::_load() | JROOT\libraries\cms\library\helper.php:47 |
| 9 | JLibraryHelper::getLibrary() | JROOT\libraries\cms\library\helper.php:90 |
| 8 | JLibraryHelper::getParams() | JROOT\libraries\cms\version\version.php:274 |
| 7 | JVersion->getMediaVersion() | JROOT\libraries\joomla\factory.php:755 |
| 6 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
| 5 | JFactory::getDocument() | JROOT\libraries\joomla\application\web.php:977 |
| 4 | JApplicationWeb->loadDocument() | JROOT\libraries\cms\application\site.php:130 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 2.21 ms After last query: 0.11 ms Query memory: 0.005 MB Memory before query: 4.851 MB
UPDATE `iniav_extensions`
SET `params` = '{\"mediaversion\":\"a155383f37bc8f38f5c75ee9daa1958a\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | iniav_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | 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.11 ms |
| updating | 0.19 ms |
| end | 0.01 ms |
| query end | 1.59 ms |
| closing tables | 0.02 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\cms\library\helper.php:119 |
| 9 | JLibraryHelper::saveParams() | JROOT\libraries\cms\version\version.php:325 |
| 8 | JVersion->setMediaVersion() | JROOT\libraries\cms\version\version.php:284 |
| 7 | JVersion->getMediaVersion() | JROOT\libraries\joomla\factory.php:755 |
| 6 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
| 5 | JFactory::getDocument() | JROOT\libraries\joomla\application\web.php:977 |
| 4 | JApplicationWeb->loadDocument() | JROOT\libraries\cms\application\site.php:130 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 4.05 ms After last query: 2.74 ms Query memory: 0.031 MB Memory before query: 4.983 MB Rows returned: 6
SELECT id, home, template, s.params
FROM iniav_template_styles as s
LEFT JOIN iniav_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | agropine.s.template,const | 1 | 4.60 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 3.18 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.23 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.14 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number | | 6 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\application\site.php:484 |
| 4 | JApplicationSite->getTemplate() | JROOT\libraries\cms\application\site.php:165 |
| 3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.35 ms After last query: 1516.91 ms Query memory: 0.025 MB Memory before query: 6.671 MB Rows returned: 4
SELECT *
FROM iniav_template_styles
WHERE template = 'design_control';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_template_styles | NULL | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1494 |
| 10 | JDatabaseDriver->loadAssocList() | JROOT\templates\design_control\vertex\parameters.php:19 |
| 9 | getTemplateName() | JROOT\templates\design_control\vertex\parameters.php:167 |
| 8 | require JROOT\templates\design_control\vertex\parameters.php | JROOT\templates\design_control\index.php:21 |
| 7 | require JROOT\templates\design_control\index.php | JROOT\libraries\joomla\document\html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
| 2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.30 ms After last query: 0.18 ms Query memory: 0.029 MB Memory before query: 6.682 MB Rows returned: 0
SELECT *
FROM iniav_menu
WHERE template_style_id IN (12,15,16,17)
AND alias = ''
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_menu | NULL | ref | idx_alias | idx_alias | 402 | const | 1 | 40.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 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.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1494 |
| 10 | JDatabaseDriver->loadAssocList() | JROOT\templates\design_control\vertex\parameters.php:40 |
| 9 | getTemplateName() | JROOT\templates\design_control\vertex\parameters.php:167 |
| 8 | require JROOT\templates\design_control\vertex\parameters.php | JROOT\templates\design_control\index.php:21 |
| 7 | require JROOT\templates\design_control\index.php | JROOT\libraries\joomla\document\html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
| 2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 4.63 ms After last query: 24.02 ms Query memory: 0.028 MB Memory before query: 6.963 MB Rows returned: 6
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM iniav_modules AS m
LEFT JOIN iniav_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN iniav_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-02-06 20:16:33')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-02-06 20:16:33')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 0 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 | range | PRIMARY,published,newsfeeds,idx_language | published | 5 | NULL | 8 | 3.45 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | agropine.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | agropine.m.id | 2 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 3.76 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.13 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.28 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\cache\controller\callback.php:152 |
| 13 | JCacheControllerCallback->get() | JROOT\libraries\cms\module\helper.php:425 |
| 12 | JModuleHelper::getModuleList() | JROOT\libraries\cms\module\helper.php:361 |
| 11 | JModuleHelper::load() | JROOT\libraries\cms\module\helper.php:84 |
| 10 | JModuleHelper::getModules() | JROOT\libraries\joomla\document\html.php:501 |
| 9 | JDocumentHtml->countModules() | JROOT\templates\design_control\vertex\module_calcs.php:15 |
| 8 | require JROOT\templates\design_control\vertex\module_calcs.php | JROOT\templates\design_control\index.php:23 |
| 7 | require JROOT\templates\design_control\index.php | JROOT\libraries\joomla\document\html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
| 2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.37 ms After last query: 8.78 ms Query memory: 0.024 MB Memory before query: 7.283 MB Rows returned: 1
SELECT menutype
FROM iniav_menu
WHERE language = 'en-GB'
AND home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_menu | NULL | ref | idx_language | idx_language | 28 | const | 15 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
| 11 | JDatabaseDriver->loadResult() | JROOT\templates\design_control\vertex\responsive\responsive_mobile_menu.php:139 |
| 10 | include JROOT\templates\design_control\vertex\responsive\responsive_mobile_menu.php | JROOT\templates\design_control\vertex\responsive\responsive_mobile_top_bar.php:85 |
| 9 | require JROOT\templates\design_control\vertex\responsive\responsive_mobile_top_bar.php | JROOT\templates\design_control\vertex\includes\vertex_includes_top.php:12 |
| 8 | require JROOT\templates\design_control\vertex\includes\vertex_includes_top.php | JROOT\templates\design_control\index.php:192 |
| 7 | require JROOT\templates\design_control\index.php | JROOT\libraries\joomla\document\html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
| 2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.24 ms After last query: 8.08 ms Query memory: 0.023 MB Memory before query: 7.343 MB Rows returned: 1
SELECT menutype
FROM iniav_menu
WHERE language = 'en-GB'
AND home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | iniav_menu | NULL | ref | idx_language | idx_language | 28 | const | 15 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
| 9 | JDatabaseDriver->loadResult() | JROOT\templates\design_control\vertex\s5flex_menu\default.php:45 |
| 8 | include JROOT\templates\design_control\vertex\s5flex_menu\default.php | JROOT\templates\design_control\index.php:275 |
| 7 | require JROOT\templates\design_control\index.php | JROOT\libraries\joomla\document\html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
| 2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.55 ms After last query: 2.67 ms Query memory: 0.037 MB Memory before query: 7.485 MB Rows returned: 16
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 iniav_menu AS m
LEFT JOIN iniav_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 | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 34 | 3.33 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | agropine.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.21 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number | | 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\menu\site.php:86 |
| 13 | JMenuSite->load() | JROOT\libraries\cms\menu\menu.php:74 |
| 12 | JMenu->__construct() | JROOT\libraries\cms\menu\site.php:57 |
| 11 | JMenuSite->__construct() | JROOT\templates\design_control\vertex\s5flex_menu\helpers.php:41 |
| 10 | S5modMainMenuHelper::getList() | JROOT\templates\design_control\vertex\s5flex_menu\helpers.php:141 |
| 9 | S5modMainMenuHelper::S5buildXML() | JROOT\templates\design_control\vertex\s5flex_menu\default.php:54 |
| 8 | include JROOT\templates\design_control\vertex\s5flex_menu\default.php | JROOT\templates\design_control\index.php:275 |
| 7 | require JROOT\templates\design_control\index.php | JROOT\libraries\joomla\document\html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
| 2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT\index.php:49 |
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `iniav_extensions`
2 × 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 iniav_menu AS m
LEFT JOIN iniav_extensions AS e
ON m.component_id = e.extension_id
2 × SELECT menutype
FROM iniav_menu
1 × SELECT `data`
FROM `iniav_session`
1 × SELECT `session_id`
FROM `iniav_session`
1 × SELECT b.id
FROM iniav_usergroups AS a
LEFT JOIN iniav_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `iniav_viewlevels
1 × SELECT folder AS type, element AS name, params
FROM iniav_extensions
1 × SELECT `enabled`
FROM `iniav_extensions`
1 × SELECT *
FROM iniav_languages
1 × SELECT element
FROM iniav_extensions
1 × SELECT id, home, template, s.params
FROM iniav_template_styles as s
LEFT JOIN iniav_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM iniav_template_styles
1 × SELECT *
FROM iniav_menu
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM iniav_modules AS m
LEFT JOIN iniav_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN iniav_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id