have a look at the excellent DBG PHP Debugger by Dmitri Dmitrienko.
it comes with a profiler, which lets you track down bottlenecks far 
easier than with normal output.

you can find it at http://dd.cron.ru

hint: in usual php/mysql applications almost always the database is the 
bottleneck, which means you should put most effort in optimizing the 
queries.

regards, mike.

--
mfG, Michael Kumar (michael.kumar_at_nme.at, m.kumar_at_hushmail.com)
PGP: 30FE 3AB9 5077 C554 5D9E  B5CC 0B0F CFB2 55D6 AA75 
.: know your nme :.


In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
says...
> Dear all:
> 
> I have wrote a php program and use mysql database.
> Is there a way to test its performance?
> Thanks.
> 
> haheho
> 
> 
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to