Thursday, October 23, 2008

Framework Performance according to Rasmus

Alright, so invoking Rasmus in the title is a bit provocative, but I stumbled on an interesting talk of his; showing performance benchmarks for a number of popular php frameworks. The first portion of the talk is exactly what he presented @ OSCON, but the second half looks to be raw performance numbers. It looks like there are a couple specific, but easy, performance tweaks that he granted to certain frameworks, and I like seeing the data so much I thought I could try my hand at distilling it into Google Docs charts.





It's interesting that some tulsaphp guys and were recently talking about Zend had to be the slowest of all the frameworks, but apparently not so! That honor goes to CakePHP?

2 comments:

Unknown said...

Ya CakePHP is slow as an elderly woman with a bad leg crossing a 6 lane crosswalk, but dev time is faster and with proper caching it can handle the load. Wish they would do more to make it faster, but tis the life.

Unknown said...

Nice charts - that's kinda funny that so many talks were about CakePHP and it's actually the slowest by far. I've never really liked it personally, but it wasn't really for performance reasons. It was mainly the fact that it still supports PHP4 and has some rather sloppy internal code. Good followup post to OSCON. :)