-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Looking for bad performance samples on Linux #890
Comments
Hello, for information, I have terrible performance too. This performance problem is reproducible with |
Issue: Native fetch() is extremely slow compared to Firefox and/or Chromium |
We don't use localhost server to load assets neither wry nor tauri. |
@wusyong If i understood this correctly on discord, this also concerns the browser's built-in fetch, they just showed page load speed because it's easier to see visually. https://discord.com/channels/616186924390023171/1088081730172354600 |
Cross-linking 2 |
For the Phanpy Tauri wrapper, it was found that accelerated compositing actually slowed down UI loading when expanding images on posts with multiple images (cheeaun/phanpy#181). Setting
|
Hello, I'm having issues with initial rendering times and have setup a small repo (https://github.com/imgurbot12/wry-test) that can hopefully demonstrate the issues I'm having. I was notified about the source of this issue after my conversations with the dioxus team in DioxusLabs/dioxus#1636 which make use of wry for desktop implementations. The time to initial render even on my super speedy computer is longer than one second to even see the window which is a long time for my application launcher. I've had difficulties reproducing the problems I've had in the past reliably, but on my slow laptop sometimes it can take over 5 seconds. I even had it take over 10 seconds a while back. Are there any options to help available within webkit or gtk to help improve on the startup performance? |
I have zero expertise on this subject whatsoever, but I've been experimenting with alternative solutions and this project with bindings to webview is about 3-5 times faster on initial rendering than wry despite also using gtkwebkit2. Perhaps someone from the wry team can take inspiration from their work. the webview project seems to be relatively small for what it does. |
We know WebkitGTK isn't that great, and I decide to look into it more recently.
I believe some are because of WebkitGTK, and some could be GTK itself too.
If anyone can show some examples in wry (not tauri examples), I'll see what might be the cause.
The text was updated successfully, but these errors were encountered: