Re: [nyphp-talk] speed problems in OO PHP4

2007-02-21 Thread Daniel Convissor
Hi Robyn: On Tue, Feb 20, 2007 at 07:33:01PM -0500, Robyn Overstreet wrote: > > Any ideas or strategies for optimization/debugging? You need to profile your code to find out where the big issues are. Some tools for profiling include Zend's IDE/debugger, xdebug, PHPUnit (or just echoing time s

Re: [nyphp-talk] speed problems in OO PHP4

2007-02-21 Thread Jon Baer
Ive personally seen the issue a few times w/ the following: * persistent connections (using pconnect() anywhere?) * using any bleeding-edge extensions like ImageMagick? - using anything w/ PECL? * apache/php rebuild configuration (some research pointed to apache sapi problems, so recompiled +

Re: [nyphp-talk] speed problems in OO PHP4

2007-02-21 Thread Rob Marscher
It's the first thing. The page loads but the browser appears to still be loading -- the progress bar is active -- though it does eventually stop. The only images or media elements on the page are very small icons and background gradients which seem to load fine. Does it happen in all browsers?

Re: [nyphp-talk] speed problems in OO PHP4

2007-02-21 Thread Robyn Overstreet
ng a hard time gettting xdebug installed. Any other ideas for profiling? Thanks again Robyn Mark Armendariz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robyn Overstreet > Sent: Tuesday, February 20, 2007 7:33 PM > To: NYPHP Talk

RE: [nyphp-talk] speed problems in OO PHP4

2007-02-20 Thread Mark Armendariz
ED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robyn Overstreet > Sent: Tuesday, February 20, 2007 7:33 PM > To: NYPHP Talk > Subject: [nyphp-talk] speed problems in OO PHP4 > > I'm not sure where to start with this one, because I'm so > stumped. I'm working on an app

Re: [nyphp-talk] speed problems in OO PHP4

2007-02-20 Thread Ben Sgro \(ProjectSkyline\)
- Original Message - From: Jiju Thomas Mathew To: NYPHP Talk Sent: Tuesday, February 20, 2007 9:54 PM Subject: Re: [nyphp-talk] speed problems in OO PHP4 significant speed increase. One strange thing I notice is that the script appears to continue processing after all eleme

Re: [nyphp-talk] speed problems in OO PHP4

2007-02-20 Thread Jiju Thomas Mathew
significant speed increase. One strange thing I notice is that the script appears to continue processing after all elements on the page are correctly displayed. Are you sure that you are not having any media objects (image, swf etc), which are linked with the wrong path, and the server cannot

[nyphp-talk] speed problems in OO PHP4

2007-02-20 Thread Robyn Overstreet
I'm not sure where to start with this one, because I'm so stumped. I'm working on an application which uses many different class files (a database class, an abstract object class, and several classes that inherit from it, etc) and it's running really, really slowly. I've timed many parts of the co