Add guide for render blocking JavaScript

pull/1657/head
Kamran Ahmed 3 years ago
parent b4dce97735
commit 7c6aee88a0
  1. 9
      content/guides.json
  2. 3
      content/guides/avoid-render-blocking-javascript-with-async-defer.md
  3. BIN
      public/guides/avoid-render-blocking-javascript-with-async-defer.png

@ -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?",

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 KiB

Loading…
Cancel
Save