Currently the prototype stores all articles in DB when visited for performance reasons.
- Remove that DB caching. Leave the browser DB for just the saved pages.
- Add caching by http request using service worker, by using a fastest network|cache strategy. Limit the cache by size/number of items and make it LRU.