From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Slow speed of week and month views Date: Sun, 06 Aug 2017 11:26:47 +0200 Message-ID: <87poc9dp2g.fsf@nicolasgoaziou.fr> References: <87efsre565.fsf@grothesque.org> <878tiyr9tg.fsf@alphapapa.net> <2017-08-05T23-06-00@devnull.Karl-Voit.at> <87h8xlhccj.fsf@nicolasgoaziou.fr> <2017-08-06T09-54-26@devnull.Karl-Voit.at> <87tw1ldsdc.fsf@nicolasgoaziou.fr> <2017-08-06T10-41-07@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1deHpn-0007n2-C8 for emacs-orgmode@gnu.org; Sun, 06 Aug 2017 05:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1deHpj-0007vr-FA for emacs-orgmode@gnu.org; Sun, 06 Aug 2017 05:26:55 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:51496) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1deHpj-0007vO-8m for emacs-orgmode@gnu.org; Sun, 06 Aug 2017 05:26:51 -0400 In-Reply-To: <2017-08-06T10-41-07@devnull.Karl-Voit.at> (Karl Voit's message of "Sun, 6 Aug 2017 11:01:47 +0200") 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: Karl Voit Cc: Karl Voit , emacs-orgmode@gnu.org Karl Voit writes: > I just learned about elp-instrument-package. What prefixes are of interest to > you? "org-" prefix. The nice thing about `elp-instrument-package' is that is reports the number of times a function is called. > un-compiled agenda profiler-report: Thank you. However, there is much cruft going on there. "yankpad-", "ivy-", "yas-"... Even `profiler-report-write-profile' is registered in there. Could you try to minimize as much as possible the non-Org interaction? You may need to load a minimal config to do so. You could also try to evaluate the command you want to time with M-: instead of M-x, e.g. M-: (org-agenda nil "a") Thanks. Regards,