load dynamic files sooner
Status: Beta
Brought to you by:
worden
It is doing all the dynamic file loading after all the other resources are loaded, which can be some time after the visible page contents are loaded. I've done special early-loading for the click-handling code, so it'll do the right thing if you click while the page is loading. I'd like to do something similar so the file loading starts while other things are still arriving.
Anonymous