-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
response too slow #42
Comments
What's your platform and how memory SDRAM have you ? |
esp32 , about 128k RAM |
There are many memory allocation in the web server, 128k is can be just if you have microwebsrv (websockets? pyhtml?) + another code around. Do you use the threaded mode or the blocking mode? 3 seconds, it's slow yes... You can also adjust threads stack size of your micro-controller. However, this is not due to the DNS resolving? |
hi,buddy, I just bought a new esp32 chip with psram. And I'm going to test it tomorrow. |
Ok |
thanks for sharing this amazing project!
the average of http-responsing time is too slow, about 3 seconds.
Is there a way to optimize?
The text was updated successfully, but these errors were encountered: