Digital AuditsModule 2: Website and search reviewLesson 4 of 12
Course progress25%

19 min lesson · Updated August 2026

How do you audit performance, maintenance and security basics?

Audit website performance, maintenance and security basics by combining field experience, repeatable lab diagnosis, infrastructure and software checks, and verified operational controls—without treating a single score as speed or security proof.

What you will learn

By the end, you will understand:

  • Separate field and lab performance evidence
  • Review maintenance, backups, updates and access controls
  • Report security observations without claiming a penetration test

Visual explainer

See the idea clearly.

Field and lab data answer different questions

Field data

Aggregated experiences from eligible real users over a period; useful for population experience but affected by devices, networks, geography and sample eligibility.

Lab data

A controlled synthetic run useful for diagnosis and repeatability; it does not represent every visitor or guarantee field outcomes.

Document the performance test

  • Exact URL/template
  • Device/emulation
  • Network/CPU conditions
  • Tool/version
  • Location
  • Signed-in/out state
  • Cache state
  • Cookie/consent state
  • Third-party scripts
  • Date/time
  • Repeat runs
  • Field-data availability

Trace the loading path

  1. 01

    DNS/TLS/server response

  2. 02

    HTML and critical resources

  3. 03

    CSS/fonts

  4. 04

    Main content image

  5. 05

    JavaScript execution

  6. 06

    Layout stability

  7. 07

    Interaction readiness

  8. 08

    Third-party activity

  9. 09

    Long-lived cache/repeat visit

Core Web Vitals are important—not complete

Largest Contentful Paint, Interaction to Next Paint and Cumulative Layout Shift describe key aspects of loading, responsiveness and visual stability. They do not cover content clarity, accessibility, transaction success or every performance problem.

Diagnose by page type and distribution, not only an average. Avoid optimizing a lab number in ways that harm real functionality.

Maintenance and security baseline

AreaCheck
SoftwareSupported core/theme/plugin/runtime versions, update ownership and staging/rollback.
AccessNamed accounts, least privilege, MFA where supported, no shared admin credentials.
BackupsAutomated schedule, off-site/isolated copy, retention and tested restoration.
Transport/configValid HTTPS, secure redirects, secrets outside public source, safe debug/error output.
MonitoringAvailability, logs, integrity/change awareness and actionable alert ownership.
RecoveryIncident contacts, containment steps, clean restore source and verification.

A Site Health score is not a security certificate

WordPress Site Health can expose configuration and software recommendations. It cannot prove absence of vulnerable custom code, compromised credentials, malicious files or weak hosting controls.

A standard audit should describe its security depth. Do not call passive configuration review a penetration test or promise a site is secure.

Test safely

Avoid load, exploit or destructive testing on production without explicit authorization, method and rollback. Sanitize reports and never include credentials, tokens or sensitive personal data.

Escalate suspected compromise through an incident process; do not casually modify evidence.

Real-world example

Example: one score hides two different issues

Example

A product page receives a poor mobile lab score. Field data also shows slow LCP, supporting a broad image-delivery issue, while the lab trace reveals a consented chat script blocking interaction only after acceptance. The audit separates the two findings, owners and verification methods.

Try this

Create a performance evidence pack

Test one representative URL three times in the same lab conditions, record the median and trace, then compare available field data. List which conclusions are supported by both and which remain lab-only hypotheses.

Common questions

Questions beginners ask.

Is PageSpeed Insights the same as Lighthouse?

PageSpeed Insights can show field data and Lighthouse lab analysis; the two datasets have different scopes and should not be confused.

What are Core Web Vitals?

Google’s current user-experience measures for loading, interaction responsiveness and visual stability: LCP, INP and CLS.

Why do performance scores change?

Network, device, server, page state, third parties, tool versions and natural run variation affect lab results.

Does a score of 100 mean the site is fast for everyone?

No. It is one lab result under defined conditions and does not represent all real users or tasks.

Does WordPress Site Health prove security?

No. It is a useful configuration/maintenance diagnostic, not a security guarantee.

What makes a backup trustworthy?

A protected backup with suitable retention that has been restored and verified, not merely a success notification.

Should every plugin be updated immediately on production?

Security fixes matter, but important changes need compatibility checks, backups and rollback according to risk.

Can a normal audit claim no vulnerabilities exist?

No. State tested scope and method; absence of observed issues is not proof of absence.

Assessment

Check what you understood.

5 questions · instant explanations

1. What does field data represent?
2. Why repeat lab runs?
3. Which proves backup readiness?
4. What should a security review report?
5. True or false: one performance score fully represents content, accessibility and transaction success.

Sources

Primary references.