On Thu, Oct 23, 2008 at 10:49 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- till <[EMAIL PROTECTED]> wrote > (on Thursday, 23 October 2008, 10:27 PM +0200): >> On Thu, Oct 23, 2008 at 10:19 PM, Benjamin Eberlei <[EMAIL PROTECTED]> wrote: >> > you might want to install pecl-xdebug extension to PHP and enable >> > profiling. >> > You can then use Webgrind or KCachegrind to show you which functions and >> > classes use the most processing power in your appliaction. >> > >> > Have you installed APC or eAccelerator? >> >> This is one of the things that helps... >> >> I think getting more performance is one of the most confusing topics >> here. It's already very confusing without ZF, e.g. require_once, >> include_once, absolute paths, __autoload, spl, etc.. But since there >> is a page/category already, does anyone feel like extending it a bit? >> >> http://framework.zend.com/wiki/display/ZFDEV/Performance+of+ZF > > I plan on adding a peformance chapter for the 1.7 release, particularly > once we finish the changes we're introducing. If anybody has any tips, > post them on the above wiki page, and we'll try to verify them in our > performance lab. >
Sounds pretty good. I'd add some to the wiki as well, but I don't think I know how to create a new page in it. Or maybe I lack permissions? Or whatever. I'll add the performance chapter to my watch and help extending it when it starts. Till