hoopycat wrote:
If you take a look at the source code, it appears it's spitting out a buttload of debugging information. This probably isn't helping it.
I enabled that to try and track down the cause of some minify errors. The issue was present prior to that.
Edit:
For clarification, I think it has something to do with W3TC not writing /wp-content/w3tc/min/default.include.js and default.include.css
It's not a permissions issue (I su'd to the webserver user and was able to create both files in console), but the debug output says:
Bad file param format: "default.include.js"
Googling that turns up all kinds of stuff, from bugs in W3TC to issues with gzip. I disabled gzip and that didn't seem to do anything.
Although, I also disabled minify entirely (I think), and the issue remained, so perhaps it's something more fundamental? It's odd because on subsequent pageviews, everything is normal (fast). It only seems to happen when accessing the index directly.