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