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

Can't interact with the diagram when using InteractiveWebAssembly rendermode #477

Open
rfarkv opened this issue Oct 21, 2024 · 2 comments
Open

Comments

@rfarkv
Copy link

rfarkv commented Oct 21, 2024

I created a project with Interactive render mode "Server" and locally during development the performance was satisfactory.

I uploaded the project to IIS and when I went to access it I noticed that the performance dropped drastically. To try to solve the problem, I created a new project with Interactive render mode "Auto (Server and WebAssembly)" and created a page for the diagram in the client project where I defined @rendermode InteractiveWebAssembly. Now the diagram is being rendered without the links and I can't interact with it.

Is there any way to make it work with this render mode?

@zHaytam
Copy link
Collaborator

zHaytam commented Nov 2, 2024

Hello, did the performance drop drastically because of a ping issue or the library itself?
I have never tried this render mode, I'll do it and get back to you.

@rfarkv
Copy link
Author

rfarkv commented Nov 2, 2024

Hello! I believe it is because of ping. If I run the project on my local IIS it works fine. However, on an EC2 instance it is very slow. I thought that perhaps this can be solved by using InteractiveWebAssembly rendermode (reducing the dependency on the server for rendering and leaving the rendering of the diagram to the client). That makes sense?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants