CreateJS/PreloadJS

Slow Loading Times.

MirrorTM opened this issue · 2 comments

loading 256 images 100kb +- each takes an unacceptably long time to process, I regard this as an issue cause Pixi.js preloader loads much faster. when i look at the network tab i see that it loads them consequentially , pixi loads asynchronously but keeps the order. is there any way to make preloadjs loader async?

We just discovered this a month ago and incorporated it! Then we wondered if there was there a reason we don't default to more connections?