I do understand that loading a script asynchronously doesn't affect the page loading time, in the sense that the browser doesn't wait for the script to be loaded before parsing the rest.
But does/could it affect the time it takes for the browser to start loading other(asynchronous) scripts?
If so, does it vary between browsers?
A developer of a site claimed that an asynchronous script resulted in a, in this case, 25ms delay before some other asynchronous script started to load.