Making Zend-Framework run faster

What are the best ways to make Zend-Framwork run faster besides Zend Optimizer?

If I remember correctly, parsing .ini files in PHP takes a long time. Therefor I cache it (the file won't change during a request)

Are there any other ways to improve ZF's performance?

6
задан Charles 30 March 2011 в 17:13
поделиться