[Blazor] debugging startup takes 24 seconds while without it loads instantly #49244
Open
1 task done
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Is there an existing issue for this?
Describe the bug
After I set up my enterprise-grade solution, debug startup time increased from 5 seconds which is pretty nice to 24-28 seconds which is not acceptable
Expected Behavior
Debugging startup time takes no more than 10 seconds
Steps To Reproduce
dotnet new -i Bolero.Templates
dotnet new bolero-app -o MyBoleroApp
Add
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
tolaunchSettings.json
as per [Debugging] Breakpoint is only hit on the first load fsbolero/Bolero#307 (comment)Run in debug mode and see that app loads in 5 seconds
unpack App.zip and run in debug mode
Marketplace.Server
See that it loads very slow!
Exceptions (if any)
No response
.NET Version
7.0.102
Anything else?
Visual Studio 2022 17.7.0 Preview 2.0
The text was updated successfully, but these errors were encountered: