-
Improvement
-
Resolution: Fixed
-
Major
-
2.8.2
-
MOODLE_28_STABLE
-
MOODLE_31_STABLE
-
MDL-48838_master -
-
3.1 Sprint 5
-
Medium
Login into the gradebook with different users, looking at different reports... there are always many repeated queries to grade_categories tables, they are simple database queries to grade_categories without any join with other tables, writes in grade_categories table are not specially high in comparison with the number of reads so it seems a good candidate to cache at application level as we will not invalidate the data often (similar to groupdata case).
Same happens with grade_items, but I will create a separate issue for it.