Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created January 6, 2021 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/8567d780e077892feed07790a541754d to your computer and use it in GitHub Desktop.
Save velotiotech/8567d780e077892feed07790a541754d to your computer and use it in GitHub Desktop.
Eliminate render-blocking resources - using async/defer attributes for external scripts
<!-- Add defer/async attribute to external render-blocking script -->
<script async defer src="https://use.fontawesome.com/3ec06e3d93.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment