all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ihor Radchenko <yantar92@posteo.net>
To: "Sebastian Wålinder" <s.walinder@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Slowdown with large headings in view
Date: Sat, 11 Nov 2023 09:50:48 +0000	[thread overview]
Message-ID: <877cmowrd3.fsf@localhost> (raw)
In-Reply-To: <87il69cpoa.fsf@nixos.mail-host-address-is-not-set>

Sebastian Wålinder <s.walinder@gmail.com> writes:

> I have massive org-mode file with thousands of SRC blocks.
>
> As the file grew, I started to get very poor performance, but setting `org-fold-core--ignore-modifications` to `t` solved it.
>
> However, I still get very poor performance when a lot of folded headings are in view. It gets slower as headings with more text hidden inside its fold come into view.
>
> I have tried running the profiler to find out what the issue is, but no matter how laggy Emacs gets, the profiler records practically no CPU samples or memory usage.
>
> When the massive org buffer is in view and showing large folded headlines, any command run is very slow, even if the action is performed in another buffer entirely. It returns to normal when no window is showing the headings, as well as when I bring the folded headings out of view or unfold them.

This is expected. The problem is with Emacs redisplay engine that cannot
easily handle large number of text properties - on C level.

You can try to set `org-fold-core--optimise-for-huge-buffers' to
'(grab-invisible) locally in the problematic Org file - it should reduce
the number of text properties used at the cost of not preserving folded
drawers when folding the containing heading.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


      reply	other threads:[~2023-11-11  9:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10 20:35 Slowdown with large headings in view Sebastian Wålinder
2023-11-11  9:50 ` Ihor Radchenko [this message]

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=877cmowrd3.fsf@localhost \
    --to=yantar92@posteo.net \
    --cc=emacs-orgmode@gnu.org \
    --cc=s.walinder@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.