ColdFusion 8 is fast, really fast, and in the CFUnited keynote this morning I presented some actual numbers (all reported as requests per second, the higher the number the more load the server can handle):
- Structure manipulation: CF6.1=99, CF7=101, CF8=200. In other words, CF8 manipulated structures twice as fast as CF6 and 7.
- List manipulation: CF6.1=33.6, CF7=34.4, CF8=103.4. CF8 list manipulation is over three times faster than that of CF6 and 7.
- CFSWITCH/CFCASE: CF6.1=66.2, CF7=88.9, CF8=244.4. CF8 is three times faster than CF7.
- CFPARAM: CF6.1=8.9, CF7=9.6, CF8=341.4. Yep, thirty five times as fast!
- Date functions: CF6.1=230, CF7=251, CF8=1423. About six times faster in CF8.
- RegEx functions: CF6.1=390, CF7=392, CF8=987. Over double the speed in CF8.
- IsDefined(): CF6.1=136, CF7=611, CF8=1243. Double as fast as CF7, and nearly ten times the speed of CF6.
- CFC creation: CF6.1=9.7, CF7=3, CF8=69.4. Yep, performance here took a hit in CF7, but it's more than made up for in CF8.
Of course, in the real world you need to test whole applications, and not just specific language elements. So:
- BlogCFC: CF6.1=271, CF7=255, CF8=355. About a 30% performance gain.
- Adobe.com store: CF6.1=275, CF7=290, CF8=435. 30% performance gain there too.
In general we are expecting an average of 30%-40% performance gain across all application. And we have seen some apps where the gain is double and even triple performance.
Oh, and all of these tests were performed using CF6 and CF7 CFML, no new CF8 stuff. When those are added to the mix CF8 apps will run even quicker.
CFUnited -- ColdFusion 8 looks great
I'm sitting here at CFUnited thinking that I can't wait to get back to the office to install ColdFusion 8. The new tags don't thrill me, as I still haven't used any of the new CF 7 tags, but three things really stand out from Ben Forta's presentation this morning...
Tracked by Tom-Muck.com | Tracked on 6/27/07 2:01 PM
Performance do CF8: primeiros números
Curioso para saber como o CF8 se sai em termos de performance em comparação às versões anteriores?
Tracked by CFGIGOLÔ | Tracked on 6/27/07 9:36 PM
Coldfusion 8 Performance Benchmark
I have been diligently working with as many of the new CF8 tags and functionality, creating examples, trying out new things pushing the boundaries of what some of the new tags can and <a href="http://www.garyrgilbert.com/blog/index.cfm/2007/6/27/Coldfusion-8-CFGRID-Column-Renderer-Update">can't</a> do. But I haven't really spent much time thinking about the performance. I figured they would get some gains from moving to the new JRE version but other than that I didn't give it much thought. That is until this morning when I checked my Google Reader and saw that both Ben Forta and Ray Camden have posted some Coldfusion 8 Performance numbers.
Tracked by The Pragmatic Programer | Tracked on 6/28/07 7:38 AM
No trackback URL. Trackbacks are only allowed via interactive form.
There are no comments for this entry.
[Add Comment]