Skip to content

Reduce reliance on JS in benchmark, focus more on HTML/CSS #127

Open
@vprelovac

Description

@vprelovac

Javascript is not the official language of the web documents, HTML is.

Currently the benchmark relies excessively on measuring JS Frameworks performance when the fact is for the most of the web, JS is not even necessary to function, let alone uses any of the JS frameworks used in the test.

Almost all browsers have the option to disable Javascript.

Wikipedia as well as the very site this is hosted on (Gthub) work without Javascript. Apple.com, Mozilla.org and Google.com all load and render without Javascript. Even when JS is used on a webpage, joint usage of all JS frameworks in the test currently, fade in comparison to the proportion vanilla JS is used.

This should be enough to argument that focusing on JavaScript frameworks (that come and go) is not the best way to be refelective of the real-world Web.

In fact the largest user of javascript on the web is ad-tech and tracking technology. Most of the web works fine without and JS enabled.

Even Web apps that use JS, are less than 1% of the web. There are mostly apps built by giant corporations, while the most of the web remain personal sites, blogs and static HTML. For this test to be the de-facto "browser" benchmark and achieve its goal of being " reflective of the real-world Web", it should measure hollistically across all things that browsers do. Spending time in JS heavy web apps certainly does not account for as much usage as the test in current form attributes (almost 100%!).

For this reason I would like to propose focusing on HTML/CSS performance more in the benchmark. If Javascript is to be measured, vanilla JS should be prioritized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions