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

Built-in cached gzip function #22

Closed
GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments
Closed

Built-in cached gzip function #22

GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Would it be possible for minify to optionally cache gzipped CSS and
Javascript files?

First, most shared hosts do not allow the use of on-the-fly compression
like mod_deflated and mod_gzip.

Second, isn't it more efficient for minify to gzip each file once, store on
disk, and serve from disk rather than have Apache compress files
on-the-fly, once per request?

Thanks.

Original issue reported on code.google.com by tumm...@gmail.com on 7 Nov 2007 at 2:33

@GoogleCodeExporter
Copy link
Author

My apologies.  This is a duplicate request.  See:
http://code.google.com/p/minify/issues/detail?id=19

I agree with Stephen's comments. :)

Original comment by tumm...@gmail.com on 7 Nov 2007 at 2:35

@GoogleCodeExporter
Copy link
Author

Original comment by mrclay....@gmail.com on 29 Feb 2008 at 2:07

  • Changed state: Duplicate

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

1 participant