Hi,
Just found this very handy tool. Great stuff!
Run a test here http://www.webpagetest.org/result/100504_NQ/.
Apart from some obvious ones, it states that none of the files have a Keep Alive header. Afaik they do, and Firebug confirms this (see attached image for global.css; others are similar).
Any thoughts/ideas Huh
.htaccess keep-alive
Thanks,
Ruud

1 year 35 weeks ago
For my setup, using Apache 2 (via MAMP), this involved adding the following line near the top of httpd.conf:
KeepAlive = On
A restart of Apache is necessary.
Post Comment