Performance Measurement Notes
Performance Measurement Notes
Target devices (PRD §10.1)
- Apple Silicon, 16 GB RAM
- Windows 11, 16 GB RAM, consumer CPU/GPU
Targets
| Metric | Target |
|---|---|
| Side Panel first interactive | p95 < 800ms |
| Extract ≤ 3,000 words | p95 < 500ms |
| Summarize first token (Chrome AI, warm) | p95 < 2s |
| Translate (Translator warm) | p95 < 1s |
| Cancel acknowledged | < 300ms |
How to measure
- Open DevTools Performance / mark
performance.now()around:- Side Panel mount (
main.tsx→ first paint) EXTRACT_PAGEround-trip- first
tokenevent from summarize/translate
- Side Panel mount (
- Record Provider, model, device, input length with each sample.
- Do not publish a single number as universal.
Helper
Labs tab and streaming UI already expose stage strings (Extracting page…, Generating summary…). Extend with chrome.storage performance logs if needed in Alpha.