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 Gzip compression #12

Open
AmmarkoV opened this issue Oct 12, 2012 · 2 comments
Open

Add Gzip compression #12

AmmarkoV opened this issue Oct 12, 2012 · 2 comments

Comments

@AmmarkoV
Copy link
Owner

Add Gzip compression on text files to both reduce memory used by the cache but also reduce the bandwidth consumed on the upload channel of the webserver..!

@AmmarkoV
Copy link
Owner Author

The project now uses zlib and can "in theory" produce compressed copies of the data to be served..
What is not implemented yet is a list of file types that are not worth beeing compressed ( zip , jpg , mp4 etc ) and per spec responses with all the headers that are needed for most browsers..!
Also after some careful examination ( and although gzip specs are clearer ) it may be better to use the standalone deflate compression scheme instead of the most expensive gzip one ..

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
@AmmarkoV and others