Start a hosting investigation with the exact failing task. A DNS problem, certificate warning, application error and slow image need different fixes. Changing several settings at once makes the cause harder to find and rollback harder to manage.
Capture a useful starting point
- The full affected URL and the time, including the time zone.
- The visible error or HTTP status.
- The device and network used.
- Whether another page or visitor sees the same issue.
- Any recent deployment, DNS change or account limit notice.
Check the layer that matches the symptom
| Symptom | First check |
|---|---|
| Domain does not resolve | Compare the intended authoritative DNS records with current public answers. |
| Certificate warning | Check the exact hostname, certificate coverage, validity and public connection. |
| Application or database error | Review the relevant private runtime log and the last change. |
| Slow page | Separate initial response delay from images, scripts and browser work. |
| Storage limit reached | Identify which data is growing before deleting anything. |
| Email failure | Distinguish login, sending, receiving and delivery problems; check the intended mail service. |
Website DNS and email DNS can belong to different services. Do not replace all records to fix one hostname. Likewise, SPF and DKIM help with authentication but do not guarantee that a message will reach an inbox.
Avoid speculative repairs
Do not run table repairs, delete databases, raise connection limits or restart services simply because an error mentions the database. Establish the cause, preserve the current state and choose a change with a known reverse operation. Keep configuration credentials out of ordinary screenshots and support messages.
Verify the original task
After a fix, repeat what the visitor was trying to do. A successful homepage response is not enough when the reported problem was a form submission or account action. Check for new errors and record the result.
Use the focused guides for website speed, HTTPS and suspected malware when those symptoms apply.
