DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2009-09-11 18:00:32

gwfong
New member

Rendering Page Time, exactly what is it?

Hi,

I downloaded and started using the DebugBar specifically for the Rendering Page Time. Can you tell me exactly with details what this time accounts for? I have an idea but I'd rather not assume and just ask.

Thanks
Gary

Offline

 

#2 2009-09-11 20:52:58

fabrice
DebugBar Support

Re: Rendering Page Time, exactly what is it?

Hi,

The rendering Page Time is the delay between the end of the page load and the end of javascript execution for page initialisation.

To be completely precise this is the time between the "DOCUMENT_COMPLETE" IE event (C++ ActiveX event) and all the javascript "onload" script has been executed.

Tell me it is clear or not.

Offline