querySelector vs Loop v6 (version: 0)
Benchmark.js
If you have a large number of elements, is it faster to use querySelectorAll, or to iterate over an array?
Comparing performance of:querySelectorAll with .class vs querySelectorAll with [attribute] vs filter with classList vs filter with className vs filter with getAttribute vs for with classList vs for with className vs for with getAttribute vs getElementsByClassName vs Object Property