emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Performance problem when switching agenda views - need for cache


From: Bastien
Subject: Re: [O] Performance problem when switching agenda views - need for cache?
Date: Sat, 16 Jul 2011 13:21:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Rainer,

Rainer Stengele <address@hidden> writes:

> so yes - the main part of the time is taken by the big org file. Still
> 5 seconds is not a keypress ...  And of course I will need a certain
> part of the excluded file. So going into any kind of caching might
> speed up things quite a bit.

Yes.

Sorry to read about such performance problems (again).

One thing I've used to speed up my own setup is to reduce the scope 
of `org-agenda-get-day-entries' by restricting agenda view with

  (org-agenda-entry-types '(:scheduled))

where it makes sense.  Otherwise `org-agenda-get-day-entries' can
loop over too many possibilities.

Keep us informed of any further analysis, progress.

Thanks!

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]