Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0
Firefox 51
Windows
Other
7 years ago
Test name Executions per second
Pure JS .innerText 2597503.0 Ops/sec
Pure JS .innerHTML 4581709.0 Ops/sec
Pure JS .textContent 6435262.0 Ops/sec
jQuery .text() 1146282.0 Ops/sec
jQuery .html() 1196735.0 Ops/sec
jQuery .find().text() 479655.8 Ops/sec
jQuery .find().html() 478992.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()