cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
https://github.com/cujojs/curl/wiki
Other
1.88k stars 216 forks source link

curl/domReady may be waiting for document.onload in Chrome #196

Closed unscriptable closed 11 years ago

unscriptable commented 11 years ago

Saw some slowness on http://cujojs.com while waiting for an image to load. Looks like curl/domReady may be waiting for document.onload in Chrome.

unscriptable commented 11 years ago

I wonder if it's because the image has no height/width set?