Actions
Idea #5624
open[API] [Workbench] [Performance] Use object caching to improvement performance (such as memcache).
Start date:
Due date:
Story points:
-
Release:
Release relationship:
Auto
Description
Use a "memcached" like architecture to cache objects retrieved / created / updated to reduce the amount of data transmitted between API server and Workbench to improve performance and reduce latency.
Updated by Radhika Chippada over 9 years ago
- Subject changed from [API] [Workbench] Use object caching to improvement performance. to [API] [Workbench] [Performance] Use object caching to improvement performance (such as memcache).
- Category set to Performance
Currently, when testing in development, you can look at the workbench console log and notice that the same object(s) are requested from API repeatedly. We can reduce the API <-> Workbench traffic considerably by using a shared caching solution.
http://guides.rubyonrails.org/caching_with_rails.html#activesupport-cache-memcachestore
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions