-- 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. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
