Load Event before Rendering?

I am surprised to see this result showing the blue Document Complete line BEFORE the green Start Render line:
http://www.webpagetest.org/result/110710_6J_110BK/1/details/

An error or how can that be?[hr]
I have just renewed the test and that is in order:
http://www.webpagetest.org/result/110719_68_13CKC/1/details/

So maybe in the old test that was just an error.

No, if a page loads sufficiently fast, it can fire onLoad before anything is visually displayed on the screen because the browser batches up renderings. The second test actually fired onLoad much later (must be something quite dynamic going on with Javascript to cause it).

That said, we’re having issues with the New Zealand node that we’re sorting out that may explain the rendering issues (which is why it’s not available in the UI for submitting tests right now).