Thursday, February 21st, 2008
Category: CSS
, JavaScript
, Performance
<
p
>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.
- EGL Rich UI on IBM i: Do you Dojo?
Taking advantage of the Rich UI features of EGL architecture on the AS/400 can save you time and complexity. Rich internet applications can be...
- IBM goes open source with Ajax
IBM is partnering with the Open Source Dojo Foundation in its quest to improve Ajax development. Big Blue also donated code to Dojo to help jumpstart...
- jQuery finds important role in Ajax-style open source framework development
The jQuery open source library and framework has gained greater attention among a slate of frameworks that includes Dojo, Prototype, GWT and others....
- Sun gets serious about Ajax
Sun Microsystems Inc. demonstrates a commitment to Ajax with its new involvement with to alliances working on Ajax technology, the OpenAJAX Alliance...
- Ajax framework released
Simplified Ajax development is the goal of a new framework from Emergetk, released under the General Public License (GPL). It is written in C# and the...
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/
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.