libs perfomance
JavaScript performance comparison
Info
Test various javascript libraries with DOM.
Preparation code
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/mootools/1.3/mootools-yui-compressed.js"></script>
<script src="//yui.yahooapis.com/3.8.1/build/yui/yui-min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/dojo/1/dojo/dojo.xd.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/ext-core/3/ext-core.js"></script>
<div id="container"></div>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
jquery |
|
pending… |
mootools |
|
pending… |
Y.all |
|
pending… |
dojo |
|
pending… |
Ext |
|
pending… |
You can edit these tests or add even more tests to this page by appending /edit to the URL.
0 comments