|
Posted by Rik Wasmus on 01/06/08 18:54
On Sun, 06 Jan 2008 19:21:46 +0100, Gilles Ganault <nospam@nospam.com> =
wrote:
> On Sun, 06 Jan 2008 10:19:53 -0500, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>> Well, to start, you don't need any tools. microtime() can help you
>> locate bottlenecks.
>
> OK, I'll tell him to put some calls to Microtime() in the PHP pages,
> and see what we get.
>
> $start_time =3D microtime();
microtime(true);, check the output :P
> // run script code here
> $end_time =3D microtime();
> $total_time =3D $end_time - $start_time;
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|