hybinet wrote:
I assume this is a follow-up to
this thread?
Interestingly, time to first byte is 4 seconds only on the front page, and subsequent pages all load in around 1 second. When I return to the front page, it's 4 seconds again. This is strange because all pages seem to be using Total Cache. Is there anything special on the front page that might make it slow or un-cacheable?
In a manner of speaking, yes; though, like I said, since then I've gone to nginx+php5-fpm. I credit some folks here for the help because I searched around before posting

And yes, I noticed that, as well. I don't have access to the WP Dashboard, so I'm not certain what might set the index page apart.
hoopycat wrote:
The headers seem to indicate the main page isn't cacheable:
Code:
[...]
(a little while later)
Code:
[...]
The Last-Modified time there should be before now. Only difference between the two outputs is the timestamp from W3 Total Cache:
Code:
$ diff /tmp/bladereviews.1 /tmp/bladereviews.2
629c629
< Served from: *.bladereviews.com @ 2012-01-16 19:22:32 -->
---
> Served from: *.bladereviews.com @ 2012-01-16 19:24:06 -->
Alright, I'll see about getting him to let me have a look at his cache config and report back. Thanks fellas.