Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0
Firefox 135
Windows
Desktop
one month ago
Test name Executions per second
getBoundingClientRect 5713930.0 Ops/sec
offsetTop 19632770.0 Ops/sec
HTML Preparation code:
AخA
 
1
<div id="el">
2
  <h2>Lorem ipsum dolor sit amet</h2>
3
</div>
Script Preparation code:
 
var el = document.getElementById("el");
Tests:
  • getBoundingClientRect

     
    el.getBoundingClientRect()
  • offsetTop

     
    el.offsetTop