this post was submitted on 28 Oct 2025
15 points (100.0% liked)
Linux
59933 readers
480 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Definitely weird. WiFi connections are poor, but VPN connection over the same WiFi link is good.
That makes me think perhaps DNS like others have said, or it could be something with your local routing table trying to reach something that's not reachable. I would probably check the routing table first for anything weird. Like, you might have a static route applied from DHCP, but it's ignored by your phone OS.
Since you can reproduce it in the browser I would probably look next at browser dev tools (F12). Go to the network tab. Then reproduce the problem. Once the task properly finishes, hit pause and sort by duration. You can also right click the headers and add a Timings>Latency column. See if there's anything interesting.
Like, are the slow steps hitting a new domain name? Is there a slow POST among faster GETs? Is a step repeating after a timeout?
If nothing's obvious there I would be tempted to repeat but lower level with wireshark to get the whole network picture. Get a good capture of the problem with a general sense of the timing of the problem pauses (in seconds from the start of capture). Find them in the cap and see what's what. Compare good vs bad if no clear trends present themselves.
Thank you for the suggestion. I actually figured out a simple solution, I changed my router from router mode to access point mode, and then connected the ethernet cable to lan port instead of the wan port, and that fixed everything.