Is Jaguar not using mod-gzip for apache?
From what i've read it can generally compress html by 75% and most (99% or so) browsers support it.
The only downside is that compressing is a very small burden on the CPU - which might explain why they wouldn't use it.
At least I'd like to gzip my homepage - which I'm converting from dynamic to static (or to be static 95% of the time).
-------------
If I'm generating my files in php is there a second (php-only) way to do compression with gzip, without having mod-gzip enabled?
(I think there is.)
Aaron


LinkBack URL
About LinkBacks



Reply With Quote

[I do presume pretty much any decent developer has the plug-ins for that installed in his browser, right?] If it's gzipped, there's a header:
Bookmarks