[WASM] Is Uno WASM a viable option for LineOfBusiness (LOB) applications? #7949
Replies: 2 comments 31 replies
-
We've been working in performance for the upcoming Uno 4.1 update, and the gallery application will benefit from these changes. This particular app is a showcase which is currently not using Profile guided AOT (hence the 26MB), is using both Material and Cupertino styles (it's generally not the case in normal apps), and is not yet updated to Uno 4.1. Updates will be coming soon. Finally, .NET 6 still has issues (dotnet/runtime#60247) with AOT and interpreter/AOT boundaries which are being worked on for .NET 7. We expect that when these paths are optimized, runtime performance will increase significantly. Each app has its own performance characteristics, I suggest to try out uno with your code to find out which and let us know. |
Beta Was this translation helpful? Give feedback.
-
FYI summary of what I have so far:
I'm shying away from PG-AOT for now, since I do have performance concern. However, I'll look into again as performance improves on our way to .NET 7 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I ran some tests using the UNO Gallery app.
Here are my findings (latest Chrome on latest Windows 10 using a 1GB line):
I'm trying to get a grasp on what this means for a non-trivial LOB app (e.g. my app has > 30K lines of executable code and still is not large by any stretch)
What's UNO's stance on these findings? What could be done to improve the startup experience?
Thanks in advance for shedding some light
Beta Was this translation helpful? Give feedback.
All reactions