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 Stella
9 tricks to eliminate render blocking resources
Read Also : What are examples of unpopular opinions?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