An idea could be do cache the exercise endpoints specifically since we can assume the multiple students will access the same exercises, no reason to query the database at every request.
Im guessing there exist some standard ways to do this.
Basic Example
The endpoint will cache exercise endpoints and use a LRU implemention.
Reference Issues
No response
Summary
An idea could be do cache the exercise endpoints specifically since we can assume the multiple students will access the same exercises, no reason to query the database at every request.
Im guessing there exist some standard ways to do this.
Basic Example
The endpoint will cache exercise endpoints and use a LRU implemention.
Drawbacks
Overkill ?
Unresolved questions
No response