http://www.webpagetest.org/result/121012_DN_71J/
How do I get keep alive enabled for the cdn images?
Just set up an ‘application’ at https://appengine.google.com/ and uploaded images. Was following instructions from
How to Host your Website on Google for Free - Digital Inspiration
and using the linux command line version of the google tool. Uploaded files with this command:
./appcfg.py update /home/[username]/[path to app.yaml]/
You have a mix of domains in your page - www.diamondlabels.com and fjedp32.appspot.com
The fjedp32.appspot.com requests look fine and appear to be coming from Google servers. The www.diamondlabels.com requests are the ones with the problem and don’t appear to be served from appspot (and are returning http 1.0 responses)
http://www.webpagetest.org/result/121012_DN_71J/1/performance_optimization/#keep_alive_enabled
any problem with http 1.0 responses?
umm, yeah - generally HTTP 1.0 disables keep-alive (technically both can co-exist but it’s very rare that they do).