Dojo vs JQuery vs MooTools vs Prototype Performance Comparison
Framework, Web Client, Web Performance
As part of my Mootools lecture at Codecamp I showed a brief speed comparison between the most used Javascript Frameworks running in the major browsers. Now as the Mootools team has extended their performance test tool (slickspeed) it is time to revise my benchmarks and extend them over more browser/platforms.
Test results (Lower is better):
..
You can check the actual numbers (in ms) and the full browsers information in the table bellow:
…
Full article: http://blog.creonfx.com
License: Creative Commons Attribution-Share Alike
Indexed in May 2008
Related Info Web
- Web Application Platform Comparisons
- Scalability vs Performance
- Javascript and AJAX Security - How to Make Your Website Safe
- The PNG Transparency Trap
- WordPress Performance Tuning
I found these informative links in my research into high performance web application platform and thought you might find them useful as well. To start off, A Comparison of Portable Dynamic Web Content Technologies for the Apache Server provides good overview of the choices. I think its numbers for Java Servlets are somewhat off, but not enough to affect the conclusions. ...
When designing the architecture for a web application, it is normally desirable to design every aspect of the system to be as scalable as possible. It’s only too often that badly designed apps have need to be completely refactored before any further development work can be done, entirely due to an unscalable architecture.. .. The question it raises, however, is where do...
Beneath the peppy front ends of many of todays Rich Internet Applications lies a dark flaw that if left unchecked can bring a site down to it's knees. For the past few years many designers and developers have been adding AJAX and Javascript functionality to there websites. Many of these websites suffer from threats such as, cross site scripting (also...
Yesterday's featured tutorial on Ajaxian.com was titled: Hacking transparent PNG support into IE6 with IE PNG Fix, CSS and jQuery by Brian Dillard. I wonder how this tutorial got onto Ajaxian as the topic is so much out of date. Ajaxian has always been a place of inspiration and a pit stop for the latest and greatest in the world of...
My blog often has fits of sucktacular performance. After digging around, and bugging DreamHost support for some ideas, I’ve made some progress. I had been running wp-cache to enable file-based caching, thinking that would help optimize performance of the site (fewer database calls should equal better performance) - except that DreamHost apparently uses NFS-mounted storage for accounts. As a result, filesystem...
