On Thu, Oct 23, 2008 at 10:19 PM, Benjamin Eberlei <[EMAIL PROTECTED]> wrote: > hello, > > 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 Cheers, Till
