vascode
vascode

Reputation: 11

"content" not displayed in inspect element (Chrome dev tool)

In Chrome's inspect element, I see in some lectures that network tab can show you size/contents for images' (and etc) file size. But my window does not show "content" in it. Also the number in "size" seems to be a lot off from actual file size. Is there something I should do to display "contents"?

Screenshot

Upvotes: 1

Views: 537

Answers (1)

Garbee
Garbee

Reputation: 10981

The size displayed in small rows is the gzipped size for transport. To get the content size enable large resource rows.

The large resource row toggle is found in the View options:

Large Resource Rows Toggle

Then the content size in gray appears below the transport size: Actual Size Display

Upvotes: 1

Related Questions