On Sat, 07 Nov 2015 23:40:55 GMT, Richard Porter wrote:
On 7 Nov 2015 Chris Young wrote:
> A missing file shouldn't cause a timeout though - just a response from
> the server containing error 404.
404 is page not found.
It's file not found. Any missing file on a web server will result in
a 404, but if it's a linked file like CSS you won't see the error
(it'll just be treated as a missing file, as you say).
In any case, it looks like that's not the reason for the timeout.
Chris