On Tue, Feb 3, 2009 at 2:48 PM, howard chen <[email protected]> wrote: > Hello, > > On Tue, Feb 3, 2009 at 12:50 PM, till <[email protected]> wrote: >> >> Yes, but keep in mind that you will only notice it when you get a lot >> of traffic. And you can always employ Zend_Cache later on. But I >> wouldn't fix this now since I gather it's your first ZF app. Just make >> a note (to yourself) and keep it in mind for later. >> >> Cheers, >> Till >> > > I admitted the quick start is a very good way to learn ZFW. But as I > start changing from my own-framework to ZFW, its seems that ZFW has > quite a lot of overhead places?...but I don't have any figure yet, > maybe need to do ab or xdebug to find out more... > > I am particularly focusing on performance as my site is quite a busy site, :) > > Thanks .
In general, yes. Never wrong to be aware of Xdebug and Apache Bench and others that help you track bottlenecks. Also, allow me to pimp my blog: http://till.vox.com/library/post/zendframework-performance.html http://till.vox.com/library/post/zendframework-performance-ii.html Cheers, Till
