mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[GH-ISSUE #265] Improve page loading experence #98
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jim-kirisame on GitHub (Jul 17, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/265
Hi, currently the page is blank while loading the huge wasm, which is annoying when in slow network connection.
Add some loading animation will be better, or could you optimize the size of the wasm?
@nitnelave commented on GitHub (Aug 8, 2022):
Reference: https://rustwasm.github.io/docs/book/reference/code-size.html#optimizing-builds-for-code-size
@nitnelave commented on GitHub (Aug 8, 2022):
It would also be nice to get rid of rollup and replace it with a non-npm dependency, ideally in Rust.
@nitnelave commented on GitHub (Mar 5, 2023):
I also investigated wasm-opt, but it doesn't help at all (actually makes the gzipped version slightly bigger).