RES: [PHP] PHP performance

2008-03-05 Thread Thiago Pojda
De: Richard Lynch [mailto:[EMAIL PROTECTED] #1 Get the code, install it on a box in the closet, run valgrind --callgrind This will give you a stack trace of what gets called the MOST in your application. Look for "tall" trees in the call graph, and fix those first. #2 You can use 'ab' (apach

Re: RES: [PHP] PHP performance

2008-03-04 Thread Nathan Rixham
Thiago Pojda wrote: -Mensagem original- De: Jochem Maas [mailto:[EMAIL PROTECTED] Eric Butera schreef: On Mon, Mar 3, 2008 at 6:18 PM, Chris <[EMAIL PROTECTED]> wrote: > Just FYI, using ADODB will slow down the performance of your app. Any > function calls cost against you and it al

RES: [PHP] PHP performance

2008-03-04 Thread Thiago Pojda
-Mensagem original- De: Jochem Maas [mailto:[EMAIL PROTECTED] Eric Butera schreef: > On Mon, Mar 3, 2008 at 6:18 PM, Chris <[EMAIL PROTECTED]> wrote: >> > Just FYI, using ADODB will slow down the performance of your app. >> Any > function calls cost against you and it all adds up. >> >

Re: RES: [PHP] PHP performance

2008-03-03 Thread Chris
I have a copy of the files and database, but setting it up is not that simple. This vb.net is licensed and we don't have license for. If I could profile the app I'd be more than happy, but that's not going to happen anytime soon. What does the vb.net stuff do? Is it the frontend (eg for data-

RES: [PHP] PHP performance

2008-03-03 Thread Thiago Pojda
-Mensagem original- De: Eric Butera [mailto:[EMAIL PROTECTED] On Mon, Mar 3, 2008 at 12:09 PM, Thiago Pojda <[EMAIL PROTECTED]> wrote: > Guys, > > I've been asked to build a performance report for a PHP app. I can't > profile it using automated tools as I don't have full access to th