jQuery vs ExtJS (v28)

Revision 28 of this benchmark created on


Description

Compare perf when getting an element by id with Dojo, jQuery, ExtJS, My.js, native implementation and native implementation with cache.

Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
</script>
<script src="//extjs-public.googlecode.com/svn/extjs-4.x/release/ext.js">
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
jQuery
$("#test");
ready
ExtJS
Ext.get("test");
ready
Native
document.getElementById('test');
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.