issues
search
karanjthakkar
/
showmyprs.com
See all your Open Source contributions in one place
https://showmyprs.com
MIT License
30
stars
4
forks
source link
Cache the json response for each user
#2
Closed
karanjthakkar
closed
7 years ago
karanjthakkar
commented
7 years ago
Save the json response for each user on disk
On every request, check if the user data is available on disk. If yes, render the template using that data.
If not, then go with the usual implementation.
Also brainstorm whats the best way to burst the cache (delete the disk data essentially)