I have been tasked with reducing the size of a page load event.
Using various tools (Mozilla Developer Tools -> Network) I can see that the "Transferred" Column has 8mb in it, and the "Size" column is only 1.5mb
What I do not know, and cannot seem to find references to is this:
- What is the difference between the two?
- What exactly is measured in the "Transferred" Data?
- How can I reduce the amount of "Transferred" Data?
3 should be fairly easy...if I can figure out 2. 1 is just because I'm curious. But once I know what is actually being tracked by the transferred data measure, I will know how to reduce it.
Yes, the website says "the number of bytes that were actually transferred to load the resource." Is that Client to Server? Server to Client? Server Database? What is that?