devinit / ddw-analyst-ui

The Development Data Warehouse
http://ddw.devinit.org/
GNU General Public License v3.0
2 stars 1 forks source link

Add caching to improve the performance of data retrieval operations #252

Closed edwinmp closed 3 years ago

edwinmp commented 4 years ago

Benchmark and settle on the ideal service for our needs https://aws.amazon.com/redis/ https://aws.amazon.com/elasticache/redis-vs-memcached/

https://www.digitalocean.com/products/managed-databases-redis/

edwinmp commented 4 years ago

Front-end caching could do as well ... should guarantee that a query is only slow to run the first time & for when the cache has been cleared. Adding a graphql layer to the API could help with this. Otherwise, we could use localforage

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

edwinmp commented 3 years ago

Caching has only been added to the query data page, so this is still incomplete.

What's left: