Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 16, 20168 yr Http2 is out there and promises to make the web faster. Please, add support for http2 server push: https://blog.cloudflare.com/http-2-server-push-with-multiple-assets-per-link-header/
July 17, 20168 yr it does look promising feature. would like to hear some input from ips staff aswell https://httpd.apache.org/docs/2.4/howto/http2.html#push i really doubt i did this correctly but i edited templates on includecss to add this because my site is using cloudflare too. <link rel='stylesheet' href='{expression="\IPS\Http\Url::external( $file )->setQueryString( 'v', \IPS\SUITE_UNIQUE_KEY )"}' media='all' rel='preload' as='stylesheet'>
July 17, 20168 yr The problem with h2 push is that it can't take account of caching, because you are just sending the data to the client without it asking, but almost all resources that you would serve with a site running IPS are cacheable by the client, so it would actually use more bandwidth and potentially be a bit slower, because most users will have the resources cached.
Archived
This topic is now archived and is closed to further replies.