I have a Blazor Server project with about 100 pages(.razor), and 10 Razor Pages (.cshtml), When I make a change in a .cshtml page it takes about 3 seconds to refresh page and show the results but when I make a change in a Blazor page it takes about 12 seconds to refresh page and show the results in browser.
What is wrong? Does it show that Blazor is not suitable for large project with lots of pages?
2.1m questions
2.1m answers
60 comments
57.0k users