From 38a9ab6c64e9fe1b10a8398942149d959b1ac6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Fi=C5=A1era?= Date: Fri, 16 May 2025 10:07:49 +0200 Subject: [PATCH 1/3] Use preloading in benchmark app --- .../Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj | 1 + .../Wasm.Performance/TestApp/wwwroot/blazor-frame.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj b/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj index 8a3d2cb175c5..fdae3e601086 100644 --- a/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj +++ b/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj @@ -8,6 +8,7 @@ Client caching isn't part of our performance measurement, so we'll skip it. --> false + true diff --git a/src/Components/benchmarkapps/Wasm.Performance/TestApp/wwwroot/blazor-frame.html b/src/Components/benchmarkapps/Wasm.Performance/TestApp/wwwroot/blazor-frame.html index 59a2dc0063b7..ae6fa5c543ae 100644 --- a/src/Components/benchmarkapps/Wasm.Performance/TestApp/wwwroot/blazor-frame.html +++ b/src/Components/benchmarkapps/Wasm.Performance/TestApp/wwwroot/blazor-frame.html @@ -3,7 +3,9 @@ E2EPerformance + + Loading... - + From e97f6fae4940ca9cb6b3d1b7360f8ea5ddcb6dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Fi=C5=A1era?= Date: Wed, 28 May 2025 09:46:59 +0200 Subject: [PATCH 2/3] Explicitly set the BlazorWebAssemblyJSMapPath to empty value --- .../Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj b/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj index fdae3e601086..782ad9ea9080 100644 --- a/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj +++ b/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj @@ -9,6 +9,7 @@ --> false true + From da28e0dac79a8d52f18ef4aa882684a73c9439e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Fi=C5=A1era?= Date: Thu, 25 Sep 2025 15:19:12 +0200 Subject: [PATCH 3/3] Update Wasm.Performance.TestApp.csproj --- .../Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj b/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj index 782ad9ea9080..fdae3e601086 100644 --- a/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj +++ b/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj @@ -9,7 +9,6 @@ --> false true -