Benchmark name | When Created |
---|---|
Find before selectrion
$(selectorList).find(searchClassList) VS $(searchClassList, selectorList); |
6 years ago |
jQuery Ajax vs Get | 6 years ago |
Native XHR vs XHR 2
Pure JavaScript XHR Benchmark |
6 years ago |
testadsf | 6 years ago |
change css | 6 years ago |
Contains | 6 years ago |
Moment Tests | 6 years ago |
Moment Tests | 6 years ago |
rotBytes vs. non-functional comparison | 6 years ago |
slice overhead | 6 years ago |
Native XHR vs jQuery Ajax | 6 years ago |
css-before-after-content-or-multiple-dom-elements
When dealing with large dynamic lists of dom elements that tend to have something before or something after, is it faster to construct multiple dom elements or utilize :before / :after selectors with content |
6 years ago |
ng-bind vs {{}} | 6 years ago |
attribute access | 6 years ago |
Class search | 6 years ago |
Temp obj or in check
Is it faster to test if an object contains a sub-object before looking up keys on it, or substituting an empty object in a falsy check |
6 years ago |
tagname vs classname | 6 years ago |
prepend | 6 years ago |
concat vs push | 6 years ago |
concat vs push | 6 years ago |
prepend | 6 years ago |
forEach vs map
Sorry no Advertising for you |
6 years ago |
find id (v2)
Using UBW code |
6 years ago |
Get elements by class: jQuery vs querySelectorAll vs getElementsByClassName (jQuery 1.x)
Compare various methods of obtaining a group of elements identified by class name |
6 years ago |
jQuery by id vs Document.getElementById (jQuery 3.x)
Comparing speed of getting element by id with jQuery vs Vanilla JS |
6 years ago |