Welcome Guest, Not a member yet? Register   Sign In
Compress HTML output
#3

[eluser]Jérôme Jaglale[/eluser]
mod_deflate sure has its advantages:
- gzip compression: that's real compression Smile
- also compresses static HTML/XML/text, not only CI-generated contents
but
- older browers have trouble with with gzipped contents
- more CPU intensive (gzip compression at each request)

An advantage of the hook is that it's still plain HTML. Also the "compressed" version can be cached by CI so the "compression" is done only once.

With HTMLTidy you can do things like removing comments, making sure the page is XHTML...


Messages In This Thread
Compress HTML output - by El Forum - 03-24-2009, 04:23 PM
Compress HTML output - by El Forum - 03-24-2009, 04:47 PM
Compress HTML output - by El Forum - 03-25-2009, 11:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB