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 gzip, gzip transfer encoding only for types which are not already gzipped (or very close to it) #34

Open
boutell opened this issue Apr 18, 2018 · 1 comment

Comments

@boutell
Copy link
Member

boutell commented Apr 18, 2018

gzip does not improve performance for PNG and probably would improve it negligibly for JPEG or GIF. There may be others but the important thing is to get started on recognizing these cases and eliminating the overhead in the azure storage layer in these cases. I would envision a file similar to contentTypes.js that maps which content types are precompressed and thus bad candidates for this approach.

@boutell
Copy link
Member Author

boutell commented Apr 18, 2018

This is not a blocker for release.

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

2 participants