-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.1.1, 2.7
-
MOODLE_21_STABLE, MOODLE_27_STABLE
-
29594-28
-
If the course category tree is used it costs a db query per course, this come from lots of enrol queries generated from the call to:
enrol_get_course_info_icons()
in course/renderer.php function course_category_tree_category()
This means that page doesn't scale well if the site has thousands of courses