Hi, thanks for sharing this issue.
Does the issue appear for you at all if you keep the status indicator window closed?
Can you confirm whether you have any other 3rd party packages installed, and if so, whether temporarily removing them helps with the issue?
This issue seems contextually relevant, as it's another situation where we've had performance issues related to WM_RESIZE. I think there are some configurations that can cause the platform to spam this event and cause crashes and performance issues. The Status Indicator is perhaps susceptible to this because the logic it has inside the resize event is non-trivial (though not as bad as the Tests Window with a lot of trace output). In the reported case, the root problem seemed to be a DPI scaling glitch related to the scrollbar.
I'll warn you that problems of this nature are hard to fix, because I'm unlikely to find a way to reproduce them. It's basically a case of fix and hope. You'll notice that in the above thread, we got there in the end. Any further data you can share that might help to narrow down the problem would be a huge help.