Update performance notes for SetParametersAsync method#37061
Merged
Conversation
Clarified the performance improvement potential of overriding SetParametersAsync, noting it typically yields under 10% improvement in .NET 10.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Blazor rendering performance guidance to clarify the (reduced) benefit of manually overriding SetParametersAsync in newer ASP.NET Core/Blazor versions.
Changes:
- Adds monikered guidance for
>= aspnetcore-8.0that characterizes the typical performance gains as small (benchmarked on .NET 10). - Retains the prior (larger) performance improvement guidance for
< aspnetcore-8.0.
Collaborator
Author
|
Sorry for all of the update pings, @hakenr. The lingo is a bit tricky. I think I have it now ... or close to what we'll go with. Please feel free to suggest updates. Wade or Tom will be along shortly to review, and then we'll get this merged. Thanks again! |
Add AI usage note to Blazor rendering performance article.
wadepickett
reviewed
Apr 28, 2026
wadepickett
approved these changes
Apr 28, 2026
Contributor
wadepickett
left a comment
There was a problem hiding this comment.
Looks great, approved.
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #35507
Thanks @hakenr! 🎷
Wade/Tom ... Just need one review to get this one in.
Clarified the performance improvement potential of overriding
SetParametersAsync, noting it typically yields under 10% improvement in .NET 10.Notes ...
Internal previews