dotJS Example
JavaScript performance comparison
Preparation code
<div class="test-class"></div>
<div class="test-class"></div>
<div class="test-class"></div>
<div class="test-class"></div>
Preparation code output
<div class="test-class"></div>
<div class="test-class"></div>
<div class="test-class"></div>
<div class="test-class"></div>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
Test | Ops/sec | |
---|---|---|
getElementsByClassName
|
|
pending… |
querySelecterAll
|
|
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.
- Revision 1: published felixrieseberg
- Revision 2: published Felix Rieseberg
- Revision 3: published Lotfi Harrabi
- Revision 4: published Lotfi Harrabi
0 Comments