[claude.ai] Web UI Stability Issues - Lag, Freezes, Crashes
Open 💬 10 comments Opened Dec 16, 2025 by sudoxreboot
Problem
The claude.ai web interface experiences significant stability issues that degrade the user experience, particularly for heavy users on paid plans.
Issues Observed
1. UI Lag / Slow Rendering
- Responses render slowly even on fast connections
- Typing lags behind input in long conversations (1-2 second delay)
- Switching between conversations hangs for several seconds
2. Mid-Conversation Freezes
- UI becomes completely unresponsive during conversations
- Requires waiting or force-refreshing
- More frequent in longer conversation threads
3. Complete Page Crashes
- Page dies entirely, requires full refresh
- Loses any unsent message draft
- No autosave mechanism for in-progress input
Environment
- Browser: Firefox (latest stable)
- OS: Linux
- Plan: Claude Max ($200/mo)
- Usage pattern: Heavy daily use, long conversations
Impact
- Workflow interruption during critical tasks
- Loss of carefully composed messages
- Forces users to compose externally and paste in
- Undermines confidence in the platform for important work
Proposed Solutions
- Implement draft autosave - Persist input field content locally, recover on crash/refresh
- Isolate input field rendering - Don't let conversation rendering affect input responsiveness
- Optimize long conversation handling - Virtualize message list, lazy load older messages
- Add connection state indicator - Show when connection is degraded instead of silently failing
- Implement graceful degradation - Queue messages when connection drops, send when restored
---
Alternatively, if these fixes are not feasible in the short term, update your ToS to allow subscribers to access their own sessions programmatically. This would let users build tools that work while these issues are addressed. Paying $200/mo for a product we can't reliably use, with no workaround permitted, is not acceptable.
This issue has 10 comments on GitHub. Read the full discussion on GitHub ↗