Skip to content

Incident Response: from alert to postmortem

Key idea:

Six steps: (1) Declare the incident and set severity (SEV-1/2/3). (2) Assign an Incident Commander — they coordinate, they don't fix. (3) Open a dedicated channel (Slack/Zoom). (4) Stream updates to the status page every 30 min. (5) Fix → verify → resolve. (6) Postmortem within 48 hours: timeline, root cause, action items. A blameless culture is non-negotiable.

Below: details, example, related terms, FAQ.

Try it now — free →

Details

  • Severity matrix: SEV-1 (outage → all hands), SEV-2 (degradation), SEV-3 (minor)
  • Incident Commander coordinates, does not code — otherwise the team loses focus
  • Single source of truth: one channel (#inc-2026-04-18-db) + one doc
  • Internal vs external comms: status page + Twitter, no details until RCA
  • Postmortem: what happened, why, impact, action items (owner + due date)

Example

# Incident template (Slack)
:rotating_light: SEV-2 incident declared
**Impact**: 20% of API requests returning 500
**Started**: 14:23 UTC
**IC**: @alex
**Channel**: #inc-2026-04-18-db
**Status page**: https://status.example.com/i/abc123

# Updates every 30 min
14:23 Declared, investigating
14:38 DB connection pool exhausted
14:52 Rolled back deploy 07f2
15:02 Recovery confirmed, monitoring
15:30 Resolved, postmortem 2026-04-20

Related

Score 0–100Unified site health score
SSL + SecuritySecurity and certificate status
PerformanceResponse speed and caching
SEO Signalsrobots.txt, sitemap, canonicals

Why teams trust us

100
point scale
SSL
SSL + HTTP headers
10+
scoring criteria
Free
no signup

How it works

1

Enter site URL

2

Analyse 10+ factors

3

Get overall score

What is Health Score?

Health Score is a comprehensive assessment of site technical health across 20+ parameters: SSL, security headers, response speed, SEO technical factors, and availability.

Comprehensive Score

20+ parameters in one number: SSL, headers, speed, SEO technical factors.

Detailed Breakdown

Each parameter with explanation — what is checked, what was found, how to fix.

Score Trends

Compare Health Score at different dates — see progress or regression.

Health Monitoring

Set up automated Health Score checks and get notified when the score drops.

Who uses this

Developers

quick pre-release audit

SEO

technical baseline score

Marketers

client site check

Security

header security audit

Common Mistakes

Ignoring red parametersA red parameter is a critical issue. Start fixing those, not the yellow ones.
Only checking homepageIssues may exist on subpages. Check key sections and landing pages.
Not re-checking after fixAfter each fix, rerun the check and verify the score improved.
Treating 80+ as good enoughAim for 95+. Every red item is a risk to SEO or security.

Best Practices

Fix by priorityRed > yellow > blue. Critical issues first.
Check regularlyWeekly Health Score check helps catch degradation before it affects SEO.
Use monitoringConnect an automated HTTP monitor — it will be the first to notice downtime.
Compare with competitorsCheck the Health Score of your nearest competitor — a great benchmark for prioritization.

Get more with a free account

Health Score check history and real-time site health monitoring.

Sign up free

Learn more

Frequently Asked Questions

Blameless postmortem?

Culture + a written standard. Focus on the system, not the person. "What let this bug happen?" instead of "who screwed up?"

How fast do I write the postmortem?

SEV-1: 48 hours. SEV-2: one week. SEV-3: optional. Timeboxing beats depth.

IR automation?

PagerDuty / Opsgenie — on-call routing. Jeli, incident.io — full incident platforms. Slack Workflow Builder for small teams.