I have a strange issue with google page speed insights. I am receiving this error even though I have moved all my scripts to footer, and critical css is inlined in header. Mobile results are very good, and desktop is receiving this error. anyone has some idea on how to solve this? This is the url for test: google page speed insights
I have found the problem and the solution! In my original css I have a BG image for top content on desktop. In critical css I have included only bg-color and I wanted to serve this bg-image later. Once I have included bg-image in critical css( in header) desktop results improved and render blocking script error message disappeared. Google pagespeed insights examined the final result picture with the one generated with only critical css, And it found out that the pictures were not similar enough, and That's why it said that I had blocking content.