Turn all optimizations back on for speed test
This commit is contained in:
@@ -5,9 +5,16 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
|
||||||
<!-- Without Optimizations 6MB Initial Download -->
|
<!-- Without Optimizations 3.92MB Initial Download / 302Kb home page load after -->
|
||||||
<!-- All Optimizations Without AOT 3.27MB Initial Download -->
|
<!-- All Optimizations Without AOT 3.27MB Initial Download -->
|
||||||
<!-- All Optimizations With AOT 7.44MB Initial Download -->
|
<!-- All Optimizations With AOT 7.44MB Initial Download -->
|
||||||
|
<PublishTrimmed>true</PublishTrimmed>
|
||||||
|
<TrimMode>link</TrimMode>
|
||||||
|
<RunAOTCompilation>true</RunAOTCompilation>
|
||||||
|
<InvariantGlobalization>true</InvariantGlobalization>
|
||||||
|
<BlazorEnableCompression>true</BlazorEnableCompression>
|
||||||
|
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
|
||||||
|
<StripSymbols>true</StripSymbols>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- Retain important files on trimming -->
|
<!-- Retain important files on trimming -->
|
||||||
|
|||||||
Reference in New Issue
Block a user