Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Lose the Wait: HTTP Compression |
|
Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Mon 26 Aug '13 20:57 Post subject: Lose the Wait: HTTP Compression |
|
|
An article about how to configure your web server to implement HTTP compression properly:
One of the ways you can improve website performance is to reduce the amount of data that needs to get delivered to the client. An easy way to reduce the amount of data sent to a client is to compress the content and then transfer it to the client. This can be done with HTTP compression. Despite being a surprisingly simple feature of HTTP, there are numerous challenges which must be addressed to properly use HTTP compression. These challenges are:
1.Ensuring you are only compressing compressible content.
2.Ensuring you are not wasting resources trying to compress uncompressible content.
3.Selecting the correct compression scheme for your visitors.
4.Configuring the web server properly so compressed content is sent to capable clients.
Read more... http://zoompf.com/blog/2012/02/lose-the-wait-http-compression |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 26 Aug '13 22:00 Post subject: |
|
|
I wonder why that article is still talking about IE6. IMHO IE6 doesn't matter anymore. Soon IE8 will die with XP. Also on the dev mailing list they are talking about removing the BrowserMatch Blah blah deflate / gzip stuff from the default config and the docs. |
|
Back to top |
|
|
|
|
|
|