Real HTTP 2 Push for everything (wich uses nginx).
This works really well with the nginx config
http2_push_preload on;
The script collects all resources and pre renders a preload link header. This will then be converted to real http2 push by nginx.