innerText vs innerHTML vs textContentFastest: textContent (1.5x faster)
234,342 ops/sec
224,654 ops/sec
161,378 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 |
|---|---|
| ✓ innerHTML | 1,265,011 Ops/sec |
| innerText | 1,203,725 Ops/sec |
| textContent | 431,406 Ops/sec |