System - HTTP/2 Push
By Michael Richey
Performance
I wrote this extension over a year ago, but never released it because the server support wasn't there. Apache 2 and now NGINX both support HTTP/2 Push, so now it's time to put this technology to work for you.
For those not familiar with the standard, HTTP/2 introduced a concept known as "Push", where the server can send more than one document on a request. If your page has a stylesheet and/or ja...