Defer vs Async
Jan 2, 2022 · 3 min read · The scripts in modern websites are heavier than HTML documents so it takes longer to download and process them. When the browser loads HTML and comes across an HTML script tag it stops building the DOM temporarily and starts executing the script; the...
Join discussion