I have a new site that I am currently in the process of mapping out. The best way to put it would be that it will be A LOT like youtube.
I need openid support, and video upload support. There is no official openid library for CI and the only one it has seems outdated / could become outdated.
However Codeigniter is fast <- pretty much the only thing keeping me from switching over to Zend.
I guess my real question is: is Zend's performance REALLY bad enough to keep me using CI. I know that one can use Zend libraries with CI, but if you are going to use parts of Zend, why not just use the whole thing?
Or would it be beneficial for me to "figure it out" with Codeigniter?