apache / incubator-pagespeed-mod

Apache module for rewriting web pages to reduce latency and bandwidth.
http://modpagespeed.com
Apache License 2.0
696 stars 157 forks source link

Render-blocking css even prioritize_critical_css #1958

Open Chathu07 opened 5 years ago

Chathu07 commented 5 years ago

Hi.

I have enabled prioritize_critical_css, but as per Pagespeed Insight following css loading render blocking. Anyway to defer this css?

https://www.drcrhub.com/wp-content/plugins/social-widget/A.style.css.pagespeed.cf.VwCAC9pbRMdnBl8Sr6K4.css

https://www.drcrhub.com/wp-content/themes/focus-pro/A.style.css.pagespeed.cf.PQud-w4WWumUcKt9tXIT.css

Lofesa commented 5 years ago

Hi @utags You are using CloadFlare. Try to bypass the CF Cache. When you make request to your site w/o CF and see whats happend and solve any issue you had, then enable CF, but you need to configure some type of upstream cache. CF may store un-optimized or semi-optimized resources and serve it as the final resource thing. You are using some type of CF optimization tool, rocket-loader that may interfere w/ pagespeed javscript.....