|
Posted by Gilles Ganault on 01/06/08 18:21
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 = microtime();
// run script code here
$end_time = microtime();
$total_time = $end_time - $start_time;
Thanks.
Navigation:
[Reply to this message]
|