Time-To-First-Interactive (TTFI) — Nightly Failure
Date: 2026-06-13 | Suite: ttfi | Workflow run
What Failed
Test summary (click to expand)
How to Fix
Run locally
cd web && PLAYWRIGHT_BASE_URL=http://localhost:5174 npx playwright test --config e2e/perf/perf.config.ts e2e/perf/all-cards-ttfi.spec.ts --project=chromium
Fix guidance
Cards are taking too long to show first content.
Profile with Chrome DevTools Performance tab.
Check for unnecessary re-renders, large bundle imports, or slow data hooks.
Compare against baseline in e2e/perf/baseline/.
Rules
- Fix the root cause in source code — do NOT weaken test assertions
- Re-run the suite locally and verify 0 failures before submitting
- The spec file is
web/e2e/perf/all-cards-ttfi.spec.ts — read it to understand what's being checked
- Check recent commits that may have introduced the regression
Auto-created by Nightly Compliance workflow. Assigned to Copilot for auto-fix.
Time-To-First-Interactive (TTFI) — Nightly Failure
Date: 2026-06-13 | Suite:
ttfi| Workflow runWhat Failed
Test summary (click to expand)
How to Fix
Run locally
Fix guidance
Cards are taking too long to show first content.
Profile with Chrome DevTools Performance tab.
Check for unnecessary re-renders, large bundle imports, or slow data hooks.
Compare against baseline in
e2e/perf/baseline/.Rules
web/e2e/perf/all-cards-ttfi.spec.ts— read it to understand what's being checkedAuto-created by Nightly Compliance workflow. Assigned to Copilot for auto-fix.