Render-blocking resources not going away
-
Hello!
I’ve been trying to improve my Pagespeed Insight as I was failing Core Web Vitals for LCP on mobile at 5+ seconds (Desktop is no issue at all).I’ve now managed to reduce that to 3.7s on mobile.
However, Pagespeed keeps informing me of some render-blocking resources on both mobile and desktop that won’t go away.
I’ve attached a screenshot of the resources here: https://imgur.com/a/ctRv02m
My Autoptimize options are:
Optimise JavaScript code: ON
Aggregate JS files? ON
Exclusions for JS:
wp-includes/js/dist/, wp-includes/js/tinymce/Optimise CSS code: ON
Aggregate CSS files: ON
Also aggregate inline CSS: ON
Exclusions for CSS:
wp-content/cache/, wp-content/uploads/, admin-bar.min.css, dashicons.min.css,Optimise HTML code: ON
Save aggregated script/SS: ON
Minify excluded CSS and JS: ON
Enable 404 fallbacks: ONAfter doing some searching here, I also added: “add_filter( ‘autoptimize_filter_init_compatibility’, ‘__return_false’ );” to my .php, which helped quite a lot.
Unfortunately, I can’t seem to fix those render-blocking resources. Any help would be greatly appreciated with this.
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Render-blocking resources not going away’ is closed to new replies.