You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: startup performance — deferred analytics, lazy model revalidation, and flash-free window
- Show window only after ready-to-show to eliminate white flash on launch
- Fire-and-forget PostHog init to avoid blocking app.whenReady()
- Defer syncAnalyticsSettings to useEffect (after first paint, not before)
- Delay model cache revalidation by 3s to reduce startup IPC contention
- Add 50ms yield between sequential session prefetch loads
- Bump version to 0.20.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments