-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Blazor] Use preloading in benchmark app #61959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Failure is related
|
It needs SDK change from dotnet/sdk#49178 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds preloading and fingerprinting placeholders to the Blazor WebAssembly benchmark application to improve performance measurement capabilities.
- Adds preloading support with WebAssembly preload link and import map script
- Enables fingerprinting placeholders in the Blazor script reference
- Configures the project to override HTML asset placeholders
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
blazor-frame.html | Adds preload link for WebAssembly, import map script, and fingerprinting placeholder in Blazor script src |
Wasm.Performance.TestApp.csproj | Enables HTML asset placeholder overriding via MSBuild property |
Apply preloading and fingerprinting placeholders to
Wasm.Performance.TestApp