On 4/22/07, Stut <stuttle@xxxxxxxxx> wrote:
Tijnema ! wrote: > But what else would you use a lot in your code? > all commonly used things (like while, if, echo, etc) are just (nearly) > as fast as their alternatives (for, print, etc). > Other functions (like file/stream) might be some performance > difference, but you probably use this only a few times in your script. > So there's not a bigger performance difference then when optimizing > echo/print. Get your head out of the details. Try file-based caching against DB access.
And compare that with RAM caching ;)
Or SQL query optimisation. Or even server configuration tuning. All these things and others on the same level are far more worthy of your time. -Stut
So, optimizing is useless :P I see no point in doing it, even more when it's only for personal usage. The time used for writing optimized code is probably far more then the time you save by running optimized code. :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php