How can I optimize my .NET MAUI apps?

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
so you're ready to release your app to the app store with don maui but how do you make sure you have the most optimized application well there are a lot of features in donna and maui that you can turn on to make sure you have the fastest and most performant and smallest package when building apps with don and maui first and foremost is aot or ahead of time compilation and llvm optimization compilation now these two settings one do ahead of time compilation but take your source code and turn it into machine byte code that's optimized per platform so it's super hyper fast another option is startup tracing for android this is one of my favorite features because you basically create a profile telling the android system with don maui what it needs to be optimized to start up even faster check a check box and your app starts faster amazing finally is trimming this is a feature of dot net 6 and don maui that enables you to remove source code that's not removed this is going to ensure that your application is smaller because it's going to remove all that code in net and in your application that you're not using so combining these four features together are going to ensure that you have the most performant and smallest package when you are looking to ship your app to the app store with don m alley
Info
Channel: dotnet
Views: 4,480
Rating: undefined out of 5
Keywords:
Id: e11mYdgGq7Q
Channel Id: undefined
Length: 1min 23sec (83 seconds)
Published: Mon Aug 15 2022
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.