Page 1 of 1

ESPAsyncWebServer: Long load time in AP mode

Posted: Fri Jan 03, 2020 5:02 am
by ytan86
Hi there

I find that while AsyncWebServer is very snappy in STA mode - the same cannot be said in soft AP mode.

Here is the comparison that I have made between AP and STA mode using Opera browser:
espasyncwebserver_sta_ap.png
espasyncwebserver_sta_ap.png (36.23 KiB) Viewed 2481 times
Image: Slow load time in AP mode

The delay is much shorter in Chrome (1sec load), but the load time response is still evidently different from AP mode.

I have logged this issue on github, and I'm curious: anyone else encountering this behaviour?