I'm having trouble with my local development environment where IE (6 through to 8) is only part loading JavaScript/CSS files. It throws random errors at random places in jquery.min.js
every time I refresh, which suggested to me that it's trying to execute before it's finished loading or the connection was closed before it finished loading.
I've looked at the responses using Charles and Apache is returning the correct content-length
header for the files I'm having trouble with but the text response is always truncated.
I also tried disabling g-zip compression, as I noticed that responses to IE don't have the Content-Encoding: g-zip
header, but that breaks things in Firefox (in the same way) and doesn't fix the problem with IE.
I've looked at my Apache config and it is no different to the staging server where I'm not experiencing these issues.