Run details:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Firefox 63
Windows 7
Desktop
5 years ago
Test name Executions per second
Pure JS .innerText 1019311.0 Ops/sec
Pure JS .innerHTML 1474654.0 Ops/sec
Pure JS .textContent 1695668.0 Ops/sec
jQuery .text() 1418908.0 Ops/sec
jQuery .html() 1293585.0 Ops/sec
jQuery .find().text() 506326.3 Ops/sec
jQuery .find().html() 453350.1 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()