Title: HTTP/2 Server Push
Last modified: October 23, 2022

---

# HTTP/2 Server Push

 *  Resolved [RTX](https://wordpress.org/support/users/leewen0802/)
 * (@leewen0802)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/http-2-server-push-5/)
 * Does this plugin support Cloudflare’s [HTTP/2 Server Push](https://support.cloudflare.com/hc/en-us/articles/115002816808-How-do-I-enable-HTTP-2-Server-Push-in-WordPress)?
   
   The [official Cloudflare plugin](https://wordpress.org/plugins/cloudflare/) does
   offer support for this. (I saw a post related to this but its a 2-year-old one)
    -  This topic was modified 3 years, 7 months ago by [RTX](https://wordpress.org/support/users/leewen0802/).
    -  This topic was modified 3 years, 7 months ago by [RTX](https://wordpress.org/support/users/leewen0802/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/http-2-server-push-5/#post-16127240)
 * > Does this plugin support Cloudflare’s HTTP/2 Server Push?
 * – No cause HTTP2 server push is almost dead and has been almost killed off in
   HTTP3 due to all the problems HTTP2 server push have especially with caching 
   resources that has already been pushed.
 * That’s why though I personally used to use server psuh at the early days of HTTP2
   but now I don’t.
 * Honestly, the short answer is, don’t use server push it’s a pure waste instead
   if you have critical resources that requires for CLS & LCP, try preloading them
   on the page with `fetchpriority="high"` resource hint. This will help you way
   more than server push.
 * `<link rel="preload" href="./some-style.min.css" as="style" fetchpriority="high"
   >`
 * Read more: [https://web.dev/priority-hints/](https://web.dev/priority-hints/)
 *  [Irina](https://wordpress.org/support/users/irinashl/)
 * (@irinashl)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/http-2-server-push-5/#post-16127328)
 * [Removing HTTP/2 Server Push from Chrome](https://developer.chrome.com/blog/removing-push/)
 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/http-2-server-push-5/#post-16127998)
 * Thanks [@irinashl](https://wordpress.org/support/users/irinashl/),
    I looked 
   for that link to share but couldn’t find it quickly. Thanks for sharing.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘HTTP/2 Server Push’ is closed to new replies.

 * ![](https://ps.w.org/wp-cloudflare-page-cache/assets/icon-256x256.gif?rev=3234997)
 * [Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals](https://wordpress.org/plugins/wp-cloudflare-page-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-cloudflare-page-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [iSaumya](https://wordpress.org/support/users/isaumya/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/http-2-server-push-5/#post-16127998)
 * Status: resolved