How To Eliminate Render-blocking Stylesheets?

Asked 2 years ago
Answer 1
Viewed 146
0

9 tricks to eliminate render blocking resources
1.Identify your render blocking resources.
2. Don't add CSS with the @import rule.
3.Use the media attribute for conditional CSS.
4. Defer non-critical CSS.
5. Use the defer and async attributes to eliminate render-blocking JavaScript.
6. Find and remove unused CSS and JavaScript.
7.Split code into smaller bundles
8.Minify CSS and JavaScript
9.Load custom fonts locally

Read Also : What are examples of unpopular opinions?
Answered 2 years ago Willow StellaWillow Stella