diff --git a/content/guides.json b/content/guides.json index 8938c774e..6fba221ea 100644 --- a/content/guides.json +++ b/content/guides.json @@ -1,4 +1,13 @@ [ + { + "id": "avoid-render-blocking-javascript-with-async-defer", + "title": "Async and Defer Script Loading", + "description": "Learn how to avoid render blocking JavaScript using async and defer scripts.", + "isPro": false, + "authorUsername": "kamranahmedse", + "updatedAt": "2021-09-10T19:59:14.191Z", + "createdAt": "2021-09-10T19:59:14.191Z" + }, { "id": "what-are-web-vitals", "title": "What are Web Vitals?", diff --git a/content/guides/avoid-render-blocking-javascript-with-async-defer.md b/content/guides/avoid-render-blocking-javascript-with-async-defer.md new file mode 100644 index 000000000..ff32635ca --- /dev/null +++ b/content/guides/avoid-render-blocking-javascript-with-async-defer.md @@ -0,0 +1,3 @@ +[![](/guides/avoid-render-blocking-javascript-with-async-defer.png)](/guides/avoid-render-blocking-javascript-with-async-defer.png) + +Here is the [original tweet](https://twitter.com/kamranahmedse/status/1436392322451841026) where this image was posted. diff --git a/public/guides/avoid-render-blocking-javascript-with-async-defer.png b/public/guides/avoid-render-blocking-javascript-with-async-defer.png new file mode 100644 index 000000000..92354dd55 Binary files /dev/null and b/public/guides/avoid-render-blocking-javascript-with-async-defer.png differ