
Tuesday February 05, 2008
If you are looking for faster web page downloads, you can use HTTP
compression feature which compresses your content to speed it up. It is especially beneficial for
low bandwidth connections. This also reduces the number of bytes
transferred and improves the overall server performance.
Our Web Server sees the header and chooses to provide compressed
content, and sends
response header. The browser on seeing this header tries to
decompress the content and renders it.
Now the question is how to enable HTTP compression feature can be
configured in obj.conf. Let me explain that in detail
.