I’m experiencing significant typing lag in the official ChatGPT Mac app, even when no other apps are open and memory pressure is moderate. I’m on the latest version of macOS (Sonoma) using a MacBook with 8 GB of RAM. The lag is only present in the app — not in the web version (which runs smoothly in Chrome).
I’ve already:
- Closed all other apps (Safari, Mail, etc.)
- Cleared
Application Support
,Containers
, andLogs
- Fully reinstalled the app
- Monitored RAM & CPU in Activity Monitor (memory pressure yellow, swap used ~500MB)
The typing delay persists. It seems to be a rendering issue with Electron in low-RAM systems.
Please escalate this — it makes the app unusable.
Update:
I’ve now confirmed that the typing delay only occurs in context-heavy sessions, not in new chats.
In a fresh chat window, input is responsive and smooth. But in this long-running session — which includes images, code, long exchanges, and back-and-forth — typing becomes noticeably delayed, even though system resources are fine.
This strongly suggests the issue lies in how the app handles large session threads, possibly due to excessive DOM re-rendering or inefficient state handling in Electron/React.
This is important to distinguish from generic “app is slow on low-RAM” complaints. It’s a scaling issue inside the app’s input/render engine.