[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: searching agenda from TRAMP
From: |
Ihor Radchenko |
Subject: |
Re: searching agenda from TRAMP |
Date: |
Fri, 01 Oct 2021 19:26:08 +0800 |
JARZz <jarss@protonmail.com> writes:
>> Does opening org files manually take a lot of time for you?
>>
>> Are you using org-id?
>>
>> Can you track down the problematic function using M-x profiler-start /
>
> These are good questions.
> I *do* use org-id. I started doing this more recently. I use a package called
> super-links. That could be a cause of it?
Can you temporarily set org-id-track-globally to nil and try whatever
commands is slow for you?
> I can run profiler-start but I'm not sure what I'm looking for. Everything
> works OK (as far as I can tell), it's only when I want to search something
> specific it takes forever and a half. But of course, I'll take the advise
> above and try to run clean Emacs, see what happens then.
As a generic advice, you can do profiler-start -> run the command that
you know is slow -> profiler-report -> post the report here. Profiler
report can be as helpful as debugger backtrace when tracking down
performance issues.
Best,
Ihor