dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.37k stars 9.99k forks source link

Blazor Web App in auto mode cannot be used for website development #52587

Closed GajaLab closed 10 months ago

GajaLab commented 10 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

Unfortunately, Blazor's Auto interactive mode presents 2 major problems in website development: the first, which they are already dealing with, concerns the freezing time of the screen from the transition from signalR to Wasm which affects the user experience.

The other concerns SEO with the compromise of pagespeed tests due to the download of the Wasm assemblies. A low score can affect your ranking on search engines

Describe the solution you'd like

I suggest the possibility, for problem number 2, of being able to control the downloading of the assemblies so that it is possible to postpone them and therefore exclude them from the pagespeed tests.

Additional context

No response

MackinnonBuck commented 10 months ago

Thanks for reaching out.

We'll use https://github.com/dotnet/aspnetcore/issues/52154 to track improvements in this area because it brings up similar concerns.