Hello! I'm new here, so I think I need to contribute something before spamming the board with my questions
Yesterday I accidentally looked at one of my websites HTTP headers. This website serves a lot of images and there were NO cache headers at all. Then I realised it was working like that for an year and half! Oh my! I thought cache headers were turned on!
I've added Expires header and it lowered my bandwidth and CPU usage in HALF. One-liner would save me ~300GB per month. Moreover, this website is now working with a speed of light. And I've not implemented 304 Not modified in my backend script yet (my next step).
Check your cache headers today!
http://www.w3.org/Protocols/rfc2616/rfc ... html#sec13
http://wiki.nginx.org/HttpHeadersModule
Hope it can be useful for someone!