The page continues rendering while the script downloads in parallel.
Open the browser console (F12) to see when the async script runs. async only applies to external scripts with a src attribute.
async
src
Lines: 0 | Characters: 0