-
Notifications
You must be signed in to change notification settings - Fork 2k
Enable compression for result JSON on dashboard #9426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ah, found the |
After discussion with @michaelhixson a solution would be to directly serve the results via nginx instead of the Java project, pre-compress the result files and then use |
I understand you, but we are not testing gzip compression, that it's very important. But actually it's better than a framework use brotli or zst !!! |
And yes the result files, it's a place to improve. |
Another thing that I saw the last time that fail the status, one week ago, is that the error show nginx/1.25.0 PD: nginx last version 1.28 |
The result files loaded by the dashboard are quite large (about 3.5 MiB) and currently not compressed by the server:
As JSON is highly compressible, I would expect a great benefit here.
The text was updated successfully, but these errors were encountered: