Skip to content

Commit 4d19e42

Browse files
authored
Revert "[Blazor] Use preloading in benchmark app (#61959)" (#64560)
This reverts commit 4753235.
1 parent 4b806b1 commit 4d19e42

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Client caching isn't part of our performance measurement, so we'll skip it.
99
-->
1010
<BlazorCacheBootResources>false</BlazorCacheBootResources>
11-
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
1211
</PropertyGroup>
1312

1413
<ItemGroup>

src/Components/benchmarkapps/Wasm.Performance/TestApp/wwwroot/blazor-frame.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>E2EPerformance</title>
6-
<link rel="preload" id="webassembly" />
76
<base href="/" />
8-
<script type="importmap"></script>
97
</head>
108
<body>
119
<script>
@@ -21,6 +19,6 @@
2119
</script>
2220

2321
<app>Loading...</app>
24-
<script src="_framework/blazor.webassembly#[.{fingerprint}].js"></script>
22+
<script src="_framework/blazor.webassembly.js"></script>
2523
</body>
2624
</html>

0 commit comments

Comments
 (0)