Skip to content

Adding caching #96

@daviddavo

Description

@daviddavo
  • Make CacheRequester threadsafe (CacheRequester.request is 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

No one assigned

    Labels

    backendTasks that modify the backendenhancementNew feature or request

    Type

    No type

    Projects

    Status

    To do (Low Priority)

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions