You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script fetches the data from the upstream server and just forwards it to the end client.
The problem is that only when the upstream server serves data in a compressed format (e.g. brotli), the throughput becomes significantly worse. This increased throughput can be observed in v1.45.3 and later.
If the upstream server serves uncompressed data, the throughput hasn't decreased.
Reproducer
I have created a repository which contains several components to measure the throughput in this specific setting.
Description
Let's take a look at the following simple script:
This script fetches the data from the upstream server and just forwards it to the end client.
The problem is that only when the upstream server serves data in a compressed format (e.g. brotli), the throughput becomes significantly worse. This increased throughput can be observed in v1.45.3 and later.
If the upstream server serves uncompressed data, the throughput hasn't decreased.
Reproducer
I have created a repository which contains several components to measure the throughput in this specific setting.
https://github.com/magurotuna/deno_fetch_decompression_throughput
Additional info
Version: Deno 1.45.3 and later
The text was updated successfully, but these errors were encountered: