|
|
|
|
|
by benhoyt
2744 days ago
|
|
I think this is a really good point. While I like the article's focus on depth, and thinking about the small stuff is important, saving a few bytes on headers is going to be blown out of the water by all the images, JS, CSS, and 3rd-party pixels being loaded. "Profile before optimizing" applies here too. |
|
2. Most requests and many responses are all or mostly headers.
3. Intermediaries.
4. Header compression is at the protocol level; if it's done wrong, the best js/css/whatever policy can't do anything to improve it.