Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.12
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE
-
Pull from Repository:git@github.com:marinaglancy/moodle.git
-
Pull Master Branch:wip-
MDL-27756-master -
Pull Master Diff URL:
Description
move_courses() does a lot of things in a wasteful way:
- Not reusing information
- Repeating steps
The attached patch (mdl_move_courses_performance.diff) attempts to minimize the waste.