[GH-ISSUE #4595] How to increase the speed of http proxy? #3631

Closed
opened 2026-05-05 14:19:56 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @syferdev29 on GitHub (Dec 18, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4595

Bug Description

There is a device for http_proxy which has 50-100 mbit/s at speedtest

The server where frps is installed has connection speed 800-1000 mbit/s.

When I use http_proxy in work, the speed is 2-3 times slower than on the device.

Help me to understand why so much speed is lost or how to improve speed on proxy

frpc Version

0.61.1

frps Version

0.61.1

System Architecture

linux/amd64

Configurations

serverAddr = ""
serverPort = 2000
auth.method = "token"
auth.token = ""
log.level = "info"
log.maxDays = 3
transport.poolCount = 5
transport.tcpMux = true
transport.protocol = "tcp"
transport.tls.enable = true

proxies
name = "http_proxy_$_httpPort"
type = "tcp"
remotePort = $_httpPort
[proxies.plugin]
type = "http_proxy"
httpUser = "$username"
httpPassword = "$password"

proxies
name = "socks5_proxy_$_socks5Port"
type = "tcp"
remotePort = $_socks5Port
[proxies.plugin]
type = "socks5"
username = "$username"
password = "$password"

Logs

No response

Steps to reproduce

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @syferdev29 on GitHub (Dec 18, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4595 ### Bug Description There is a device for http_proxy which has 50-100 mbit/s at speedtest The server where frps is installed has connection speed 800-1000 mbit/s. When I use http_proxy in work, the speed is 2-3 times slower than on the device. Help me to understand why so much speed is lost or how to improve speed on proxy ### frpc Version 0.61.1 ### frps Version 0.61.1 ### System Architecture linux/amd64 ### Configurations serverAddr = "" serverPort = 2000 auth.method = "token" auth.token = "" log.level = "info" log.maxDays = 3 transport.poolCount = 5 transport.tcpMux = true transport.protocol = "tcp" transport.tls.enable = true [[proxies]] name = "http_proxy_$_httpPort" type = "tcp" remotePort = $_httpPort [proxies.plugin] type = "http_proxy" httpUser = "$username" httpPassword = "$password" [[proxies]] name = "socks5_proxy_$_socks5Port" type = "tcp" remotePort = $_socks5Port [proxies.plugin] type = "socks5" username = "$username" password = "$password" ### Logs _No response_ ### Steps to reproduce _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:19:56 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 2, 2025):

Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.

<!-- gh-comment-id:2567201032 --> @github-actions[bot] commented on GitHub (Jan 2, 2025): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3631
No description provided.