🚨for macOS users running Perssua
the electron helper renderer was at 100% cpu the entire session. profiler pointed at two compounding loops:
1.three realtime audio engines firing onAudioLevel every requestAnimationFrame → setState 60×/sec → the whole transcript subtree re-rendering 60×/sec
2.a hook with useEffect(…) and no dep array, scheduling getBoundingClientRect JSON.stringify an IPC call every render
throttled to 30fps. added one dependency array. fan turned off.
every shipped feature is one missing [] away from cooking your laptop.
UPDATE to v0.19.1 ✨