From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julius Dittmar Subject: Re: How to make agenda generation faster Date: Tue, 9 Oct 2018 13:47:49 +0200 Message-ID: <1587321e-6c92-2731-2d12-514bd9245549@gmx.de> References: <87h8hy1ho5.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9qUZ-0002mM-CO for emacs-orgmode@gnu.org; Tue, 09 Oct 2018 07:48:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9qUU-0007XH-Cx for emacs-orgmode@gnu.org; Tue, 09 Oct 2018 07:47:59 -0400 Received: from mout.gmx.net ([212.227.15.15]:41889) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9qUT-0007Vw-Cv for emacs-orgmode@gnu.org; Tue, 09 Oct 2018 07:47:53 -0400 Received: from [192.168.175.209] ([87.139.53.30]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0M0xbD-1fpi0Y3CmN-00v6WK for ; Tue, 09 Oct 2018 13:47:49 +0200 Received: from [192.168.175.209] ([87.139.53.30]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0M0xbD-1fpi0Y3CmN-00v6WK for ; Tue, 09 Oct 2018 13:47:49 +0200 In-Reply-To: <87h8hy1ho5.fsf@mbork.pl> Content-Language: de-DE List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi Marcin, I can't advise as to profiling to find out what really bogs down agenda building. I found that log messages do bog it down. I have a lot of recurring tasks, which accumulate log entries for every closing (which in fact means rescheduling to the next day). Every two to three months I prune my org files of those log entries. This significantly speeds up agenda building. HTH, Julius