... ms

Press CTRL+SHIFT+R to reload with an empty cache = first impression.

View source to see how scripts are provided.

Time is calculated when window.onload fires.

jQuery.getScript will asynchronously load scripts and allow the UI to immediately render. However to ensure execution order is preserved, you must chain inside the callback leading to synchronous downloads instead of parallel. If the chain is broken, race conditions may occur as seen when loading scripts 10-14. It also cache busts?

Test Log