[go: up one dir, main page]

Skip to content

Decide on Rapid Diffs HTML requests: streaming or paginated approach

We should measure which type of requests perform the best in most common scenarios: a single streaming request (receive data continuously) or a multiple paginated requests (batching).