Image may be NSFW.
Clik here to view.
I find a phenomenon while entering a game stage needs to download a lot of assets, the usage ratio of network in Firefox 19.0.2 is always low, so I must wait lots of time until all of assets finish to be loaded.
I also make an experiment to estimate the Loader and URLLoader load function to observe how long do I need to wait when I download 500 models/texures from my local disk.
Firefox | IE | Chrome | |
---|---|---|---|
URLLoader.load |
9939 ms |
8840 ms |
8368 ms |
Loader.load |
3261 ms | 1274 ms |
1794 ms |