innerText vs innerHtml vs textContentFastest: textContent (10.9x faster)
11,579,819 ops/sec
2,243,480 ops/sec
1,064,252 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| innerText | |
| innerHtml | |
| textContent |
| Test name | Executions per second |
|---|---|
| ✓ textContent | 13,887,165 Ops/sec |
| innerText | 2,250,400 Ops/sec |
| innerHtml | 1,066,781 Ops/sec |