Run details:
Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko
IE 11
Windows
Other
6 years ago
Test name Executions per second
Pure JS .innerText 3062.6 Ops/sec
Pure JS .innerHTML 3091.7 Ops/sec
Pure JS .textContent 2620.7 Ops/sec
jQuery .text() 2291.8 Ops/sec
jQuery .html() 2739.1 Ops/sec
jQuery .find().text() 2188.1 Ops/sec
jQuery .find().html() 2554.2 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()