Comment on Why Emacs Consult async searches feel slow and how to speed them upparentComments−ks6g103dFor me it can be slow, especially refreshing magit (which probably is blocked by git, blocked by the bs)(on MacOS)−ireadmevs3dTry checking what M-x magit-toggle-verbose-refresh has to say, you may be able to identify what's slow and optimize around it−ks6g102dI would guess the roundtrip of intercepting every file stat call in the repo, it's very lovely. But will check.−KallDrexx3dmagit is brutal when EDR is involved.
Comments
For me it can be slow, especially refreshing magit (which probably is blocked by git, blocked by the bs)(on MacOS)
Try checking what M-x magit-toggle-verbose-refresh has to say, you may be able to identify what's slow and optimize around it
I would guess the roundtrip of intercepting every file stat call in the repo, it's very lovely. But will check.
magit is brutal when EDR is involved.