Any Ideas Why Performance Significantly Improves AFTER Starting a Debug Session? #29211
Unanswered
bradford-fisher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've created a very small sample WPF Blazor Hybrid application which renders 2
div
s (#application
and.block
). I've noticed that the performance of the BlazorWebView AFTER having started a single debug session is significantly better. I've also noticed that the performance of the published application is similar to the performance observed in Visual Studio BEFORE having started a debug session (which is pretty lackluster).Any ideas why the performance is so much better after starting a debug session? I'd like to get the published application to run with the same performance.
Link to Video Demonstrating Performance Before and After Debug Session:
WPF Blazor Web View - Performance - Before and After Debugging
Link to Repository with Sample Code:
wpf-blazorwebview-sample
Beta Was this translation helpful? Give feedback.
All reactions