mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4280] [Feature Request] 是否可以增加压缩条件 #3374
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3374
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arkerwu on GitHub (Jun 14, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4280
Describe the feature request
比如100K以下的不压缩,就跟ngnix那样指定一个最小压缩的参数;
太小的数据压缩得到的性能提升有限,并且还会占用CPU,得不偿失;
100K以上的压缩得到的传输加速效果更为明显;
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Jun 14, 2024):
一般来说,建议在自己的应用层做好压缩,不要依赖 frp,frp 的压缩是流式的,效果有限。