|
|
|
|
|
by underwater
4069 days ago
|
|
HTTP/2 removes some of the overhead of requests, but there is still the problem of multiple round trips. For example, if you request your top three friends and their most recent post using REST you'll probably need to do four requests. And you can't parallelize them because you need to know your friends' IDs before you can construct the comment requests. |
|