We all know what `defer` attribute on <script> tag means.
"the script is downloaded in parallel to parsing the page, and executed after the page has finished parsing".
So we naively place this attribute on non-critical scripts.
And this might be a problem 👇 (1/6)
#webperf
"the script is downloaded in parallel to parsing the page, and executed after the page has finished parsing".
So we naively place this attribute on non-critical scripts.
And this might be a problem 👇 (1/6)
#webperf