Skip to content
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

Enable compression for result JSON on dashboard #9426

Open
Kaliumhexacyanoferrat opened this issue Nov 26, 2024 · 2 comments
Open

Enable compression for result JSON on dashboard #9426

Kaliumhexacyanoferrat opened this issue Nov 26, 2024 · 2 comments

Comments

@Kaliumhexacyanoferrat
Copy link
Contributor

The result files loaded by the dashboard are quite large (about 3.5 MiB) and currently not compressed by the server:

image

As JSON is highly compressible, I would expect a great benefit here.

@Kaliumhexacyanoferrat
Copy link
Contributor Author

Ah, found the tfb-status repo, will try a PR there.

@Kaliumhexacyanoferrat
Copy link
Contributor Author

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 gzip_static to serve them compressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant