From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84620 Path: news.gmane.org!not-for-mail From: Eric S Fraga Newsgroups: gmane.emacs.gnus.general Subject: Re: entering a group is slow Date: Tue, 17 Jun 2014 09:48:04 +0100 Organization: CPSE, Department of Chemical Engineering, University College London (UCL) Message-ID: <877g4fgbwb.fsf@pinto.chemeng.ucl.ac.uk> References: <87mwdhmb9y.fsf@micropit.roche-blanche.homenet.org> <87ha3pszqe.fsf@gmail.com> <87d2ecj48r.fsf@micropit.roche-blanche.homenet.org> <877g4g9d5r.fsf@micropit.roche-blanche.homenet.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1402994955 5879 80.91.229.3 (17 Jun 2014 08:49:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2014 08:49:15 +0000 (UTC) To: Original-X-From: ding-owner+M32863@lists.math.uh.edu Tue Jun 17 10:49:08 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wwp4l-0001BD-4o for ding-account@gmane.org; Tue, 17 Jun 2014 10:49:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Wwp3z-0000j4-V2; Tue, 17 Jun 2014 03:48:20 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Wwp3x-0000ir-Bt for ding@lists.math.uh.edu; Tue, 17 Jun 2014 03:48:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Wwp3w-0001ZF-C6 for ding@lists.math.uh.edu; Tue, 17 Jun 2014 03:48:17 -0500 Original-Received: from mail-db3lp0079.outbound.protection.outlook.com ([213.199.154.79] helo=emea01-db3-obe.outbound.protection.outlook.com) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Wwp3s-0005xg-Lm for ding@gnus.org; Tue, 17 Jun 2014 10:48:12 +0200 Original-Received: from localhost (128.40.74.171) by AM2PR01MB0641.eurprd01.prod.exchangelabs.com (25.160.54.156) with Microsoft SMTP Server (TLS) id 15.0.969.15; Tue, 17 Jun 2014 08:48:06 +0000 X-Url: http://www.ucl.ac.uk/~ucecesf/ Mail-Followup-To: ding@gnus.org In-Reply-To: <877g4g9d5r.fsf@micropit.roche-blanche.homenet.org> ("Peter =?utf-8?Q?M=C3=BCnster=22's?= message of "Tue, 17 Jun 2014 10:02:40 +0200") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) X-Originating-IP: [128.40.74.171] X-ClientProxiedBy: AM3PR01CA055.eurprd01.prod.exchangelabs.com (10.141.191.45) To AM2PR01MB0641.eurprd01.prod.exchangelabs.com (25.160.54.156) X-Microsoft-Antispam: BCL:0;PCL:0;RULEID: X-UCLLIVE-SCLRULE: HASRUN X-Forefront-PRVS: 0245702D7B X-Forefront-Antispam-Report: SFV:NSPM;SFS:(6069001)(6009001)(428001)(189002)(199002)(377424004)(51704005)(24454002)(79102001)(105586001)(87976001)(81342001)(99396002)(85852003)(83072002)(102836001)(95666004)(86362001)(21056001)(92566001)(92726001)(93886003)(42186005)(64706001)(47776003)(77096002)(76506005)(20776003)(77982001)(101416001)(85306003)(33646001)(23676002)(50466002)(4396001)(83322001)(46102001)(81542001)(31966008)(74662001)(74502001)(74482001)(66066001)(50986999)(80022001)(54356999)(76176999)(83506001);DIR:OUT;SFP:;SCL:1;SRVR:AM2PR01MB0641;H:localhost;FPR:;MLV:sfv;PTR:InfoNoRecords;MX:1;A:1;LANG:en; Received-SPF: None (: ucl.ac.uk does not designate permitted sender hosts) Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=e.fraga@ucl.ac.uk; X-OriginatorOrg: ucl.ac.uk X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84620 Archived-At: On Tuesday, 17 Jun 2014 at 10:02, Peter M=C3=BCnster wrote: [...] > My main group is "inbox", there are often only very few messages (< 10) > that are displayed in the summary buffer and it takes about 5 seconds to > enter the group. > > After using `elp-instrument-package' I've found, that the sorting > functions are called a lot of times: > > gnus-thread-sort-by-most-recent-date 1981 4.8174347399 0.00243181= 96 > gnus-thread-latest-date 3962 4.6299316569 0.00116858= 44 > > Because there are about 300 articles with the expirable-mark. These are > not shown in the summary buffer, but it seems, that they are sorted > nevertheless. > > Is it possible to tell gnus, to not sort articles that won't be > displayed in the summary buffer? > > TIA for any help, What is the backend for this inbox? I ask because my inbox (on imap)=20 has at least an order of magnitude more messages and starting up takes very little time (<1s generally). --=20 : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 24.4.50.2 + Ma Gnus v0.12 + evil evil-git-8a9aeae : BBDB version 3.1.2 (2014-04-27 15:05:20 -0500)