-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
backendTasks that modify the backendTasks that modify the backendenhancementNew feature or requestNew feature or request
Description
- Make CacheRequester threadsafe (
CacheRequester.requestis called from multiple threads) - Adding flask-caching to the application with either redis or filesystem caching
- Solve problems with caching when using gunicorn (it spawns multiple processes).
- It works "the first time", when the cache is clean. But if you visit the same page again, last update date is Jan 1, 1 at 00:00 UTC...
- Cache dropdown generation
- Cache layout generation
- Check what else to cache (search everything that makes complex calculations)
- Create some kind of test to check how the changes improve the access time to the application
Metadata
Metadata
Assignees
Labels
backendTasks that modify the backendTasks that modify the backendenhancementNew feature or requestNew feature or request
Type
Projects
Status
To do (Low Priority)