On Mon, Jul 6, 2009 at 7:58 PM, Martin<[email protected]> wrote: > Hi, > > interesting to read... > everything I've read before basically said what that google article said > but good that some PHP devs cleared things up > >> @Martin >> >> If you are concerned about the speed, feel free to get Xdebug and >> enable the profiler. It'll provide you with Cachegrind files which you >> can view in WinCacheGrind (windows), KCacheGrind (linux/kde) or >> webCacheCrind (browser). > I already have this running :) > >> Those files help you figure out bottle-necks in PHP code and if you >> can solve any of them or want feedback on your discoveries, always >> feel free to ping the list. Of course we're not holding back on >> optimization, but we'd like to avoid the unnecessary. > I already found one place where there was room for optimization > ALEC already fixed it - and the performance boost was huge :) > > Regards, > Martin >
That's great! Thanks for contributing! :) Keep it coming. Till _______________________________________________ List info: http://lists.roundcube.net/dev/
