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
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.
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: