Optimising the Zend Framework
I'm trying to get as much performance as I can out of my application, which uses the Zend Framework. I'm considering using the Zend Server, with APC enabled. However, I need to know a few things first. Is there any benefit of using Zend Server + Zend Framework, or should I just use any ordinary system to host this? Shamil Tomáš Fejfar My tips for faster ZF (try from top to bottom): Optimize include path zend path first models next rest at the end Use PHP 5.5 with OPCache enabled [NEW] I can't stress this enough gains around 50% Cache table metadata should be cached even if no other caching is