HTTP/2
A very quick aside to note that kraft.im is now running on HTTP/2 as of a week or so ago. I had been on the stable build of Nginx that ships with Ubuntu, which is pretty outdated.

I updated to the Nginx mainline repo and changed one line in my .conf file— spdy
to http2
.
I’m exploring Server Push, though nothing is implemented at this time.
It definitely feels faster, especially navigating within the site to different pages.
Aside to the aside: Yes, I really did do this via my phone.
I've been sick in bed all day. So, I enabled HTTP/2 on my site from my phone. There are things wrong with me that aren't physical.
— A Guy Called Kraft 😷💉 (@Kraft) November 19, 2015
And I feel pretty good about my site being among these as the ones having HTTP/2 connections:

A very tiny fish among some whales.
One Reply to “HTTP/2”
Leave a Reply
Oh, I forgot to mention that Automattic (my employer) and Dropbox sponsored the development of this in Nginx.