Debian 12 with Gnome 43.6
My internet speed is 35 Mbps
My web browsing on all three - Firefox, Chormium, Web(Epiphany) - has a long loading time regardless the amount of add-ons operating.
Any advice on why and what can be done?
Thank you
1 Like
There is an awful lots of reasons you have technical issue about slow internet connection, let’s cross one of the list
It could be something about ipv6 prioritized over ipv4, you can disable ipv6 and try again :
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
2 Likes
thank you @fralb5
Before I initialize the command - what is the way to resume normality…
I hate being in a position of starting something and then not knowing how to go back…
Cheers for your help
1 Like
to revert you just have to replace the disable_ipv6=1 by disable_ipv6=0
but it’s not a permanent solution staying after a reboot, it’s only for a temporary test
1 Like
thanx - I’ll try it now.
1 Like
It actually made things worse …
1 Like
Some basic questions first:
- Are you using Wi-Fi or Ethernet?
- How many other users, if any, also use the same access point?
- Does this issue still occur with other operating systems, such as a PureOS live image on a USB drive?