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

gzip support #11

Closed
fabricionaweb opened this issue Jul 28, 2016 · 3 comments
Closed

gzip support #11

fabricionaweb opened this issue Jul 28, 2016 · 3 comments

Comments

@fabricionaweb
Copy link

fabricionaweb commented Jul 28, 2016

It would be interesting if it had support gzip compression -z, --gzip
I consider useful for purposes of comparison with the size in production

@joakimbeng
Copy link

I needed this for another Micro microservice as well so I made micro-compress which should be easy to integrate into this module...

@leo
Copy link
Contributor

leo commented Sep 22, 2016

@joakimbeng Perfect! Also looks like a great addition to this list.

@slorber
Copy link
Contributor

slorber commented Oct 26, 2016

@leo @joakimbeng as far as I understand responses are compressed live.

This works but is not performant for static assets, because a frequently accessed asset would likely get recompressed everytime while it would probably be more efficient to memoize that compression per file.

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

4 participants