| « Amout of uniqueness | 10 Signs of Crappy PHP Software » |
Jul
15
Link: http://php100.wordpress.com/2009/07/13/php-performance/
Stanislav Malyshev wrote some thoughts on PHP performance.
He entitled one of it's performance tips "Avoid extra notices/errors/etc.".
I would like to add there:
Do not add in your application too much debugging capabilities (if any).
Most of you are aware about what I'm talking have you ever created/seen something like:
< ? php
// define('DEBUG_ENABLED', 0);
define('DEBUG_ENABLED', 1);
? >
I'm convinced that this is obsolete...
Not now... when you can download & install Zend Debugger and use it to debug/profile your code... and it works great !
Happy debugging...
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Recent comments