Re: Time for page
- From: alexander@xxxxxxxxxxxxxxx
- Date: Fri, 31 Aug 2007 00:16:08 -0700
On 31 Aug., 09:04, Sonnich Jensen <sonnich.jen...@xxxxxxxxxxxxxxxxx>
wrote:
Hi!
Is there a timer for the page, so I can see how long it has taken for
process the page?
Say, the page opens,and at the buttom there is a text say "it took 4
hrs to process your request" :-)
BR
Sonnich
begin of page
<?PHP
$t1=time();
....end of page...
$t2=time();
$duration=$t2-t1;
echo "it took $duration millisecs";
?>
.
- Follow-Ups:
- Re: Time for page
- From: Erwin Moller
- Re: Time for page
- References:
- Time for page
- From: Sonnich Jensen
- Time for page
- Prev by Date: Time for page
- Next by Date: Urgent:-HEAD OF TECHNOLOGY
- Previous by thread: Time for page
- Next by thread: Re: Time for page
- Index(es):