Closed GoogleCodeExporter closed 9 years ago
The PHP overhead is certainly a concern (though in my limited testing I found
Minify
outperformed Apache with mod_deflate, which apparently doesn't cache encoded
versions). Also high-traffic sites should probably use a reverse proxy cache
like
squid, which would cache Minify's output.
My issue with releasing workflows with Minify is that *everyone* has a unique
workflow/build process with different variables to consider: files hosted on
separate host/CDN? CDN have mod_rewrite (so you can rev URLs)? Should source
files
be monitored for changes? How would we do this if PHP is out of the loop? cron?
What
about IIS?
Maybe a simple tool to output all the groups defined in groupsConfig.php and
an .htaccess file would be a nice first step...
If you have more ideas, hit up the Google group.
Original comment by mrclay....@gmail.com
on 29 Apr 2009 at 8:58
Original issue reported on code.google.com by
fverschelde
on 26 Apr 2009 at 10:01