esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

Very slow speed

Open Cancro29 opened this issue 1 year ago • 6 comments

I remember trying this firmware a few months ago and can get up to 15mbps, but now i barely reach 3mbps with average speed about 1mbps. My board is ESP-32 Devkit v1

Cancro29 avatar Jul 27 '23 11:07 Cancro29

Yes! Me too. It is too slow... This is the result from the speedtest website.

image

lhtien avatar Nov 25 '23 13:11 lhtien

Same here. i can barely reach 9mbit. I guess the precompiled binary distributed is optimized with Os ... perhaps one needs to build from source and optimize with Og/O3

piotrcurious avatar Dec 08 '23 00:12 piotrcurious

Any development here? I am facing the same issue at the moment, being able to barely reach 6 Mbps

Mike9277 avatar Mar 13 '24 14:03 Mike9277

Bumping this. Same issues for me. Not sure why there is a sudden drop in performance.

geidien avatar Mar 20 '24 03:03 geidien

I've ported the code into Arduino and tested various boards. Looks like the boards also affect speed. Here is the boards that i've tested:

  1. ESP32 DevKit V1 = ~3 mbps
  2. Wemos ESP32 = ~9 mbps
  3. Seeed Studio ESP32C3 = ~15 mbps

Still figuring out the answer of my question though. For now i can only assume that the board i've been using is a bad board

Cancro29 avatar Mar 20 '24 05:03 Cancro29

I found the solution to my particular case. It turns out ISP's like to recommend and use their own DNS services these days. Once I updated my routers to Cloudflare DNS 1.1.1.1 and 1.0.0.1 everything was resolved.

Don't know if this is your exact problem, but it is a possibility!! Also check out esp32_nat_router_plus those guys are actively improving this project.

geidien avatar Mar 20 '24 19:03 geidien