Server Push Support

HTTP/2 allows a server to push resources to the client rather than waiting for the client to parse the main HTML document and then request further resources one by one. Typically, HTTP/2 servers push files like style sheets and images to the client. Clients usually require these resources anyway to render a page.

You can enable and disable server push in the Profile Settings: Click Settings > Active Profile > Web (Protocol Level).

In some cases, the Silk Performer push support might differ from the behavior of real browsers. Browsers have different push cache implementations, because there is no official push cache specification.