dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

Home Page:https://asp.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance Challenges of Blazor Server Applications in Low Bandwidth Environments Compared to MVC and Traditional Web Applications

neozhu opened this issue · comments

Background and Motivation

This topic explores the performance issues encountered with Blazor Server applications when operated in environments with limited bandwidth. It specifically focuses on significant response delays that become apparent during user interactions, such as clicking buttons to trigger events. The discussion aims to compare these experiences with those of MVC and traditional web applications, highlighting the severity and impact of latency in Blazor Server applications under such conditions.