Home > Designing, Others > Prefer `defer` Over `async`

Prefer `defer` Over `async`

December 14th, 2016 Leave a comment Go to comments

Steve Souders:

Comparing the ASYNC and DEFER waterfalls, we see that using DEFER makes DOM Interactive fire sooner and allows rendering to proceed more quickly.

Even though is more commonly seen in the wild, defer is typically preferable as they can never block other syncronous scripts, as well as load in predictable source order.

Direct Link to ArticlePermalink


Prefer `defer` Over `async` is a post from CSS-Tricks

Categories: Designing, Others Tags:
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.