Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d19e42

Browse files
authored
Revert "[Blazor] Use preloading in benchmark app (#61959)" (#64560)
This reverts commit4753235.
1 parent4b806b1 commit4d19e42

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
<metacharset="utf-8"/>
55
<title>E2EPerformance</title>
6-
<linkrel="preload"id="webassembly"/>
76
<basehref="/"/>
8-
<scripttype="importmap"></script>
97
</head>
108
<body>
119
<script>
@@ -21,6 +19,6 @@
2119
</script>
2220

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp