Bug 1596238 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR:
    1) Visit https://mozilla.seanfeng.dev/html_standard.html
    2) Wait for the page to finish loading. 
    3) Open the developer console to see the result. 

https://mozilla.seanfeng.dev/html_standard.html is a benchmark I created, which uses NodeIterator API to iterate the DOM tree. Check the `<script>` section at the bottom of the page for more detail. 

Firefox Nightly
Mean: 2686.45 | 2703 | 2783.9
Median: 2673   | 2657.5 | 2760.5

Chrome 
Mean: 1612.4 | 1563.518 | 1566.9
Median 1936 | 1318.0 | 1305.3
STR:
    1) Visit https://mozilla.seanfeng.dev/html_standard.html
    2) Wait for the page to finish loading. 
    3) Open the developer console to see the result. 

https://mozilla.seanfeng.dev/html_standard.html is a benchmark I created, which uses NodeIterator API to iterate the DOM tree (Since it's a web page of html standards, so the DOM tree is big). Check the `<script>` section at the bottom of the page for more detail. 

Firefox Nightly
Mean: 2686.45 | 2703 | 2783.9
Median: 2673   | 2657.5 | 2760.5

Chrome 
Mean: 1612.4 | 1563.518 | 1566.9
Median 1936 | 1318.0 | 1305.3

My test results reveal that we are 40% - 50% slower than Chrome. The differences may vary depend on the page structure.
STR:
    1) Visit https://mozilla.seanfeng.dev/html_standard.html
    2) Wait for the page to finish loading. 
    3) Open the developer console to see the result. 

https://mozilla.seanfeng.dev/html_standard.html is a benchmark I created, which uses NodeIterator API to iterate the DOM tree (Since it's a web page of html standards, the DOM tree is big). Check the `<script>` section at the bottom of the page for more detail. 

Firefox Nightly
Mean: 2686.45 | 2703 | 2783.9
Median: 2673   | 2657.5 | 2760.5

Chrome 
Mean: 1612.4 | 1563.518 | 1566.9
Median 1936 | 1318.0 | 1305.3

My test results reveal that we are 40% - 50% slower than Chrome. The differences may vary depend on the page structure.
STR:
    1) Visit https://mozilla.seanfeng.dev/html_standard.html
    2) Wait for the page to finish loading. 
    3) Open the developer console to see the result. 

https://mozilla.seanfeng.dev/html_standard.html is a benchmark I created, which uses NodeIterator API to iterate the DOM tree (Since it's a web page of html standards, the DOM tree is big). Check the `<script>` section at the bottom of the page for more detail about the test. 

Firefox Nightly
Mean: 2686.45 | 2703 | 2783.9
Median: 2673   | 2657.5 | 2760.5

Chrome 
Mean: 1612.4 | 1563.518 | 1566.9
Median 1936 | 1318.0 | 1305.3

My test results reveal that we are 40% - 50% slower than Chrome. The differences may vary depend on the page structure.
STR:
    1) Visit https://mozilla.seanfeng.dev/html_standard.html
    2) Wait for the page to finish loading. 
    3) Open the developer console to see the result. 

https://mozilla.seanfeng.dev/html_standard.html is a benchmark I created, which uses NodeIterator API to iterate the DOM tree (Since it's a web page of html standards, the DOM tree is big). Check the `<script>` section at the bottom of the page source for more detail about the test. 

Firefox Nightly
Mean: 2686.45 | 2703 | 2783.9
Median: 2673   | 2657.5 | 2760.5

Chrome 
Mean: 1612.4 | 1563.518 | 1566.9
Median 1936 | 1318.0 | 1305.3

My test results reveal that we are 40% - 50% slower than Chrome. The differences may vary depend on the page structure.

Back to Bug 1596238 Comment 0