-
Improvement
-
Resolution: Fixed
-
Minor
-
1.9.12
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE
-
git@github.com:marinaglancy/moodle.git
-
wip-
MDL-27756-master -
Easy
-
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.