Dojo 1.8.3 vs. jQuery 1.9.0 vs. ExtJS 4.2
JavaScript performance comparison
Info
Simple test to benchmark variable allocation on inner and outer items.
Preparation code
<script src="http://cdn.sencha.com/ext/beta/4.2.0.265/ext.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/dojo/1.8.3/dojo/dojo.js"></script>
<script>
require(['dojo/query!css3'], function(q) {
dj = q;
});
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
Dojo |
|
pending… |
Dojo Inside |
|
pending… |
jQuery |
|
pending… |
jQuery Inside |
|
pending… |
ExtJS |
|
pending… |
ExtJS Inside |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published
- Revision 2: published
- Revision 3: published
- Revision 4: published
- Revision 6: published
- Revision 7: published
- Revision 8: published
- Revision 9: published by Bryan
- Revision 10: published by Bryan
- Revision 11: published
- Revision 12: published by Rodrigo González
- Revision 13: published by Rodrigo González
- Revision 14: published
- Revision 15: published
- Revision 16: published
- Revision 17: published
- Revision 18: published
- Revision 19: published
- Revision 21: published
- Revision 22: published
- Revision 23: published
- Revision 24: published
- Revision 25: published
- Revision 28: published
- Revision 29: published
- Revision 30: published
- Revision 31: published
- Revision 32: published
0 comments