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

Add caching of original images and responses #9

Open
aaron42net opened this issue Mar 9, 2016 · 1 comment
Open

Add caching of original images and responses #9

aaron42net opened this issue Mar 9, 2016 · 1 comment

Comments

@aaron42net
Copy link
Member

Potentially use https://github.com/gregjones/httpcache which has flexible storage options.

@aaron42net
Copy link
Member Author

I implemented httpcache, to the point of writing an LRU in-memory cache implementation (https://github.com/die-net/lrucache) for it. Unfortunately, httpcache expects to be a client cache which causes a number of minor mismatches with its use in a proxy.

I may investigate https://github.com/lox/httpcache next, which is designed as a server-side cache.

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

No branches or pull requests

1 participant