Skip to content

Blazor server performance improvements #38127

Closed
@javiercn

Description

@javiercn

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions