Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Chrome 131
Linux
Desktop
2 months ago
Test name Executions per second
offsetWidth 1453534.2 Ops/sec
getBoundingClientRect 958369.4 Ops/sec
HTML Preparation code:
AخA
 
1
<div id="test">test</div>
Script Preparation code:
 
var test_n = '123px';
var _style = window.getComputedStyle(document.getElementById('test'));
Tests:
  • offsetWidth

     
    document.getElementById('test').offsetWidth;
  • getBoundingClientRect

     
    document.getElementById('test').getBoundingClientRect().width;