Caching

Issue #35 new
Daníel Sigurgeirsson created an issue

We should investigate how to implement caching on the API server. There are a few questions:

  • is caching needed?
  • are there any operations which are taking too long, or are some operations constantly returning the same data?
  • what should we put in a cache and where (i.e. server-side caching vs. client-side caching)?

There are standard solutions out there, such as:

Comments (0)

  1. Log in to comment