Hacker News new | ask | show | jobs
by pavel_lishin 1917 days ago
Cacheability isn't just about the transfer, it's also about decreasing server load in a lot of applications. An expensive query might return a few bytes of JSON, but may be something you want to avoid hitting repeatedly.
1 comments

Sorry, they were addressing the two points from the comment above. I agree cacheability and transfer size are two separate aspects.