Re: [Components] Benchmarking mvc frameworks

2009-03-24 Thread Benjamin Eberlei
i don't say latency is not an issue, but mvc applications make it really easy to add caching at a later point without hazzle and that makes up lots of speed if needed. also i made the observation, that although mvc frameworks hit php performance pretty hard, its not always observable for the e

Re: [Components] Benchmarking mvc frameworks

2009-03-24 Thread Derick Rethans
On Sat, 7 Mar 2009, Benjamin Eberlei wrote: > On Thu, 05 Mar 2009 22:59:10 +0100, Gaetano Giunta wrote: > > An interesting blog post (an update in fact) about relative speed of > > different frameworks in building a simple mvc app: > > > > http://paul-m-jones.com/?p=421 > > > > eZComponents are

Re: [Components] Benchmarking mvc frameworks

2009-03-07 Thread Benjamin Eberlei
@gaetano: I can tell you ezcMvc is frikking fast in the hello world business. I haven't made a statistically sound benchmark but i did some siege testing ZF vs ezcMvc base apps (using the PHP View Handler) and ezc was faster by a multitude. This is easy to explain also, ezcMvc does almost nothing

[Components] Benchmarking mvc frameworks

2009-03-06 Thread Gaetano Giunta
An interesting blog post (an update in fact) about relative speed of different frameworks in building a simple mvc app: http://paul-m-jones.com/?p=421 eZComponents are not included, mainly I think because when the original test was carried out in 2006 the mvc component did not exist. It would