@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 except dispatching
against one single action class, not action helpers needed, it does not
load lots of stuff for the view and has a very straightforward dispatching
loop. Still if you begin to extend ezcMvc to bring it up to the level of
default features ZF has you probably won't see the biggest difference.

Also, performance is really a non-issue if you decide to use a
framework/mvc implementation in my opinion.

greetings,
Benjamin

On Thu, 05 Mar 2009 22:59:10 +0100, Gaetano Giunta <g...@ez.no> 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 not included, mainly I think because when the original
> test was carried out in 2006 the mvc component did not exist.
> 
> It would be nice if somebody could find a couple of hours to create the
> equivalent ezc-based app and test it.
> Even if we do not come out first in terms of speed, just showing up that
> blog page would be useful, I think.
> 
> Bye
> Gaetano
> --
> Components mailing list
> Components@lists.ez.no
> http://lists.ez.no/mailman/listinfo/components

-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to