jQuery Cached Set
JavaScript performance comparison
Info
Compare performance of cached vs repeated element selections
Preparation code
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div class="ContentDetail Rank Rank5">
<table id="rankTable"
style="word-break: break-all; min-width: 956px; width: 250px;">
<thead>
<tr id="trDateInterval">
<th colspan="2">20120301 ~ 20120810</th>
</tr>
<tr id="trArticle" class="bg">
<th>연관어</th>
<th>문서수</th>
</tr>
</thead>
<tbody>
<tr id="trRank0">
</tr>
<tr id="trRank1">
</tr>
<tr id="trRank2">
</tr>
<tr id="trRank3">
</tr>
<tr id="trRank4">
</tr>
<tr id="trRank5">
</tr>
</tbody>
</table>
</div>
Preparation code output
| 20120301 ~ 20120810 | |
|---|---|
| 연관어 | 문서수 |
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
'div.Rank5 tr:odd' |
|
pending… |
'.Rank5 tr:odd' |
|
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 by Nilayan Sharma
- Revision 3: published
- Revision 4: published
- Revision 6: published
- Revision 7: published
- Revision 8: published by Christopher
- Revision 9: published
- Revision 10: published
- Revision 11: published
- Revision 12: published
- Revision 18: published
- Revision 19: published
- Revision 20: published
- Revision 22: published
- Revision 23: published
- Revision 24: published
- Revision 25: published
- Revision 26: published
- Revision 29: published
- Revision 30: published
- Revision 31: published
- Revision 32: published
- Revision 33: published
- Revision 34: published
- Revision 35: published
- Revision 36: published
- Revision 37: published
0 comments