Search found 1 match
- Fri Jan 12, 2024 4:42 am
- Forum: General Discussion
- Topic: HTTP POST only 550kbps throughput, too slow? Any tips on increasing performance?
- Replies: 0
- Views: 63034
HTTP POST only 550kbps throughput, too slow? Any tips on increasing performance?
Hi All, I am trying to find what's the most performant way to have esp32 s3 upload jpg file (~500Kb) via HTTP post request to a server. It takes about 8 seconds at minimum, which comes out to about 550Kbps or 0.6Mbps. The file is already loaded in PSRAM, so I'm measuring only http post performance. ...