Description
I am experiencing severe, unusable sluggishness when using OpenCode on Windows. The extreme lag occurs even though I am subscribed to the OpenCode Go API.
Initially, I thought this was a UI rendering issue in the Desktop app, but I have confirmed that the OpenCode CLI is equally slow. This suggests the bottleneck is at the engine level (possibly file I/O indexing loops or network/proxy timeouts), rather than just the DOM rendering.
I have already tried the following without success:
- Completely uninstalled and reinstalled the application multiple times.
- Deleted local session caches and storage (
%USERPROFILE%\.local\share\opencode).
- Tested the CLI directly.
Steps to Reproduce
- Open Opencode
- in the chat window type anything it takes 1-2min to Thinking to come
- Thinking takes another 1-2min to respond
Expected Behavior
OpenCode Desktop and CLI should remain responsive, and OpenCode Go API requests should process quickly without freezing the application or terminal.
Actual Behavior
The application and CLI are extremely slow, laggy, and unresponsive, making it practically unusable.
System Information
- OS: Windows [ 11]
- Subscription Type: OpenCode Go
- Hardware Specs: [32GB RAM, Ryzen 5000 processor]
- Antivirus/Proxy: [Default Windows Defender, No VPN / Company VPN]
Additional Context
Since deleting .local/share/opencode and trying the CLI didn't resolve the lag, the issue seems to persist independently of the desktop UI's cache or rendering engine.
Description
I am experiencing severe, unusable sluggishness when using OpenCode on Windows. The extreme lag occurs even though I am subscribed to the OpenCode Go API.
Initially, I thought this was a UI rendering issue in the Desktop app, but I have confirmed that the OpenCode CLI is equally slow. This suggests the bottleneck is at the engine level (possibly file I/O indexing loops or network/proxy timeouts), rather than just the DOM rendering.
I have already tried the following without success:
%USERPROFILE%\.local\share\opencode).Steps to Reproduce
Expected Behavior
OpenCode Desktop and CLI should remain responsive, and OpenCode Go API requests should process quickly without freezing the application or terminal.
Actual Behavior
The application and CLI are extremely slow, laggy, and unresponsive, making it practically unusable.
System Information
Additional Context
Since deleting
.local/share/opencodeand trying the CLI didn't resolve the lag, the issue seems to persist independently of the desktop UI's cache or rendering engine.