0

I have many image requests from my test pages

Now, I need to figure out which images need to be optimized,

but It's hard to match images between Network tab and DOM img element. the only way to match is by comparing Every Preview of each request to rendered DOM images.

Is there more intuitive way(easier way) to find which image element comes from network tab?

Any Ideas welcome. Thank you

enter image description here

stefancho
  • 1,072
  • 3
  • 10
  • 23
  • This would be a good feature so maybe you can suggest it on https://crbug.com. A limited workaround is to click the link in the Initiator column (columns are customizable), which shows the html of the image. Another workaround is to open [devtools-on-devtools](/q/12291138) and write the necessary functionality yourself, it'll be usable until devtools is closed though. – wOxxOm Feb 02 '22 at 11:01

0 Answers0