The short version is that SPDY can make your HTTP requests faster. Sometimes a lot faster. For more details, see the following: http://www.chromium.org/spdy/spdy-whitepaper http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1 SPDY was originally designed at Google as an experimental successor to HTTP. It's a binary protocol (rather than human-readable, like HTTP), but is fully compati

