Do yui nodes get cached?
JavaScript performance comparison
Preparation code
<div class="foobar">
<div class="foobar1">
<div class="foobar2">
<div class="foobar3"></div>
<div class="foobar4"></div>
<div class="foobar5"></div>
<div class="foobar6"></div>
<div class="foobar7"></div>
</div>
</div>
</div>
<script src="http://yui.yahooapis.com/3.8.1/build/yui/yui-min.js">
</script>
<script>
YUI().use("node", function(Y) {
window.Y = Y;
});
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
cache |
|
pending… |
saved |
|
pending… |
You can edit these tests or add even more tests to this page by appending /edit to the URL.
0 comments