Server Push
RU: Server Push
An HTTP/2 feature where the server sends a PUSH_PROMISE frame announcing a resource, then delivers it before the client requests it. Intended to eliminate the round trip for sub-resources discovered only after parsing HTML. In practice, pushed resources compete for bandwidth with the HTML response and may arrive already cached, which is why many CDNs have deprecated the feature.