-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
Pillar: Technical DebtPriority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-blazor-server
Milestone
Description
There are several performance improvements that we can make to reduce the bandwidth used by Blazor Server. Enabling compression requires us to investigate potential security issues with regards to HTTPS, packing the frames more tightly seems to offer a 30% improvement over the frame size, finally we can "minimize" some of our JS interop callbacks to reduce the size a bit further.
TanayParikh, boukenka, RyoukoKonpaku, ThisWillDoIt, joadan and 2 moresgf and WhitWaldosgfsgf
Metadata
Metadata
Assignees
Labels
Pillar: Technical DebtPriority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-blazor-server