prjseal / Umbraco-Community-Quiz

Source code for the Community Quiz website
https://communityquiz.net
Other
8 stars 16 forks source link

Add caching to the leaderboard #15

Closed prjseal closed 2 years ago

prjseal commented 2 years ago

Use caching for the leaderboard so it doesn't hit the database every time. Then write some code to invalidate the cache when someone completes a quiz

prjseal commented 2 years ago

Fixed in #28