-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
Webview2 runtime performance issues #275
Comments
It seems that Microsoft is aware of the speed deficiency with the current evergreen runtime. As far as the other issue is concerned, its a matter of figuring out a method to deal with the async calls and not block the main thread. |
The initial load time is very annoying during development when the backend is restarted often (e.g. with cargo-watch). |
The multiwindow example is most pronounced here. Comparing vs linux on today's dev branch. Screencast.2021-05-18.23.36.12.mp4Screencast.2021-05-18.23.42.06.mp4 |
lag.mp4Heres an example of the multiwindow from my side. |
I just realized #315 actually fixed this issue. Lucas also confirmed that. |
Describe the bug
The WRY implementation has a few issues regarding the webview2 runtime usage (Windows):
wry/src/webview/win32/mod.rs
Line 217 in a76206c
Steps To Reproduce
Clone the WRY or Tauri repo, and run one of the examples.
Expected behavior
The app loads as fast as possible. The loading is excellent on Linux/macOS.
Videos
Videos from @tensor-programming
webview.mp4
lag.mp4
The text was updated successfully, but these errors were encountered: