1---2name: site-performance-watch3description: Monitoring and alerting framework for ecommerce site speed, errors, and uptime.4---5
6# Site Performance Watch Skill
7
8## When to Use
9- Setting up proactive monitoring during campaigns or launches.
10- Investigating conversion drops tied to latency or availability issues.
11- Communicating performance incidents to merchandising and engineering teams.
12
13## Framework
141. **KPI Stack** – FCP, LCP, CLS, TTFB, checkout API latency, error rates, uptime.
152. **Segmentation** – device, geography, browser, promotion, traffic source.
163. **Alerting Rules** – thresholds, aggregation windows, escalation paths, war-room triggers.
174. **Diagnostics** – logging, tracing, screenshot/session replay hooks.
185. **Comms Kit** – stakeholder updates, status pages, rollback plans.
19
20## Templates
21- Performance scorecard with spark lines + thresholds.
22- Incident log template with root cause, mitigation, and follow-up tasks.
23- Escalation matrix covering engineering, DevOps, merchandising, and CX leads.
24
25## Tips
26- Pair synthetic monitoring with RUM data to catch both systemic and localized issues.
27- Freeze experiment/merch changes when performance breaches critical thresholds.
28- Use alongside `diagnose-conversion-drop` to correlate experience and performance data.
29
30---