Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/59.0.3071.109 Chrome/59.0.3071.109 Safari/537.36
Chromium 59
Ubuntu
Other
5 years ago
Test name Executions per second
Pure JS .innerText 923992.7 Ops/sec
Pure JS .innerHTML 129311.9 Ops/sec
Pure JS .textContent 2595828.0 Ops/sec
jQuery .text() 257388.5 Ops/sec
jQuery .html() 75767.5 Ops/sec
jQuery .find().text() 222496.1 Ops/sec
jQuery .find().html() 69132.9 Ops/sec
HTML Preparation code:
Tests:
  • Vanilla JS .innerText

  • Vanilla JS .innerHTML

  • Vanilla JS .textContent

  • Vanilla JS (QuerySelector) .innerText

  • Vanilla JS (QuerySelector) .innerHTML

  • Vanilla JS (QuerySelector) .textContent

  • Vanilla JS (QuerySelectorAll) .innerText

  • Vanilla JS (QuerySelectorAll) .innerHTML

  • Vanilla JS (QuerySelectorAll) .textContent

  • Cash .text

  • Cash .html

  • jQuery .text()

  • jQuery .html()

  • jQuery .find() .text()

  • jQuery .find() .html()