I don't understand what determines the number of WebViews created? #3832
Unanswered
iamspark1e
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I migrated an old app from Tauri to Wails (v2). This app only has a simple window for toggling some options. Both are running on the same Windows machine with an i5-8265U CPU (4 cores, 8 threads). I noticed that Tauri only created 3 WebViews, while Wails created 6. Aside from the running processes, the memory usage of Wails is roughly twice that of Tauri. I would like to ask, why does Wails create twice as many WebViews as Tauri?
Beta Was this translation helpful? Give feedback.
All reactions