Speed up Zend Framework

The performance of frameworks has always been subject to discussion and Zend Framework is no exception.

But with the release of version 1.7 an appendix has been added to the manual with guidelines to improve performance.

Most notably:

  • How to optimize your include path (even if it is in your vhost conf).
  • Do not use XML translation formats if possible and certainly use caching for these framework parts.
  • Different techniques to improve view rendering.

Read the complete appendix for a detailed explanation.


Tags:

 
 
 

Leave a Reply