Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:150.0) Gecko/20100101 Firefox/150.0
Firefox 150
Windows
Desktop
2 months ago
Test name Executions per second
querySelectorAll + forEach 954226.1 Ops/sec
getElementsByTagName + Array.from + forEach 1127608.4 Ops/sec
querySelectorAll + length + for 1240272.8 Ops/sec
getElementsByTagName + length + for 3933922.2 Ops/sec
querySelectorAll + dynamic length + for 1224457.2 Ops/sec
getElementsByTagName + dynamic length + for 2222686.0 Ops/sec
HTML Preparation code:
Tests:
  • querySelectorAll + forEach

  • getElementsByTagName + Array.from + forEach

  • querySelectorAll + length + for

  • getElementsByTagName + length + for

  • querySelectorAll + dynamic length + for

  • getElementsByTagName + dynamic length + for