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
My tips for faster ZF (try from top to bottom):
Zend_Locale::setCache(), Zend_Currency::setCache(), Zend_Db_Table::setDefaultMetadataCache(), configs...
$a
and $b
brought performance gain when having "dry" opcode cache and HDD under pressure.Any opcode cache is of course a must have ;) (APC, ZendOptimizer, etc.)