I've just done a fresh vanilla 2.5 install, and every page load is calling rebuild_course_cache for course 1.
This appears to be a bug from sectioncache, where it can be empty and this triggers the rebuild from course_modinfo::__construct
I think the simple answer is to remove the empty() check there.
May relate to MDL-38448.
- has a non-specific relationship to
-
MDL-38448 Lots of calls to update course modinfo + sectioncache
- Closed