Page 1 of 1

HTTP performance (response time)

Posted: Thu Apr 15, 2021 4:16 pm
by ahmedwahdan
Hi,

I was using this http server implementation https://github.com/igrr/esp32-http-server.
The http response was 25 ms in avarage.
idf_old_http_server.JPG
idf_old_http_server.JPG (52.05 KiB) Viewed 1565 times
After updating to IDF 4.2 http-server, the resposne avarage became 60ms.
idf4.2.JPG
idf4.2.JPG (50.45 KiB) Viewed 1565 times
Any ideas how minimize the response time?

Thanks!