I have a question. How does Yii perform compared to Prado 3, Seagull or Zend Framework, for instance? Do you have some profiling or benchmark?
I know this kind of benchmarks are most of the time hated because there are several aspects which affect the performance, but I'd like to have some basis for deciding to switch to Yii for new developments.
Yes, performance is affected by many factors. The one shows on this project website mainly reveals the minimal overhead caused by a framework. This time is crucial because there is no way to avoid it unless the framework is optimized or some server caching technique is used.
The comparison already shows Yii vs. Prado 3. I just profiled Zend framework and the result is very poor: 22 RPS without APC and 14 RPS with APC (this is very interesting, it seems Zend doesn't go well with APC. I repeated the test several times and got similar results.)
I didn't compare Yii with Seagull mainly because Seagull doesn't come with a suitable demo and there are a lot of STRICT PHP notices.
I have a question. How does Yii perform compared to Prado 3, Seagull or Zend Framework, for instance? Do you have some profiling or benchmark?
I know this kind of benchmarks are most of the time hated because there are several aspects which affect the performance, but I'd like to have some basis for deciding to switch to Yii for new developments.