-
Improvement
-
Resolution: Fixed
-
Minor
-
2.5.2
-
MOODLE_25_STABLE
-
MOODLE_26_STABLE
-
wip-mdl-41811-new
-
-
20
-
BACKEND Sprint 6
Not loading plugin's setting under Site administration improve performance for admin/manager's.
Without plugin settings loaded
1.21122 secs
|
RAM: 94.5MB
|
RAM peak: 95.6MB
|
Included 292 files
|
Load average: 0.58
|
Session: 33.3KB
|
With plugins settings loaded
1.809636 secs
|
RAM: 110.9MB
|
RAM peak: 112MB
|
Included 406 files
|
Load average: 0.36
|
Session: 33.3KB
|
This can be easily observed by adding following code in admin/settings/plugins.php
// require_once("$CFG->libdir/pluginlib.php");
|
// $allplugins = plugin_manager::instance()->get_plugins();
|
$allplugins = array('mod' => array(),
|
'format' => array(),
|
'block' => array(),
|
'message' => array(),
|
'auth' => array(),
|
'enrol' => array(),
|
'auth' => array(),
|
'repository' => array(),
|
'webservice' => array(),
|
'editor' => array(),
|
'filter' => array(),
|
'qtype' => array(),
|
);
|
- caused a regression
-
MDL-42989 AJAX admin menu JSON parse error
-
- Closed
-
-
MDL-43521 Admin bookmarks block doesn't work
-
- Closed
-
-
MDL-44014 Errors with loading the Site Administration menu item
-
- Closed
-
-
MDL-43028 Site admin navigation is not expanding on few pages
-
- Closed
-
-
MDL-49155 Site admin menu doesn't expand when tabbed to
-
- Closed
-
-
MDL-43029 Site administration menu should notify user that the menu cannot be expanded after a session timeout
-
- Closed
-
- Discovered while testing
-
MDL-42292 block.version regression in custom lang tool
-
- Closed
-
- duplicates
-
MDL-41368 Site Admin menu slows down moodle
-
- Closed
-
- has a non-specific relationship to
-
MDL-42594 Loading icon is not displayed for site admin navigation
-
- Closed
-
-
MDL-56130 Unfolding admin menu works slow when loaded by ajax
-
- Closed
-
- has been marked as being related by
-
MDL-41437 missing plugins are not displayed on plugins overview page
-
- Closed
-
- is blocked by
-
MDL-42408 Behat should set all the default values when installing it
-
- Closed
-
- will help resolve
-
MDL-41425 Admin category/page locate is time consuming with debug on
-
- Closed
-
-
MDL-37978 Optimizations needed to reduce Moodle's memory footprint/load time.
-
- Closed
-