Tuesday June 24, 2003
What is gzip compression?
I did a bit of research today and have some links for you concerning gzip-compression and why you should be using it on your server. First of all, DevArticles has some good resources on compressing web output for Apache 1.3.x (using mod_gzip) and Apache 2.0.x (using mod_deflate).
In a WebRef article, HTTP Compression Speeds up the Web, I found that any browser that supports HTTP 1.1 also supports web compression.
Is Compression Built into the Browser?
Yes. Most newer browsers since 1998/1999 have been equipped to support the HTTP 1.1 standard known as "content-encoding." (although content encoding was included in the HTTP 1.0 spec: RFC 1945). Essentially the browser indicates to the server that it can accept "content encoding" and if the server is capable it will then compress the data and transmit it. The browser decompresses it and then renders the page.
Good stuff to know.
Posted in The Web
at Jun 24 2003, 10:32:00 AM MDT
Add a Comment
Search This Site
Recent Entries
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial