jalmenarez / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Built-in cached gzip function #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago

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