[UNO 6.0 + WASM] Download size the same as before. Expected? #20274
DierkDroth
started this conversation in
General
Replies: 1 comment 6 replies
-
Thanks for the question. The size numbers are broad numbers that depend on the platform, and optimizations are mostly for desktop builds on Windows and iOS. For Wasm, some reductions may happen when the Xaml Trimming and Resource Trimming is enabled. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I started with tests on latest UNO 6.0 and was looking at the download size of my WASM app.
Reading through the UNO 6.0 announcement I got the impression that the download size would be optimized as well. However, when comparing the overall download sizes in Chrome anonymous mode of my UNO 5.7-dev app compared to the UNO 6.0 version I found that number are pretty much the same: ~220 requests, ~28MB transferred, ~95MB resources (F12 - Network tab, footer row).
Here is the list of UNO packages which are in use on my app:

Is is expected that the WASM numbers are pretty much the same or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions