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

Track user marks and measures on the lhci server dashboard #1011

Open
rajsite opened this issue Feb 8, 2024 · 0 comments
Open

Track user marks and measures on the lhci server dashboard #1011

rajsite opened this issue Feb 8, 2024 · 0 comments

Comments

@rajsite
Copy link

rajsite commented Feb 8, 2024

Is your feature request related to a problem? Please describe.

I'm capturing User Timing marks and measures in my lighthouse reports and I can see the difference if I compare two runs directly like follows:

image

But I can't find a way to visualize them on the dashboard:

image

For these runs the performance score is zero because for these runs I am only interested in the user mark values:

module.exports = {
    ci: {
        collect: {
            settings: {
                onlyAudits: ['user-timings']
            }
        },
    },
};

Describe the solution you'd like

I would like to see the trend in values for my User marks and measures over time on the lhci server dashboard.

Describe alternatives you've considered

n/a

Additional context

n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant