kmuncie / omnibus-reader

Simple JS reader app
4 stars 4 forks source link

AJAX request refactor #19

Closed onebytegone closed 8 years ago

onebytegone commented 8 years ago

This allows requests to the API to be cached. The uncached loading is still slow, not much that can be done on this side though.

This helps to solve #17

kmuncie commented 8 years ago

The caching makes a huge difference! Thanks @onebytegone! :+1: