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

See Run duration of a network request in comparison view #939

Open
ErikBrendel opened this issue Aug 22, 2023 · 0 comments
Open

See Run duration of a network request in comparison view #939

ErikBrendel opened this issue Aug 22, 2023 · 0 comments

Comments

@ErikBrendel
Copy link

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

I want to use the Lighthouse diff tool to see how individual network requests changed between my runs.

In this case here, the request changed from 118ms to 21ms if I understand these values correctly, but this improvement in speed is not visible, since the fact that this request was delayed more overshadows it.

Screenshot 2023-08-22 at 15 24 15

Describe the solution you'd like
A new column should show the change in network request duration, and I would also suggest sorting the results by this value.

Describe alternatives you've considered
Writing a script that modifies the report json files before comparing them could work, since all the information is there, but it would be nice if this would not be necessary.

Additional context
I am testing out different plugin-sets on my WordPress backend and want to see their impact on the network requests. There is a view for showing changed data of a request, but it only shows the start and end timestamp of a request, not its duration.

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