[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.

-- 
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-generalw=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHPsubmitform=Find+search+plugins



signature.asc
Description: OpenPGP digital signature


[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 sure what file that is.) I use 
PHP 4.3.4 on SuSE.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php