Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
735 B

---
2 years ago
title: 'Async and Defer Script Loading'
description: 'Learn how to avoid render blocking JavaScript using async and defer scripts.'
author:
2 years ago
name: 'Kamran Ahmed'
url: 'https://twitter.com/kamranahmedse'
imageUrl: '/authors/kamranahmedse.jpeg'
seo:
2 years ago
title: 'Async and Defer Script Loading - roadmap.sh'
description: 'Learn how to avoid render blocking JavaScript using async and defer scripts.'
isNew: false
2 years ago
type: 'visual'
date: 2021-09-10
sitemap:
priority: 0.7
2 years ago
changefreq: 'weekly'
tags:
2 years ago
- 'guide'
- 'visual-guide'
- 'guide-sitemap'
---
[![Avoid Render Blocking with Async and Defer](/guides/avoid-render-blocking-javascript-with-async-defer.png)](/guides/avoid-render-blocking-javascript-with-async-defer.png)