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
Please consider adding a header Accept-Encoding: gzip for GET requests. This will cause the server to return gzipped JSON responses, for content > 1000 bytes currently. The requests module should automatically deal with uncompressing it, so adding the header is literally all that is required.
The server supports this for all endpoints, but of course will be most beneficial for responses containing lots of data, e.g. large numbers of runs, large numbers of metrics.
(Not yet deployed on nightly, I'll update this issue once this is done).
The text was updated successfully, but these errors were encountered:
wk9874
added
in review
This issue is resolved in a Pull Request which is being reviewed
ready for testing
This issue has been fixed and is ready for testing
and removed
in progress
Work is being done to resolve this issue
in review
This issue is resolved in a Pull Request which is being reviewed
labels
Mar 3, 2025
Please consider adding a header
Accept-Encoding: gzip
for GET requests. This will cause the server to return gzipped JSON responses, for content > 1000 bytes currently. The requests module should automatically deal with uncompressing it, so adding the header is literally all that is required.The server supports this for all endpoints, but of course will be most beneficial for responses containing lots of data, e.g. large numbers of runs, large numbers of metrics.
(Not yet deployed on nightly, I'll update this issue once this is done).
The text was updated successfully, but these errors were encountered: