Title: HTTP/2 Server Push not working with Autoptimize
Last modified: February 6, 2018

---

# HTTP/2 Server Push not working with Autoptimize

 *  [jiggaman](https://wordpress.org/support/users/jiggaman/)
 * (@jiggaman)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/)
 * Noticing this feature is trying to prefetch the original css files…not the autoptimize
   css minified combined files…why…?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhttp-2-server-push-not-working-with-autoptimize%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/page/2/?output_format=md)

 *  Thread Starter [jiggaman](https://wordpress.org/support/users/jiggaman/)
 * (@jiggaman)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-9949588)
 * Hey guys, the Autoptimize author wants to help you get your plugin fixed, please
   review:
 * [https://wordpress.org/support/topic/autoptimize-not-compatible-with-cloudflare-https2-prefetch/](https://wordpress.org/support/topic/autoptimize-not-compatible-with-cloudflare-https2-prefetch/)
 * He is very helpful and responsive, thanks!
 *  [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-9949603)
 * > He is very helpful and responsive
 * well thank you [@jiggaman](https://wordpress.org/support/users/jiggaman/)
 * > the Autoptimize author wants to help you get your plugin fixed
 * it would indeed be great for CloudFlare to HTTP/2 prefetch the autoptimized CSS/
   JS files (and not the non-optimized JS/ CSS files from the wordpress style- and
   script-queues). Using AO’s autoptimize_filter_cache_getname filter this might
   even be pretty simple 🙂
 * if need be you can contact me also at futtta-at-gmail-dot-com.
 * have a nice evening,
    frank
 *  [404ndy](https://wordpress.org/support/users/404ndy/)
 * (@404ndy)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-9958661)
 * Hi [@optimizingmatters](https://wordpress.org/support/users/optimizingmatters/)
 * Thanks for offering to help! I’ll see if I can put you in touch with the folks
   here actively working on our plugin.
 * -Andy
 *  Thread Starter [jiggaman](https://wordpress.org/support/users/jiggaman/)
 * (@jiggaman)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-9960974)
 * Great love the team work!
 * This should be a pretty quick fix…ideas on a release and/or can you post what
   changes need to be made to cloudflare to enable the bug fix prior to the release?(
   lines of code and where)
 * Want to get these sites moving faster! And also not load unnecessary files.
 * Thanks!
 *  [restalfep](https://wordpress.org/support/users/restalfep/)
 * (@restalfep)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-10347019)
 * Any update on this?
 *  [dotker](https://wordpress.org/support/users/dotker/)
 * (@dotker)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-10877648)
 * I’d like to bump this as well, having the same issue with Cloudflare preloading
   the original css instead of autoptimize, it adds lots of unecessary http requests
   too.
 * Thanks!
 *  [cmgeoogz](https://wordpress.org/support/users/cmgeoogz/)
 * (@cmgeoogz)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-11220646)
 * Hi guys,
 * Any update? Having the same problem here.
    -  This reply was modified 7 years, 2 months ago by [cmgeoogz](https://wordpress.org/support/users/cmgeoogz/).
 *  [cmgeoogz](https://wordpress.org/support/users/cmgeoogz/)
 * (@cmgeoogz)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-11220660)
 * also trying to disable the server push by setting it to false and nothing happens.
   webpagetest still read the server push files.
 * How do I disable it?
 * Thanks!
 *  [cmgeoogz](https://wordpress.org/support/users/cmgeoogz/)
 * (@cmgeoogz)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-11220669)
 * or should I disable AO plugin and let the HTTP/2 runs?
 *  [dotker](https://wordpress.org/support/users/dotker/)
 * (@dotker)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-11221474)
 * The HTTP2 technology removes the need for combining css and js since they now
   load at the same time instead of one at a time, so limiting the number of request
   is not as critical as it once was.
 * The server push takes this technology further by preloading the css or js earlier
   so you have to choose which elements should load or is needed for the important
   page element to render.
 * The cloudflare implementation of the server push is on the very early stage and
   will simply preload all or most of the css and js which is not really recommended.
   It would be best to manually select which item will be server pushed.
 *  [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-11221539)
 * There are [no absolutes in web performance](https://calendar.perfplanet.com/2015/packaging-for-performance/),
   only assumptions validated by comparing test-results and choices based on test
   conclusions 😉
 * Re. push; on lower-bandwidth connections pushing (many) resources can actually
   slow a page/ site down.
 *  [cmgeoogz](https://wordpress.org/support/users/cmgeoogz/)
 * (@cmgeoogz)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-11224749)
 * `Re. push; on lower-bandwidth connections pushing (many) resources can actually
   slow a page/ site down.`
 * maybe this is what is happening to my pages right now ( [https://bit.ly/2EkDPA1](https://bit.ly/2EkDPA1)-
   webpageresults ). Anybody know how can I disable server push in shared hosting?
 * I did this ( How do I enable HTTP/2 Server Push in WordPress – [https://bit.ly/2V6bnaz](https://bit.ly/2V6bnaz))
   to activate the server push but when no luck on disabling it.
 * I even activated the CF Plugin and delete the code on wp-config.php but still
   no good.
 *  [cmgeoogz](https://wordpress.org/support/users/cmgeoogz/)
 * (@cmgeoogz)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-11224757)
 * or anyone can give me some insights on what is going on in my pages/ I re-run
   the page and get A Grade in First Byte Time ( [https://bit.ly/2T4qTGC](https://bit.ly/2T4qTGC))
    -  This reply was modified 7 years, 2 months ago by [cmgeoogz](https://wordpress.org/support/users/cmgeoogz/).
 *  [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-11225257)
 * well, based on that last webpagetest-link you’re not HTTP/2-pushing any more?
   🙂
 *  [cmgeoogz](https://wordpress.org/support/users/cmgeoogz/)
 * (@cmgeoogz)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/#post-11225284)
 * it is [@optimizingmatters](https://wordpress.org/support/users/optimizingmatters/)
 * there’s a server push above “Request Headers Section” and I think I’m going to
   be crazy on how I will disable this :'(
 * #calling911

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/page/2/?output_format=md)

The topic ‘HTTP/2 Server Push not working with Autoptimize’ is closed to new replies.

 * ![](https://ps.w.org/cloudflare/assets/icon-256x256.png?rev=2471183)
 * [Cloudflare](https://wordpress.org/plugins/cloudflare/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cloudflare/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cloudflare/)
 * [Active Topics](https://wordpress.org/support/plugin/cloudflare/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cloudflare/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cloudflare/reviews/)

 * 21 replies
 * 6 participants
 * Last reply from: [cmgeoogz](https://wordpress.org/support/users/cmgeoogz/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/http-2-server-push-not-working-with-autoptimize/page/2/#post-11229771)
 * Status: not resolved