Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
Firefox 49
Windows
Other
7 years ago
Test name Executions per second
Pure JS .innerText 2646607.0 Ops/sec
Pure JS .innerHTML 4575642.0 Ops/sec
Pure JS .textContent 6243756.0 Ops/sec
jQuery .text() 1075036.0 Ops/sec
jQuery .html() 1097553.0 Ops/sec
jQuery .find() text() 451662.6 Ops/sec
jQuery .find() html() 448483.3 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()