Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement persistant cache #2

Open
software-opal opened this issue Feb 11, 2016 · 1 comment
Open

Implement persistant cache #2

software-opal opened this issue Feb 11, 2016 · 1 comment

Comments

@software-opal
Copy link
Contributor

Implement a cache that persists across page loads. Currently the browser caches most requests, however if we were able to have a persistent cache we could implement more aggressive caching such as the kinds described on this issue

@glasnt
Copy link
Contributor

glasnt commented Mar 4, 2016

For now, I think having it browser side is fine. Add a bit of polish on the loading mechanics, and it doesn't appear to be too annoying in it's current speed, even with reloading.

IIRC adding any caching outside of the browser will require a physical presence, which is fine, but it's more moving parts and maintenance.

I'm more than happy to leave it as is for now. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants