Skip to content

Enable compression on blazorpack #35897

@tag5

Description

@tag5

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

I have inspect websocket messages on a very basic blazorserver application.
I have tried for example to set a textbox value to "Helloworld" when user clicks on a button.
Server sends about 300bytes to browser for applying helloworld to textbox.
I am working with a third party component for a Grid. Displaying 200 rows with 3 text columns costs about 600kbytes.
I have inspect packet and there is a lot of strange data on the top of the packet. I think this can be compressed.

Describe the solution you'd like

Blazorpack only allows text and binary format. I think it will be a good thing to allow on-the-fly compression of blazorpack messages

Metadata

Metadata

Assignees

Labels

PerfPillar: Complete Blazor WebPriority:1Work that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-server

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions