|
|
|
|
|
by rarestblog
5732 days ago
|
|
Sorry, but you aren't right. Those are mostly located in body tag. They are requested as soon as encountered by browser, because they might issue "document.write", so the execution of rest of HTML is delayed until that "src" is loaded. That's exactly what causes the problem. Putting script into body doesn't defer its execution. I'm not sure how browsers render <script src in head, but probably the same. |
|