Navigation into /app/home and /app/screener should feel snappier, especially on return visits where we can lean on client-side caches.
Performance
- Home streamingIndex cards, leaders, and news each hydrate from their own bootstrap promise so the shell paints immediately.
- Screener snapshot cookieRepeat visits skip multi-MB SSR snapshots when the client already persisted a warm copy, then refresh in the background.
- Profile JSON-LD SuspenseCorporation and breadcrumb structured data no longer block the interactive company profile shell.