Archived topic
Eliminate render-blocking resources
1 reply · Started by Sars on March 25, 2021
Dear team, How to fix Eliminate render-blocking resources
for
/wp-content/themes/generatepress/assets/css/components/widget-areas.min.css?ver=3.0.3
and
/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.0.3
Thank you
I tried combining, but it says combining is not recommended for http2
Hi there,
These files both need to be render-blocking or else you'll end up with CLS issues.
To prevent the render-blocking resources message, you should combine them. However, if your server is using HTTP/2, it may be more performant to keep them separate and ignore the render-blocking message. Worth testing both ways to see how the actual performance of your site reacts.