Is this true?
I just read on http://stackoverflow.com/questions/19035/javascript-load-order that “cross-domain scripts are loaded after scripts of site itself”. I’ve never heard this before and I’m having a hard time finding evidence to support or refute this claim. The “script-loading decision tree” diagram at http://www.stevesouders.com/blog/2009/04/27/loading-scripts-without-blocking/ seems to support the assertion.
I dunno, but I certainly wouldn’t rely on it being/remaining true.
Tilman Schlenker – that’s what I had always thought, all resources loaded in page order. Otherwise, it would matter what subdomain you loaded your JS from(!). Thanks.