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

Investigate slow wasm ui startup #254

Open
wirew0rm opened this issue Jan 14, 2025 · 0 comments
Open

Investigate slow wasm ui startup #254

wirew0rm opened this issue Jan 14, 2025 · 0 comments

Comments

@wirew0rm
Copy link
Member

wirew0rm commented Jan 14, 2025

Loading the wasm ui from the service (especially if it is not running on localhost) takes significant amount of time while the console and network monitor show repeated requests for the main javascript file.

From the error messages it seems that each browser working thread starts up its own request for the javascript it is supposed to run, overwhelming the httplib based rest backend of the service.

image
image

Searching for the messages brings up some threads, but the most helpful i could find was this one suggesting to update emscripten.
emscripten-core/emscripten#15548 (comment)

@github-project-automation github-project-automation bot moved this to 🆕 Ideas (∞) in Digitizer Reimplementation Jan 14, 2025
@wirew0rm wirew0rm moved this from 🆕 Ideas (∞) to 🔖 Selected (6) in Digitizer Reimplementation Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔖 Selected (6)
Development

No branches or pull requests

1 participant