Reputation: 611
I previously worked on Zend Framework 1 the performance of it was fine.
I am about to start a new project in PHP I am planning to use Zend framework 2. But as I have seen the comparisons of ZF1, ZF2 on net. They are saying ZF2 was slow but the reviews was long time back. Recently Zend 2.0.6 was released on 2012-12-19.
Some one who used ZF2 please suggest me, can I go with ZF2 or ZF1?
I know this is like duplicate of another but i am looking for latest review.
Upvotes: 1
Views: 1141
Reputation: 3527
I believe you will find that ZF2 will be much faster once you begin writing your application. Not only is ZF2 less bloated, but because it's not static based, you'll only be loading things when those items are actually needed.
Upvotes: 1