/ruxt

A tool to visualize the Real User Monitoring (RUM) data for 3,237,526 websites from Google Chrome users under various device and connection types.

Primary LanguageJavaScriptMIT LicenseMIT

Real User Experience Test (rUXt)

A tool to visualize the Real User Monitoring (RUM) data for 3,237,526 websites from Google Chrome users under various device and connection types.

How to use rUXt

  • Go to https://ruxt.dexecure.com.
  • Select a website using the autocomplete.
  • (Optional) select a device and connection type.
  • Use the time slider to select the user wait time.

How to interprate the results

Assume 1000 website visitors. You can think of the actual number of visitors scaled down proportionately to 1000.

  • loading human : no content loaded
  • fcp human : some content loaded
  • onload human : document loaded

Metrics

How to install rUXt

We use Next.js for the frontend.

  • npm install to install all dependencies.
  • npm run dev to run locally.

Contributing

Send a PR to the develop branch of the repo. The master branch tracks the version actually deployed on https://ruxt.dexecure.com/

Learn more