Render blocking CSS issues with optimized files
-
I am using Autoptimize on my website, but PageSpeed Insights is flagging the generated CSS files as “Render blocking requests.”
According to the report (screenshot attached), these optimized files are causing an estimated saving loss of 930 ms. The specific files are:
autoptimize_single_49ac083....cssautoptimize_single_c8d07f6....css
Could you please help me understand how to fix this? I want to move these network requests out of the critical path to improve my LCP and FCP scores.
Do I need to enable “Inline and Defer CSS”? If so, what is the recommended way to handle Critical CSS for these files?
p.s.
I also noticed a “Forced reflow” warning in the Insights section (screenshot attached). The source is listed as
[unattributed], but it takes about 80 ms.Could this be related to how Autoptimize handles the JS/CSS execution order? Any tips on how to identify the cause or if there’s a setting in the plugin to mitigate this would be greatly appreciated.
You must be logged in to reply to this topic.