-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.2
-
MOODLE_25_STABLE
-
MOODLE_26_STABLE
-
wip-
MDL-42020-master -
While working on MDL-41942 I've noticed that some code in retrieving list of courses can be faster.
Examples:
1. If frontpage shows only categories tree, we call get_courses_count() without calling to get_courses() and this function alone is not efficient.
2. If the course list is already cached the course contacts are retrieved one-by-one.
- Discovered while testing
-
MDL-42277 Warning $PAGE->context was not set in course/management.php
-
- Closed
-
-
MDL-42279 PHP warning in setuplib.php
-
- Closed
-
- has been marked as being related by
-
MDL-42193 Improve coursecat::get_children() so it doesn't do an extra DB query if it has all the categories in cache
-
- Closed
-
- is blocked by
-
MDL-41942 Courses in categories invisible
-
- Closed
-