-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
3.1.5
-
MOODLE_31_STABLE
-
There is a show_sumofgrades_upgrade_xxx for almost every course in a Moodle system.
In one case, considering an instance that has tens of thousands of courses, the $CFG variable contains 13678 records.
This leads to a cache entry with around 600KB which can have a great impact if you are not using a local caching server (ie multiple frontends).
I am marking this as 'caching' as this is where I found the issue in my instance, but there is probably a root cause behind that which I haven't investigated yet.
Notes: It was introduced as an upgrade to Moodle 2.8:
https://github.com/moodle/moodle/commit/a9937aec06eecde600f81efe1ff2f53d86df0bf1#diff-31dc43dcda8223cb517dfb95643f2ee2R3917
- has a non-specific relationship to
-
MDL-59880 Redis Cache: implement cluster mode and compression
-
- Closed
-