style.display = none vs classList add hide375 ops/sec
356 ops/sec
Fastest: classList add hide (1.5x faster)
352 ops/sec
235 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| style.display = none | |
| classList add hide |
| Test name | Executions per second |
|---|---|
| ✓ style.display = none | 712 Ops/sec |
| classList add hide | 652 Ops/sec |