Skip to content

[claude.ai] Web UI Stability Issues - Lag, Freezes, Crashes #14222

Description

@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

  1. Implement draft autosave - Persist input field content locally, recover on crash/refresh
  2. Isolate input field rendering - Don't let conversation rendering affect input responsiveness
  3. Optimize long conversation handling - Virtualize message list, lazy load older messages
  4. Add connection state indicator - Show when connection is degraded instead of silently failing
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingexternalhas reproHas detailed reproduction stepsplatform:linuxIssue specifically occurs on Linux

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions