Re: [PHP] How to compute time to load page...

2001-12-09 Thread Hugh Bothwell
"Alex Shi" <[EMAIL PROTECTED]> wrote in message 006b01c18063$336e9f90$0105050a@pony">news:006b01c18063$336e9f90$0105050a@pony... > Basically I agree with you. But the second time to get time must be done > after the page is rendered on local browser. So I suggest to use Javascript > for the secon

Re: [PHP] How to compute time to load page...

2001-12-08 Thread Alex Shi
- > >From: "Andrew Forgue" <[EMAIL PROTECTED]> > >To: "Jack Dempsey" <[EMAIL PROTECTED]>; "Torkil Johnsen" > ><[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > >Sent: Saturday, December 08, 2001 9:42 PM > >Subject: Re

Re: [PHP] How to compute time to load page...

2001-12-08 Thread Jason G.
uot; ><[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Saturday, December 08, 2001 9:42 PM >Subject: Re: [PHP] How to compute time to load page... > > > > Or this: > > > > at the beginning of your script, get the time using microtime > > then at the bott

Re: [PHP] How to compute time to load page...

2001-12-08 Thread Alex Shi
orgue" <[EMAIL PROTECTED]> To: "Jack Dempsey" <[EMAIL PROTECTED]>; "Torkil Johnsen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, December 08, 2001 9:42 PM Subject: Re: [PHP] How to compute time to load page... > Or this: > > at the b

Re: [PHP] How to compute time to load page...

2001-12-08 Thread Andrew Forgue
ROTECTED]> To: "Torkil Johnsen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, December 08, 2001 7:59 PM Subject: RE: [PHP] How to compute time to load page... > the search time is different than the page load timegoogle for example > can find thousands of

RE: [PHP] How to compute time to load page...

2001-12-08 Thread Jack Dempsey
the search time is different than the page load timegoogle for example can find thousands of records in a tenth of a second, yet it takes longer to get that html result back to your browseryou could estimate page download time by calculating the filesize and using the connection speedc