lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

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

Open tsteuwer-accesso opened this issue 11 months ago • 1 comments

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.

tsteuwer-accesso avatar Mar 21 '24 17:03 tsteuwer-accesso

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?

MarcBaeuerle avatar May 01 '24 01:05 MarcBaeuerle