RE: Calculating Page Load Time
"Schwartz, Stan" <[email protected]>
| Newsgroups | gmane.comp.web.dom.wdf |
|---|---|
| Message-ID | <A9CE0BB3CC367F48A2C8B34672BC642BA297EB@stlo-mailusr08.stlo.mercy.net> |
What about...once you get the initial start time, using the browser.Busy to determine when it's finished loading? S :) -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of James Childers Sent: Thursday, January 26, 2006 1:16 PM To: [email protected] Subject: Re: [wdf-dom] Calculating Page Load Time That would tell you how long it took to transfer the HTML file which is running the script. It wouldn't tell you how long it took to transfer the other GET requests (stylesheets, JavaScript includes, images, etc.). Nor would it tell you how long it took to actually render the page. You would need to attach an onload event to all script, image, object, and iframe tags. The more I think about it the more I think such a thing would be very difficult to implement using client-side JavaScript. Why do you want to know the page load time? James Childers Sr. Java Developer [email protected] 469-335-1483 On Jan 26, 2006, at 11:36 AM, Maninder, Singh wrote: > Greetings Everyone, > > I would like to know what's the best way to calculate the page load > time (as well when dom has loaded)? > > I have different javascript & css files included in my page and then > some js & html code in the page. > > If I calculate the timestamp in the head and then onload call another > function to calculate timestamp again and diff these two - would that > be a correct way of doing this? > > Any help would be much appreciated. > > Regards, > Mandy. > > > > [Non-text portions of this message have been removed] > > > > Unsubscribe > [email protected] > > List info > http://www.quirksmode.org/dom/list.html > > > YAHOO! GROUPS LINKS > > Visit your group "wdf-dom" on the web. > > To unsubscribe from this group, send an email to: > [email protected] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > [Non-text portions of this message have been removed] Unsubscribe [email protected] List info http://www.quirksmode.org/dom/list.html Yahoo! Groups Links Unsubscribe [email protected] List info http://www.quirksmode.org/dom/list.html Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/wdf-dom/ <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/