Skip to content

Commit

Permalink
Remove erroneous loading=lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Oct 2, 2023
1 parent 67917ac commit 17d482e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-01-10-why-not-document-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the audit [<q>Avoid
`document.write()`</q>](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/):

<figure>
<img src="/wp-content/uploads/2023/01/lighthouse.png" alt="" loading="lazy" width="1396" height="461">
<img src="/wp-content/uploads/2023/01/lighthouse.png" alt="" width="1396" height="461">
<figcaption><q>For users on slow connections, external scripts dynamically
injected via `document.write()` can delay page load by tens of
seconds.</q></figcaption>
Expand Down

0 comments on commit 17d482e

Please sign in to comment.