Troubleshooting

Website not loading?

When a website fails, check the layers in order: DNS, network reachability, open ports, HTTP response, browser behavior and server application logs.

Start with the visible symptom

Different failures point to different layers. A browser message about DNS usually means the domain did not resolve. A connection timeout may mean the server IP exists but the port is blocked or the service is down. A redirect error points to HTTP configuration. A blank page with HTTP 200 may be an application or front-end issue.

The fastest path is to avoid guessing. Use each test to eliminate a layer. If DNS is wrong, port checks do not matter yet. If port 443 is closed, HTTP headers cannot be fetched reliably. If headers show a 500 error, the network may be fine while the application is failing.

Checklist

1. DNSCheck A, AAAA and CNAME records.Use DNS Lookup.
2. IP / ASNConfirm the domain points to the expected provider.Compare public IP and ASN.
3. PingTest basic reachability, if ICMP is allowed.Failure is not final proof of outage.
4. Port 443Confirm HTTPS accepts connections.Use Port Check.
5. HeadersInspect status, redirect, cache and security headers.Use HTTP Header Check.
6. BrowserCompare cache, cookies, language and device behavior.Use Browser Information.

Common causes

If the issue affects everyone, focus on DNS, hosting, firewall, certificate and server logs. If it affects one user or one network, compare IP location, VPN, browser data and local DNS cache.

FAQ

Why does the website work on mobile but not Wi-Fi?

The two networks may use different DNS resolvers, IP paths, IPv6 support, filters or cached records.

Why does DNS look correct but the site still fails?

The server may be unreachable, port 443 may be blocked, HTTPS may be broken, or the application may return an error.

Why does only one browser fail?

Browser cache, cookies, extensions, DNS-over-HTTPS settings or stored HSTS rules may be involved.

Can a CDN cause loading problems?

Yes. CDN DNS, cache, firewall rules, origin health and TLS settings can all affect loading.

What should I check after a hosting migration?

Check DNS propagation, port 443, HTTPS certificate, redirects, HTTP headers and old server availability.