Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research on gathering more metrics to help audit the website under test #1356

Open
ankur22 opened this issue May 28, 2024 · 0 comments
Open
Labels
feature A new feature next Might be eligible for the next planning (not guaranteed!) research

Comments

@ankur22
Copy link
Collaborator

ankur22 commented May 28, 2024

Feature Description

This issue is for research and POC work only.

We currently have a limited number of metrics that can help the user diagnose or improve their website. The most important ones are the web vitals.

Lighthouse has many data points that are gathered, analysed and displayed to the user in the results which help them understand how they can improve their website.

We want to expose more of the metrics and other useful data points that we can then analyse and suggest ways of improving the website under test.

Suggested Solution (optional)

Take a look at lighthouse and see what they gather. It's important to understand how/where the data points are retrieved from. For example, for web vitals we use the GoogleChrome web vital JS libaray to measure the web vital performance which is then stored and emitted as k6 metrics. How does lighthouse gather the data for all the other datapoints? This is likely to be a good start: gathering data.

Already existing or connected issues / PRs (optional)

No response

@ankur22 ankur22 added feature A new feature next Might be eligible for the next planning (not guaranteed!) labels May 28, 2024
@ankur22 ankur22 changed the title Gather more metrics to help audit the website under test Research on we can gather more metrics to help audit the website under test May 28, 2024
@ankur22 ankur22 changed the title Research on we can gather more metrics to help audit the website under test Research on gathering more metrics to help audit the website under test Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature next Might be eligible for the next planning (not guaranteed!) research
Projects
None yet
Development

No branches or pull requests

1 participant