```json
{
    "title": "Weblogs.com Not Using HTTP Compression",
    "url": "https://performancezen.com/2005/09/02/weblogscom-not-using-http-compression/",
    "datePublished": "2005-09-02",
    "dateModified": "2005-09-02",
    "language": "en-US",
    "description": "Ummm, this one floored me. If Weblogs.com wants to reduce their traffic, turn on mod_deflate in Apache 2.0. HTTP/1.1 200 OK Date: Fri, 02 Sep 2005 14:13:10 GMT Server: Apache/2.0.46…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# Weblogs.com Not Using HTTP Compression

Ummm, this one floored me. If Weblogs.com wants to reduce their traffic, turn on mod_deflate in Apache 2.0.

```
HTTP/1.1 200 OK
Date: Fri, 02 Sep 2005 14:13:10 GMT
Server: Apache/2.0.46 (Red Hat)
Last-Modified: Fri, 02 Sep 2005 14:09:54 GMT
ETag: "ac0b3-3559d-840c3080"
Accept-Ranges: bytes
Content-Length: 218525
Connection: close
Content-Type: text/html; charset=UTF-8
```

I know it won't solve everything, but it's a start.
