From: Ivan Sokolov <ivan-p-sokolov@ya.ru>
To: "Глеб Смирнов" <glebsmirnov0708@gmail.com>
Cc: 65760@debbugs.gnu.org
Subject: bug#65760: 29.1; eglot performance issue
Date: Tue, 05 Sep 2023 18:55:23 +0300 [thread overview]
Message-ID: <87il8o62dw.fsf@ya.ru> (raw)
In-Reply-To: <CA+4OEAGpU3fkM=08ZwGdtCR_3UPiPRmAJraadnGMy0JJ8m_jYQ@mail.gmail.com> ("Глеб Смирнов"'s message of "Tue, 5 Sep 2023 12:01:36 +0300")
[-- Attachment #1: Type: text/plain, Size: 692 bytes --]
Глеб Смирнов <glebsmirnov0708@gmail.com> writes:
> The problem is that running eglot with rust-analyzer on my project
> causes major input lag. Profiling shows that the problem is in
> synchronous and slow function jsonrpc--log-event that is called on each
> server request or response. Disabling this function with (advice-add
> 'jsonrpc--log-event :override #'ignore) solves the problem.
To be more precise the problem is that jsonrpc--log-event is pretty
printing every reply from the server and they can be quite large and
nested. I am attaching Gleb's profiler report, as a screenshot, but
this should be enough to give a better understanding of the problem.
[-- Attachment #2: profiler report --]
[-- Type: image/jpeg, Size: 70459 bytes --]
next prev parent reply other threads:[~2023-09-05 15:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-05 9:01 bug#65760: 29.1; eglot performance issue Глеб Смирнов
2023-09-05 15:55 ` Ivan Sokolov [this message]
2023-09-05 16:22 ` Eli Zaretskii
2023-09-05 16:25 ` Eli Zaretskii
2023-09-05 16:45 ` João Távora
2023-09-05 16:59 ` Axel Forsman
2023-09-05 17:11 ` João Távora
2023-09-05 17:20 ` Ivan Sokolov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87il8o62dw.fsf@ya.ru \
--to=ivan-p-sokolov@ya.ru \
--cc=65760@debbugs.gnu.org \
--cc=glebsmirnov0708@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.