-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting fcitx-use-dbus to t leads to command lag #30
Comments
Yep. I can confirm that setting I am not sure why using dbus can cause the problem for the time being. I would suggest not setting that variable for now if you're using |
From what I can tell, this is caused by BTW, what is your |
Thanks for replying. Yes, my But I have some questions. Should I enable |
No. This is just an optimization. Using |
Thanks for the clarification. I guess I'll keep that option and set |
The performance improvement of using I would update the README about |
Yes, dbus option is faster. On my computer, running: (benchmark-run 100 (fcitx--active-p-proc))
(benchmark-run 100 (fcitx--active-p-dbus)) yeilds:
I'll keep using dbus and set |
For detail, see here:
https://emacs-china.org/t/debug-emacs-performance-issue-ivy/2448/
In short:
Some serious lagging issue is caused by that option. I'm using spacemacs on Linux. When I turned that option to t, double tap on SPC will lag for 2 seconds before candidates list shows. When turned off, everything including fcitx.el works fine.
So I think I should raise an alarm here in case anyone else has the same issue.
The text was updated successfully, but these errors were encountered: