Benchmark name | When Created |
---|---|
JQuery: selector for find by class
Test different approach for found by class |
4 years ago |
$.each vs for..of for array
compare how to quick work with array in cycle |
4 years ago |
JQuery: append vs appendTo
Compare which function quicker for adding option to the select |
4 years ago |
Lodash range test | 4 years ago |
jquery - empty vs html | 4 years ago |
try vs try callback | 4 years ago |
Array fill foreach, vs for i loop
People tend to use array fil and then foreach, we know foreach is faster than a for loop, but is it also faster if you use array fill first? |
4 years ago |
sdfgsdg | 4 years ago |
v + o + d 4 | 4 years ago |
Array.prototype.concat vs spread vs Array.prototype.flat operator
Compare the new ES6 spread operator with the traditional concat() method |
4 years ago |
v + o + d 3 | 4 years ago |
v + o + d 2 | 4 years ago |
v + o + d | 4 years ago |
visibility vs display 2 | 4 years ago |
visibility vs display | 4 years ago |
Math vs tern | 4 years ago |
drawImage() scaling down performance with no smoothing | 4 years ago |
Overhead of saving and restoring context state | 4 years ago |
Using a global context variable versus getting the context on each draw call | 4 years ago |
Drupal once (variables in URL)
https://www.drupal.org/project/drupal/issues/2402103 Change the number of div created and the number of once items with URL parameters: to create 100 divs with 5 different "once" items add to the URL: ?div=100&once=5 to create 5 divs with 100 different "once" items add to the URL: ?div=5&once=100 |
4 years ago |
Drupal once
https://www.drupal.org/project/drupal/issues/2402103 |
4 years ago |
drawImage() scaling up performance | 4 years ago |
drawImage() scaling down performance | 4 years ago |
Setting a single pixel on an HTML5 canvas element | 4 years ago |
Test find by id
Compare three approach for find by id |
4 years ago |