1. SPDY is a new protocol developed by Google that seeks to optimize web performance by allowing multiple requests to be multiplexed over a single TCP connection and compressing headers. 2. A demo showed that SPDY can provide faster page loads, especially for pages with many component files, by enabling server push of resources without additional requests. 3. Implementing SPDY typically only requi