why aren't you using hot load?
when you run the app a lot happens
1) code compiled
2) server site loaded into iis (express)
3) debugger attaches to server code
4) browser start with site url
5) blazor client code started
6) blazor client code loads debugging tools and WASM
7) debugger attaches to browser
your performance will depend on your machine. on my box (windows VM on a IMac Pro) it takes 12 seconds.