Thursday, February 21st, 2008
Slickspeed Adds Dojo
The MooTools folks have added Dojo 1.0.2 to the set of tests on their Slickspeed. It is actually quite cool of them to put up this test and compare other frameworks.
I just ran it on Firefox beta 3 on the Mac and the final results (for what it is worth) were:
- Dojo 1.0.2: 145 ms
- JQuery 1.2.3: 220 ms
- MooTools 1.2beta2: 148 ms
- Prototype 1.6.0.2: 255 ms
Dojo comes up top, and gets a lot of green bars, as does jQuery, and even MooTools. Prototype wins on “.classname” which is very commonly used.












I have heard rumors that the DOM-setup in the Slickspeed test isn’t really comparable to real-World use-cases. Is that true?
DOMAssistant has been updated recently, and even has a slickspeed test as well :-)
http://www.domassistant.com/slickspeed/
roosteronacid: http://ejohn.org/blog/selectors-that-people-actually-use/
If Moo Beta is included, they should also include Dojo 1.1 Beta.
One thing to note is that these tests should also be run in IE. Most of us use FF for day-to-day stuff but IE is still the most commonly used browser.
Dojo’s performance in both FF & IE is great.
Holy crap! So Prototype 1.6.0.2 is essentially the slowest framework (at least on my machine, on both Safari 3 and FireFox, and on almost all the selector tests)
If I remember correctly, Prototype was The King in this slickspeed test some time ago, or am I wrong?
@zeno
You have to wonder how accurate these tests really are. If you run this test, and the domassistant’s test, you will see totally different results for the same frameworks and their versions.