GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.05k stars 9.33k forks source link

Allow clicking on timeline images to open the full-size image #15877

Open tsteuwer-accesso opened 3 months ago

tsteuwer-accesso commented 3 months ago

Feature request summary I would like to be able to click on the images in the results page to be able to see what is being rendered first. As of right now, even if an element is rendered, the images are so small you can't see them.

image

What is the motivation or use case for changing this?

There are some times when there is jank that certain elements are being shown and it would help debug the issue if you could see the full-size image.

How is this beneficial to Lighthouse?

It makes it easier for developers working on performance to see exactly what the page is rendering at FP, FCP, etc, versus guessing.

MarcBaeuerle commented 2 months ago

I would like to have a go at this issue, I'm assuming we would need to replace the current screenshot-thumbnails with those that are similar to final-screenshot, and display the full image on hover?