HTML Preparation code:
Script Preparation code:
Tests:
  • [Unsafe] HTML string to text via creating an unattached DOM element.

  • [Unsafe] HTML string to text via reusing an unattached DOM element.

  • [Safe] HTML string to text via creating and using a DOMParser

  • [Safe] HTML string to text via reusing a DOMParser

  • [Safe] HTML string to text via the a new Document

  • [Safe] HTML string to text via the a cached Document

  • [Safe] HTML string to text via the DOMPurify library

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    [Unsafe] HTML string to text via creating an unattached DOM element.
    [Unsafe] HTML string to text via reusing an unattached DOM element.
    [Safe] HTML string to text via creating and using a DOMParser
    [Safe] HTML string to text via reusing a DOMParser
    [Safe] HTML string to text via the a new Document
    [Safe] HTML string to text via the a cached Document
    [Safe] HTML string to text via the DOMPurify library

    Fastest: N/A

    Slowest: N/A

Get performance results from real users on your website with Request Metrics.
Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
Chrome 93 on Windows
View result in a separate tab
Test name Executions per second
[Unsafe] HTML string to text via creating an unattached DOM element. 12.0 Ops/sec
[Unsafe] HTML string to text via reusing an unattached DOM element. 13.2 Ops/sec
[Safe] HTML string to text via creating and using a DOMParser 12.2 Ops/sec
[Safe] HTML string to text via reusing a DOMParser 13.1 Ops/sec
[Safe] HTML string to text via the a new Document 16.0 Ops/sec
[Safe] HTML string to text via the a cached Document 24.7 Ops/sec
[Safe] HTML string to text via the DOMPurify library 3.3 Ops/sec