Hi Ray Charbonneau,
Thank you for reaching out to Microsoft Q&A forum and sharing the details of the issue. I understand how frustrating it can be when pages take longer to load, and I truly appreciate your patience while we work through this together.
The delay you’re seeing, caused by the wcp-consent.js script timing out, is often related to network routing or DNS resolution rather than your browser settings.
Below are some steps you can try to improve performance:
Step 1: Switch to a Public DNS Provider
This can help bypass slow or blocked routes.
- Open Settings > Network & Internet > Advanced Network Settings.
- Right-click your active network > More adapter Options > Edit.
- Select Internet Protocol Version 4 (TCP/IPv4) > Properties.
- Choose Use the following DNS server addresses and enter:
- Preferred DNS:
8.8.8.8(Google) - Alternate DNS:
1.1.1.1(Cloudflare)
- Preferred DNS:
- Click OK, then restart your browser.
Step 2: Test Using a VPN
A VPN can route traffic through a different region, avoiding local ISP issues.
- Connect to a trusted VPN service.
- Reload the Microsoft site and check if the delay disappears.
If the site loads normally, the issue is likely regional routing.
Step 3: Temporarily Disable IPv6
Some networks misroute IPv6 traffic, causing timeouts.
- Open Settings > Network & Internet > Advanced Network Settings.
- Right-click your active network > More adapter Options > Edit.
- Uncheck Internet Protocol Version 6 (TCP/IPv6).
- Click OK, then restart your browser.
Step 4: Check Connectivity to Microsoft CDN
Verify if your system can reach the CDN hosting the script.
- Open Command Prompt and run:
nslookup wcpstatic.microsoft.com ping wcpstatic.microsoft.com
If these commands fail or show high latency, it indicates a network issue.
In case the issue persists after these steps, please let me know. I'm here to help.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.