perf(apps): launch never waits on the credentials RPC — 1.2s budget + memo #119

Merged
lfg2025 merged 1 commits from fix/apps-launch-latency into main 2026-07-24 08:14:48 +00:00

1 Commits

Author SHA1 Message Date
Dorian
9fcb68816b perf(apps): launch never waits on the credentials RPC — 1.2s budget + memo
Apps-tab launches awaited package.credentials with a 5s timeout before
opening anything (home-card launches skip the gate — that's why they
always felt instant). The lookup now races a 1.2s budget: past it, the
app launches with the static fallback config while the RPC finishes
into a per-app memo, making every subsequent launch instant.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-24 09:14:40 +01:00