Bill
Bill

Reputation: 19308

Google Chrome Network Size explain

I am bit confused by the network status from Google Chrome developer panel.

enter image description here

39.3KB is the file size what's this 2.9KB?

anyone can explain?

Cheers

Upvotes: 0

Views: 212

Answers (1)

Jonathon Reinhart
Jonathon Reinhart

Reputation: 137497

Compression.

The header on that column shows:

Size
Content

So I'm going to assume that Size (the generally smaller number) is the size of the file, as transferred (which usually includes compression), while Content is the actual amount of (uncompressed) content in the file.

Upvotes: 1

Related Questions