Hi all, I'm working on a page with 60+ images and the dom:loaded event isn't firing until the last image request is initiated (not fully loaded, which is expected). On a slower connection (using some throttler to simulate this) it is very noticable. The dom:loaded event fires something that will kick in javascript interaction on the page, which I want to be as early as possible.
This doesn't seem like expected behavior because the image tag is already rendered on the page (its in the page source). Or is it?