From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71506 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: Further `g' tweaks Date: Wed, 22 Sep 2010 20:36:36 -0400 Message-ID: <87bp7p70tn.fsf@uwo.ca> References: <877hidtlj0.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285202254 17182 80.91.229.12 (23 Sep 2010 00:37:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 00:37:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19879@lists.math.uh.edu Thu Sep 23 02:37:33 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OyZoW-0000b6-HY for ding-account@gmane.org; Thu, 23 Sep 2010 02:37:28 +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 1OyZnz-0000bO-EC; Wed, 22 Sep 2010 19:36:55 -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 1OyZnx-0000az-QQ for ding@lists.math.uh.edu; Wed, 22 Sep 2010 19:36:53 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyZnw-0005UH-Jo for ding@lists.math.uh.edu; Wed, 22 Sep 2010 19:36:53 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyZnv-0001fy-00 for ; Thu, 23 Sep 2010 02:36:51 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OyZns-0000Qi-5N for ding@gnus.org; Thu, 23 Sep 2010 02:36:48 +0200 Original-Received: from bas3-london14-1096786111.dsl.bell.ca ([65.95.160.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 02:36:48 +0200 Original-Received: from jdc by bas3-london14-1096786111.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 02:36:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 50 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096786111.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:0ml8PDTisvUgz+1YuH0Y7HRIxa4= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71506 Archived-At: Whoops, the numbers below were with an *ancient* version (at least 2 or 3 hours old :-). Updates below, as well as a trace: Dan Christensen writes: > Starting up gnus takes 0.56s for me, using (gnus 2 t). This involves > a local dovecot server, an nnfolder server and one nnvirtual group. Maybe that was just a lucky run, because now it's more like 0.7 to 0.9s. Or maybe a recent change slowed it down a touch? Switching to a shell connection to my local dovecot server brings it down to 0.45s. > Hitting `g' then takes 3.5s. This is down from 10.0s with an old > version Gnus. This opens three nntp servers in addition. This is more like 3.2 or 3.3s now. > A second `g' takes 0.96s, with the servers already open. About 0.8s now. *gnus trace* buffer: (gnus 2 t): 20:17:54 (nnimap "rocky" (nnimap-address "localhost") (nnimap-server-port 143) (nnimap-stream network) (nnimap-nov-is-evil t)) 20:17:54 (nnfolder "") 20:17:54 (nnvirtual "nnimap\\+rocky:\\(INBOX\\|Sent\\)") 3 g: 20:18:22 (nntp "news.gmane.org") 20:18:22 (nntp "news.astraweb.com") 20:18:23 (nntp "news.gwene.org") 20:18:24 (nntp "news.gmane.org") 20:18:24 (nntp "news.astraweb.com") 20:18:25 (nntp "news.gwene.org") 3 g again: 20:18:31 (nntp "news.gmane.org") 20:18:31 (nntp "news.astraweb.com") 20:18:31 (nntp "news.gwene.org") 20:18:31 (nntp "news.gmane.org") 20:18:31 (nntp "news.astraweb.com") 20:18:31 (nntp "news.gwene.org") Dan