moodle-an-hochschulen / moodle-theme_boost_union

Theme Boost Union is an enhanced child theme of Boost which is intended, on the one hand, to make Boost simply more configurable and, on the other hand, to provide helpful additional features for the daily Moodle operation of admins, teachers and students.
GNU General Public License v3.0
55 stars 49 forks source link

Improvement: Add caching to the starred courses popover #584

Open abias opened 3 months ago

abias commented 3 months ago

This is a follow-up of #422 / #289:

The starred courses popover currently gets the starred courses directly from the database. While this is ok on the my courses block / my courses page, this could become a burden when the starred courses popover is generated on every page load.

It would be worthwhile to add a caching layer to this popover.