Open techyrajeev opened 2 years ago
I doubt enabling prelaunch for WinUI 3 apps, which are Win32 desktop apps, would be a good idea (at least for now) since desktop apps don't get suspended and resumed. Prelaunched UWP apps essentially got suspended so the app didn't slow down your computer, but still load certain things into memory that could potentially slow down app launch times if the app was terminated and reopened very often.
You should probably ask this in the AppSDK repo though as it's a system feature and not a feature of the WinUI framework.
Startup performance of UWP apps on desktop device family devices is quite improved by proactively launching the apps that users use most often in the background.
is there anything like that supported in WinUi3?
Also mentioned that
Are there any guidance for moving to WinUi3 for production ready apps or is it still not matured enough as UWP? https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/migrate-to-windows-app-sdk/what-is-supported