Safari fires onload too early, making t_page misleadingly smaller than other browsers

Dzung14 Oct 2011 4:24 PM
Safari, at least version 5, seems to be too aggressive in firing the onload event. It seems to fire onload too early, even before done loading the HTML, leading to misleading page load time, particularly the t_page (I start this timer in a javascript snippet at the beginning of the page) tends to be misleadingly smaller than other browsers on small pages, and in some cases t_page is seen to be even 0.
There's an article that discusses this issue, although for Safari 3: http://ajaxian.com/archives/safari-3-onload-firing-and-bad-timing

Any idea on how to handle this issue in boomerang?

Thanks,
Dzung.
bluesmoon12 Jan 2012 1:59 PM
no idea at the moment.  I'll look into it.
bluesmoon1 Feb 2012 7:04 AM
I'm afraid I can't reproduce this on Safari 5.  Can you show me a URL where this happens?