Is there a way to detect if a website is using SPDY? Is there a way to detect if a website is using SPDY? google-chrome google-chrome

Is there a way to detect if a website is using SPDY?


You can view your active SPDY sessions in a current build of Chrome by pulling up:

chrome://net-internals/#spdy


Mike Belshe said

Yes, indeed SPDY is enabled in Chrome and on Google servers for all SSL traffic at this point. (Actually, we do 90% on SPDY, with a 10% holdback for purposes of A/B comparisons).

http://groups.google.com/group/spdy-dev/browse_thread/thread/4c2396ecbc36b1c4


chrome://net-internals/#spdy to see active SPDY sessions

  • Google services run over SPDY (search, gmail, etc)
  • F5 announced SPDY support on their appliances at Interop 2012
  • Akamai announced technical preview for SPDY at Velocity 2012 (June 2012)
  • Cloudflare announced SPDY beta for their customers (June 2012)
  • As of early March 2012, twitter.com is running SPDY
  • There are a few specialized CDN's which have SPDY enabled
  • Nginx supports SPDY (draft 2)
  • Apache has a great mod_spdy module