[PHP] Re: Performance optimization

2005-04-07 Thread Jason Barnett
GamblerZG wrote: Are there any decent resources dedicated to PHP code optimization? By decent I mean ones that do not ask you to completely ruin readability for the sake of extra 0.003 seconds. The best way to go about it is to get a code profiler. apd / xdebug / Zend are popular choices. --

[PHP] Re: Performance optimization

2005-04-07 Thread GamblerZG
The best way to go about it is to get a code profiler. apd / xdebug / Zend are popular choices. Can't seem to install apd 0.9something or xdebug 1.0.something. pear calls phpize, which in turn outputs some cryptic message and exits. (In case of APD it's something like error on line 59. I'm not