Archived topic
How to fix "Eliminate render-blocking resources"
6 replies · Started by 24xstudio on November 5, 2020
Any suggestion about how to improve “Eliminate render-blocking resources”.
If I enable Critical CSS in WPRocket it does the job but then I get the CLS issue.
I am also using WPRocket's script delay function which is something like flyingscript.
Hi there,
i can see some of your CSS is being combined with Autoptimize.
But the rest of the style sheets from the many block plugins you're using are listed under render blocking resources are not combined - and they're being served from a CDN.
I would suggest you focus on one optimization plugin and have that combine as much of your CSS as possible.
Hey,
Sorry, you checked at the wrong time, I was doing some experiments with the plugin :P
P.S: Also combining the CSS and the JS is not giving good results as well.
Kindly check now and suggest something :D
The issue i still see is that you have a number of resources loading individually from a CDN. You may want to begin by disabling the CDN and just use one of the Optimization plugins to combine those CSS files.
Hey,
I somehow managed to score a good score except for the two FCP and LCP.
Disabling CDN is not doing any good.
You can check the site without the cache and the CDN by typing ?nowprocket at the end of the URL. I tried myself it is giving poor results.
Thanks
Resolved
Glad to hear that