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

[Feat]: Compressed WASM package #132

Closed
TylerBloom opened this issue Jul 24, 2023 · 1 comment
Closed

[Feat]: Compressed WASM package #132

TylerBloom opened this issue Jul 24, 2023 · 1 comment
Assignees
Labels
feature Some new is requested good first issue Good for newcomers

Comments

@TylerBloom
Copy link
Member

Description:

Currently, the WASM module that is delivered for the webapp is uncompressed. While we have taken some steps to reduce the size of the WASM payload via compile-time optimizations, we can do better. It currently takes a few seconds to initially load into the webapp.

The solution you'd like:

After compiling the WASM module, we should compress it (via something like gz). Locally, I have seen a massive reduction: going from a 5-6 MB file to a ~1.5 MB file.

Alternatives:

While not exactly an alternative, we should pursue ways to reduce the size of the WASM module itself.

@TylerBloom TylerBloom added good first issue Good for newcomers todo Will be resolved but work hasn't started feature Some new is requested labels Jul 24, 2023
@TylerBloom TylerBloom added this to the SquireWeb Beta milestone Jul 24, 2023
@CalebLItalien
Copy link
Contributor

Looking into this!

@TylerBloom TylerBloom removed the todo Will be resolved but work hasn't started label Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Some new is requested good first issue Good for newcomers
Projects
Development

No branches or pull requests

2 participants