mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #599] first http request is slow than following ones #499
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#499
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sohaibilyas on GitHub (Apr 25, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/599
i edited the library files just to add few more buttons with javascript ajax alright so when i open the config portal with ip it takes around 5-10 seconds for the first time so its like when i turn off wifi on my phone come back again in few minutes, connect to it and then again it takes the same amount of time but just with the FIRST REQUEST so does esp8266 sleep when no requests are coming for specific period of time or what! kindly guide me on this and thank you so much for this amazing library <3
@tablatronix commented on GitHub (Apr 25, 2018):
Which branch? There is a sleep there is also ap scans in the bg possibly
@sohaibilyas commented on GitHub (Apr 25, 2018):
master branch, haven't tested other branches like dev or hotfixes? ive seen something like scanning aps in asyncwifimanager (line 443-449) maybe developer added that to make the esp never sleep! could we also do that in this library!
@tablatronix commented on GitHub (Apr 25, 2018):
You can try disabling sleep mode, I think the default is
modemwifi_set_sleep_type(NONE_SLEEP_T);Also maybe try a newer versions of esp lib
@tablatronix commented on GitHub (Apr 25, 2018):
This issue seems to be maybe related?
https://github.com/esp8266/Arduino/issues/2330
@sohaibilyas commented on GitHub (Apr 25, 2018):
alright im going to try this now, i could try dev branch without any documentations but not really familiar with c++, thanks :)
@tablatronix commented on GitHub (Apr 25, 2018):
Yeah no prob, it should work the same, it just some new stuff added
You should be able to do that in your own code to set the sleep in setup.
#500
@tablatronix commented on GitHub (Apr 25, 2018):
testing development just tells me if this is a bug in wm or not, I have not personally noticed this issue but I will try to reproduce also if I have time
@sohaibilyas commented on GitHub (Apr 30, 2018):
this is just amazing, it was my phone, huawei p10 lite, i tried with my brother's huawei mate 10 lite and i got the portal right away so i think my phone has more apps than my brother's and those apps may be sending too many requests in the background as soon as it gets connected to any wifi :) for now closing it because it is still "may be" 😄