I suggest you just run it through a profiler and analyse bottlenecks, try
Xdebug+KCachegrind.
If bottlenecks are in ZF code that you have no control over you can always
suggest an improvement or at least raise an issue. 
Some generic tips that might help: enable APC, put ZF library at the
beginning of an include path and cache stuff, eg. if you read config from
ini file on each request put it into APC

Karol


O'BRIEN, Steven X wrote:
> 
> 
> Guys,
> 
> Has anyone got some tips on how to speed up Zend Framework applications?
> 
> I have noticed that using Zend framework although speeding up development
> time, does slow down the runtime app.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/RE%3A-Speed-up-Zend-framework-tp20300248p20303279.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to