On Thu, 2 Jul 2009 21:38:43 +0200, darklight <[email protected]> wrote: > walking through roundcube's code I've found some room for small > improvements. > if you sum them all together you may get some nice performance improvement > (not very huge - but you can probably notice it)
The notion of micro optimizations in PHP has been a recent topic lately, with a page from Google getting a lot of recognition: http://code.google.com/speed/articles/optimizing-php.html I would suggest everyone at least read a response from Gwynne Raskind before seriously contemplating the idea of combing through the RoundCube source to apply these sort of micro optimizations, however: http://groups.google.com/group/make-the-web-faster/browse_thread/thread/ddfbe82dd80408cc Andre _______________________________________________ List info: http://lists.roundcube.net/dev/
