[Wtr-general] downloadtime and render_time
Christian Kreutzer
herr.kreutzer at googlemail.com
Tue Oct 17 01:41:26 EDT 2006
On 10/17/06, Paul Rogers <paul.rogers at shaw.ca> wrote:
> To test if my javascript dynamic page has improved since my last refactoring, Id like to separte the page download time ( load_time) and the rendering time ( render_time) which combined would add up to download_time.
>
> This seems fairly easy to do with the current wait method.
>
> Does it make sense to others?
this makes perfect sense to me. in times of AJAX applications and
sites that make heavy use of JavaScript it can be very interesting to
check on the client rendering performance. so seprating the rendering
time from the load time is a good idea. from the load time you also
get hints on the server/network performance.
Christian
More information about the Wtr-general
mailing list