Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

eliminate render-blocking resources css

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.
Source by blog.logrocket.com #
 
PREVIOUS NEXT
Tagged: #eliminate #resources #css
ADD COMMENT
Topic
Name
9+7 =