Hacker News new | ask | show | jobs
by planck01 2369 days ago
Summary: Many round trips of small api requests can add up a lot of latency. An often used tactic is to bundle requests. Even better is to locally cache data when possible.

Is this news for anybody here?

1 comments

Nothing new here, but perhaps useful to others as a good summary of the trade-offs in batching, caching, and where HTTP/2 fits in.