Re: [PHP] PHP performance profiling

2008-11-18 Thread TG
- Original Message - From: "Eric Butera" <[EMAIL PROTECTED]> To: Gryffyn <[EMAIL PROTECTED]> Cc: php-general@lists.php.net Date: Tue, 18 Nov 2008 12:16:04 -0500 Subject: Re: [PHP] PHP performance profiling > On Tue, Nov 18, 2008 at 10:11 AM, Gryffyn > <

Re: [PHP] PHP performance profiling

2008-11-18 Thread Eric Butera
On Tue, Nov 18, 2008 at 10:11 AM, Gryffyn <[EMAIL PROTECTED]> wrote: > I did a search and didn't find anything really astounding sounding, so I > wanted to ask for some "live" recommendations from the crowd here. > > I was wondering if anyone had used FirePHP with Firebug or could recommend a > goo

Re: [PHP] PHP performance profiling

2008-11-18 Thread Richard Heyes
> I'm curious about solutions that don't require installing something on the > server side, since that's not usually an option with shared web hosting and > all. Since PHP runs on the server, as part of the webserver, I think it will be inevitable that you'll need to install something on your serv

[PHP] PHP performance profiling

2008-11-18 Thread Gryffyn
I did a search and didn't find anything really astounding sounding, so I wanted to ask for some "live" recommendations from the crowd here. I was wondering if anyone had used FirePHP with Firebug or could recommend a good profiling method for figuring out where the slow parts of your PHP code a