-- Michał Minicki <[EMAIL PROTECTED]> wrote (on Tuesday, 02 September 2008, 06:30 PM +0200): > Paul M Jones wrote: > > > Anyway, this only shows that some frameworks are better optimized to > > > display "hello world" than others. > > This is **not** correct. Every line of application code added to the > > dispatch cycle will only reduce performance, so when you are > > attempting to improve the speed of your application, these results > > show exactly how much room for improvement you have. > > Let me just make everything clear. What Paul is getting at is that you > can't get any better response times than the hello world application. If > you're hitting those numbers you just can't go any faster. There is > nothing more you can do about it but to customize the framework code.
Not entirely what he's getting at. What he's saying is that without caching, this is the baseline. You can definitely add caching to speed up the processing, and only if you still need additional performance should you start customizing the framework code. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
