How to calculate web page loading time on client ?

How to calculate web page loading time on client ?

am 29.03.2007 12:17:05 von kelvinweb

Hi All,

How to calculate web page loading time on client and send back result
to server side ?

Urgent ! Thanks alot !

>From Kelvin

Re: How to calculate web page loading time on client ?

am 29.03.2007 23:56:35 von Michal

just check the loading time with javascript .. so start the timer on
page load and stop it when the page finished loading and then store
the value with some async request...
the disadvantage is that it does not really takes e.g. pictures
loading into consideration.

what do you exactly want to achieve with this?

On Mar 29, 12:17 pm, kelvin...@gmail.com wrote:
> Hi All,
>
> How to calculate web page loading time on client and send back result
> to server side ?
>
> Urgent ! Thanks alot !
>
>
>
> >From Kelvin- Hide quoted text -
>
> - Show quoted text -