PreviousNext

HTTP/2 PUSH vs HTTP Preload

by bill-s, 2018-01-19T12:57:05.000Z

HTTP/2 PUSH is a feature that lets a server pre-emptively push resources to the client (without a corresponding request). HTTP Preload is a way to indicate to the browser resources it would require while loading the current page. In this post, we will discuss the key differences between PUSH and Preload, with a detailed explanation of which one to choose based on your use case.

Read More