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 #167

Closed
mrclay opened this issue Sep 3, 2015 · 2 comments
Closed

Built-in cached gzip function #167

mrclay opened this issue Sep 3, 2015 · 2 comments

Comments

@mrclay
Copy link
Owner

mrclay commented Sep 3, 2015

Originally reported on Google Code with ID 22

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.

Reported by tummblr on 2007-11-07 02:33:42

@mrclay
Copy link
Owner Author

mrclay commented Sep 3, 2015

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

I agree with Stephen's comments. :)

Reported by tummblr on 2007-11-07 02:35:08

@mrclay
Copy link
Owner Author

mrclay commented Sep 3, 2015

Reported by mrclay.org on 2008-02-29 02:07:54

  • Status changed: Duplicate

@mrclay mrclay closed this as completed Sep 3, 2015
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