Run details:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36
Chrome Mobile 127
Android
Mobile
8 months ago
Test name Executions per second
querySelector 3471511.8 Ops/sec
getElementById 5934471.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");