31

According to Chrome Dev Tools - "Size" vs "Content", I should be able to see Size (bytes on the wire) and Content (uncompressed size).

I remember seeing this at one time.

But now (Chrome 38), I only see one measurement, and I'm not sure which one it is.

enter image description here

Can I see the compressed and uncompressed sizes with the Chrome Dev Tools?

Community
  • 1
  • 1
Paul Draper
  • 78,542
  • 46
  • 206
  • 285

3 Answers3

57

You should press "Use large resource rows." to see more data.

enter image description here

22

If you are using the latest version of Chrome (like 78+), you can check "Use large request rows" under the settings icon.

Doc: https://developer.chrome.com/docs/devtools/network/reference/#uncompressed

Chrome DevTools screenshot

Pang
  • 9,564
  • 146
  • 81
  • 122
henok
  • 864
  • 5
  • 12
0

I was stuck because only the name of the file was showing up (no other columns), but I realized that you must close the "details" view that shows on the right side when you click a row to see any other columns. Posting the answer here since search brought me here, though it wasn't the OP's actual issue.

manroe
  • 1,645
  • 20
  • 35