Subscribe to receive notifications of new posts:

Subscription confirmed. Thank you for subscribing!

Ryan Hodson

Ryan Hodson

December 10, 2015 12:10PM

HTTP/2 For Web Developers

HTTP2 spdy Speed & Reliability Optimization

HTTP/2 changes the way web developers optimize their websites. In HTTP/1.1, it’s become common practice to eek out an extra 5% of page load speed by hacking away at your TCP connections and HTTP requests with techniques like spriting, inlining, domain sharding, and concatenation....