| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Please set a semver versioning label of either major, minor, or patch on this pull request. |
Sorry, something went wrong.
|
Will close this PR, since I'm reviewing #76 which has the same fix. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR improves download speed measurement accuracy by replacing response.text() with response.blob().text().
response.text() was introducing significant JS-side backpressure, which throttled the effective TCP throughput and caused download measurements to be much lower than expected. Using response.blob().text() avoids that issue and produces more accurate results.
Original PR : dmeremianina
Semver label: patch
It looks like there are no available semver labels, or I don’t have permission to add them. Could a maintainer please add the patch label? This PR is a non-breaking performance improvement.