An external monitor tells you what a visitor receives.
WordPress Site Health tells you what the application knows about itself.
An agency needs both. The outside view catches a dead site, broken form, redirect, or missing page. The inside view catches conditions that may not be visible yet — failed background updates, loopback problems, outdated PHP, blocked outbound requests, unsafe debug settings, plugin inventory, and filesystem issues.
External checks can verify:
noindex;This is the customer perspective. It also keeps working when WordPress itself is too broken to report health.
The official Site Health screen groups results into critical issues, recommended improvements, and passed tests. Its information section exposes WordPress, themes, plugins, directories, server configuration, database information, constants, and filesystem permissions.
Important signals include:
An HTTP 200 response cannot reveal most of these.
WordPress uses loopback requests for scheduled events and for stability checks in the theme and plugin editors. A site may appear normal while background work silently fails.
That can affect:
The correct response is not automatically "increase the timeout." First identify whether DNS, authentication, a security plugin, PHP sessions, or server policy is blocking the request.
Knowing plugin names and versions helps an agency:
But plugin count alone is not a health score. Twenty maintained plugins can be safer than five abandoned ones.
Use a simple rule:
| Question | Best perspective |
|---|---|
| Can a visitor open the site? | External |
| Can a visitor submit the form? | External |
| Is WordPress able to run loopbacks? | Internal |
| Are plugins and core current? | Internal |
| Is the page unexpectedly noindex? | External + internal context |
| Is the server out of disk? | Server agent |
| Did a change break the public result? | External |
No single perspective should be treated as the whole truth.
An inside-out connector should:
If the connector has not reported recently, show "stale" or "insufficient data," not a healthy state.
Pingvera's WordPress connector adds inside-out context such as core and plugin information and signs of defacement. External checks continue to verify the public result. For client-owned servers, an optional agent adds CPU, memory, disk, network, and container signals.
The combination helps the agency move from:
The website is slow.
to:
Response time increased after memory pressure rose on the host; the public form remained available, and no lead failures were detected.
That is a much better incident conversation.
Pingvera combines external website checks with optional WordPress and server diagnostics, using outbound connections only.
Start free — up to 5 sitesDuring onboarding:
Monthly:
No. It is valuable internal diagnostic data, but it does not continuously verify regional availability, real form delivery, external redirects, or the visitor's end-to-end path.
Implementation varies. Prefer a scoped connector that sends only required health data and can be revoked without exposing the admin interface.
That depends on risk, backup, staging, rollback, and business criticality. Monitoring should verify the public result after any update.
Read next: server monitoring for web agencies and how agencies monitor client sites.