Hi, try looking through the performance enhancement guide first:
http://framework.zend.com/manual/en/performance.htmlAlso ensure you are using an op-code cache of some sort, like apc or zend optimizer.
-ralph iceangel89 wrote:
i noticed that my Zend Framework application is slower than say an app idevelop in normal PHP. maybe becos Zend Framework does more stuff in the bg.any way i can optimise my Zend Framework app? or PHP in general? is there a minification for PHP or something?
