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

Compress the wasm artifact that we bundle into the viewer #2423

Open
jleibs opened this issue Jun 13, 2023 · 0 comments
Open

Compress the wasm artifact that we bundle into the viewer #2423

jleibs opened this issue Jun 13, 2023 · 0 comments
Labels
enhancement New feature or request 🕸️ web regarding running the viewer in a browser

Comments

@jleibs
Copy link
Member

jleibs commented Jun 13, 2023

While working on:

I noticed that google is gzipping the wasm artifacts during loading which brings us from 13.5 MiB -> 4.4 MiB. The content is then served with Content-Encoding: gzip.

It seems worth taking the same approach to shave down binary/library/transfer size with working with the embedded web-viewer.

Related: #2422

@jleibs jleibs added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team 🕸️ web regarding running the viewer in a browser and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🕸️ web regarding running the viewer in a browser
Projects
None yet
Development

No branches or pull requests

1 participant