10 previous comments
For Web page: http://www.hashemian.com/tools/page-load-time.htm Add your comment by: kdcoldiron on 2009-07-15 22:45:15 Does this timer account for the time it takes the browser to process javascript embedded in the page and called with the body tag's onload="function()" param? Just curious. Thanks!
by: Sau on 2009-05-05 11:27:34 Can anybody explain to me the commands that are being used in the above Javascript code and the time that is getting displayed on the screen is right from the moment i click on any tab, the processing of request by server till the page is displayed or something else?
by: TK on 2007-12-09 04:26:13 Nicely done.
by: z3n on 2007-07-07 16:36:27 document.getElementById(PLT_DisplayElementID).innerHTML=PLT_DisplayFormat; }
this is the script that work on IE and FF i supressed the space and vars to make it fit on 450 char box.
by: z3n on 2007-07-07 16:35:23 dt=new Date();PLT_DisplayFormat="%%S%%";PLT_DisplayElementID="load";window.onload=function() { if ((PLT_Span=document.getElementById(PLT_DisplayElementID)) == null) { document.body.insertBefore(document.createElement("br"));PLT_Span = document.body.insertBefore(document.createElement("span")); } PLT_DisplayFormat=PLT_DisplayFormat.replace(/%%S%%/g,((new Date()-dt)/1000));document.getElementById(PLT_DisplayE
by: rh [admin] on 2006-03-14 05:04:49 please look at the new PLT_DisplayElementID parameter to display the result anywhere on your page.
by: iflo on 2006-03-11 10:04:50 i need my anser what does (Max 450 chars, HTML tags are encoded for security.)mean i want to try htlm <b>is dis bold</b> i am iflo again and sry for mi bad eglish but i am not english i want dis timer 2 lod where i want it not on the botom can i do that i want the timer in midil and not left how do i do this no one anserd me yest thanks iflo
by: iflo on 2006-03-10 14:21:16 sry for mi bad eglish but i am not english i want dis timer 2 lod where i want it not on the botom can i do that i want the timer in midil and not left how do i do this thanks iflo
by: rh [admin] on 2005-06-28 18:05:58 i know. this is mentioned at the end of the 1st parag. still too many nuances between the competing browsers. haven't had a chance to work on that part.
if anyone's up for improving the js to work in ff, i'll post it with compliments and credit.
by: Xapti on 2005-06-27 22:06:10 will not work in Firefox. (= bad coding)