This PR adds Gzip compression to the simdata files served by the backend.
The b2 mission 1 simdata file is reduced from 60 to 15MB, with the other simdata files showing similar compression (~1/4 of the original size):
The last column (Size) shows the actual file size, the second-last (Transferred) the gzipped file transferred.
Mars simdata files also benefit from the compression, even though they were already much smaller:
The client is able to automatically unzip the gzipped simdata files, so no changes are required in the frontend.
This PR adds Gzip compression to the simdata files served by the backend. The b2 mission 1 simdata file is reduced from 60 to 15MB, with the other simdata files showing similar compression (~1/4 of the original size): The last column (
Size
) shows the actual file size, the second-last (Transferred
) the gzipped file transferred.Mars simdata files also benefit from the compression, even though they were already much smaller:
The client is able to automatically unzip the gzipped simdata files, so no changes are required in the frontend.