From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24237 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: '0.95 /slow to open large (1009K) messages Date: 14 Jul 1999 17:27:53 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161838 7629 80.91.224.250 (21 Oct 2002 00:57:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:57:18 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA02041 for ; Wed, 14 Jul 1999 11:32:04 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB02780; Wed, 14 Jul 1999 10:28:32 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 14 Jul 1999 10:29:23 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA19767 for ; Wed, 14 Jul 1999 10:29:11 -0500 (CDT) Original-Received: from ratatosk.pdc.kth.se (ratatosk.pdc.kth.se [193.10.159.41]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA01948 for ; Wed, 14 Jul 1999 11:28:07 -0400 (EDT) X-Username: unknown Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by ratatosk.pdc.kth.se (8.9.3/8.9.3) with ESMTP id RAA13800; Wed, 14 Jul 1999 17:27:57 +0200 (MET DST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id RAA22444; Wed, 14 Jul 1999 17:27:56 +0200 Original-To: Harry Putnam In-Reply-To: Harry Putnam's message of "14 Jul 1999 04:49:37 -0700" Original-Lines: 14 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.3.11 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24237 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24237 Harry Putnam writes: > I've just noticed while opening large cron daemon messages, a very > lengthy pause. The regexp searches takes time, I elp-profiled Gnus and come up with theese limits. ;; make gnus faster (setq gnus-treat-buttonize 5000 gnus-treat-emphasize 5000 gnus-treat-highlight-signature nil gnus-treat-strip-pgp 5000 gnus-treat-strip-banner 5000)