Run details:
Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1
Mobile Safari 16
iOS 16.0.2
Mobile
2 years ago
Test name Executions per second
querySelector 4964933.0 Ops/sec
getElementById 7832396.0 Ops/sec
HTML Preparation code:
AخA
 
1
<html>
2
  <body>
3
    <div id="test2"></div>
4
    <div id="test"></div>
5
  </body>
6
</html>
Tests:
  • querySelector

     
    document.querySelector("#test");
  • getElementById

     
    document.getElementById("test");