2021-11-11 UTC
# Zegnat [tantek]1: re https://tantek.com/t5Fh2 - I do wonder if for performance <script async> in <head> will win out as browsers can apply their own scheduling for downloading external scripts in the most optimal way. Maybe paralel with CSS etc. While the elements at the end of the page will be encountered later by the parser. I am just not sure how I would do a testcase for that.