-
Notifications
You must be signed in to change notification settings - Fork 369
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
Slow initial loading of websites on Windows (DNS?) #4085
Comments
Let me link you to THIS which was the case for me, so i had to decrease the amount of hosts in HOSTS file. This case doesn't relate to Mullvad. |
Thanks for you suggestion. But I don't have any entries in my Hosts file. |
Does this issue affect all software or only some of it (like your browser)? It sounds like the tunnel adapter is being used as a fallback for DNS queries instead of being the primary adapter. You could try disabling all adblocking features and seeing if running this (in a command prompt) helps:
If that doesn't work, also check if any of your network interfaces have a lower metric than the tunnel interface. Use |
It seems to affect all software.
I wasn't using any blocking features from Mullvad and the command does not help.
The metric value of Mullvad is already 1 and there are no interfaces with an equal value. |
I have the same or at least a similar problem: websites, or at least some of them, are, intermittently, slow to load. And none of the procedures recommended above helped. Also, intermittently, various sites, including Amazon, fail to load at all. I'm using Firefox on Windows, and Wireguard. Just now I've enabled the Firefox proxy; I will see whether that helps. EDITED. |
Thanks for the response. Please send a problem report if you haven't done so. :) Does enabling/disabling IPv6 in the app make any difference? Also, is the correct resolver being used ( That sounds like an unrelated problem. You might be better off contacting support@mullvad.net if you believe that it is related to Mullvad. |
I enabled IPv6 in the app, but there was no difference. |
@Geblaat Thank you for that. Could you give the following dev build a go? https://releases.mullvad.net/builds/2022.5-dev-8aaedf+test-win-netsh/MullvadVPN-2022.5-dev-8aaedf+test-win-netsh.exe |
Yes, I've been running it for 2 days now, but it doesn't really make a difference. |
@dlon did you see my last reply? Is there anything else I can do/test? |
@Geblaat Sorry for the slow response. If you just want to work around this issue, you could probably just enable DNS over HTTPS in Firefox. Alternatively, run the following powershell command: Add-DnsClientNrptRule -Namespace "." -NameServers "10.64.0.1" This will work unless you're using any of the DNS content blockers or custom DNS. In that case, adjust the address (10.64.0.1) accordingly. You will have to run As for the actual problem, run |
@dlon It is still fast most of the time when the computer has just been booted up. Maybe it slows down due to the torrent client with lots of loaded torrents. But if that is the case, it would be weird that 2022.2 is not affected. |
@dlon |
@Geblaat Try setting the MTU and see if that helps: |
@dlon |
@Geblaat Thank you for the update. Since we have determined that the issue is not related to MTU or metrics, I don't have any further suggestions at this time. If you find some way to work around it, please get back to me. |
@dlon No workaround so far but I did narrow the problem down a little more. It doesn't seem to be related to the VPN tunnel itself. I used split tunneling to exclude Firefox from the VPN. Initial loading of websites is then still slow on Firefox. But Firefox is fast again when I disconnect the VPN(No Lockdown mode). |
When you exclude a process from the tunnel its DNS requests still go in the tunnel. So if it indeed is the DNS that is slow, it would be so both in excluded and included mode. Could you time DNS lookups? If you in a terminal do a few DNS lookups, are they also very slow when Mullvad is connected and fast when disconnected?
|
If I do DNS lookups in the terminal they are fast when connected as well. |
Issue report
Operating system: Windows 21H1 x64
App version: 2022.3 - 2022.5
Issue description
When using 2022.2 with Wireguard, website loading was very fast.
At some point I tried 2022.3-beta-2.
The initial loading of websites then became extremely slow. Once it starts loading the speed is good, and I can get 30MB/s+ when downloading, so throughput is not an issue. The initial loading takes a long time though. So maybe it is a DNS issue? Autocomplete of search words and tags is also really slow.
2022.3 final and 2022.4 have the same issue. 2022.5 is faster, but still definitely not as fast as 2022.2
If I switch back to 2022.2 everything is fast again.
The text was updated successfully, but these errors were encountered: