Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: om@iki.fi (Otto J. Makela)
To: info-gnus-english@gnu.org
Subject: Re: Gnus horribly slow after upgrade to Fedora17
Date: Sat, 03 Aug 2013 12:17:17 +0300	[thread overview]
Message-ID: <m361vn16ci.fsf@tigger.otto.net> (raw)
In-Reply-To: <m3r4ec1di9.fsf@stories.gnus.org>

Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> om@iki.fi (Otto J. Makela) writes:
>> gnus-read-active-file's value is some
>> gnus-check-new-newsgroups's value is ask-server
>
> That should be OK, then.  Hm...
>
> Could you set `nntp-record-commands', hit `g' and look in the
> *nntp-log* buffer and see what it contains?

After this, it contained 26881 lines, where gnus does LIST ACTIVE for
each and every group in the .newsrc:

20130803T103514.522 news.saunalahti.fi LIST ACTIVE zzz.3
20130803T103514.532 news.saunalahti.fi LIST ACTIVE zz.unity.netlink
20130803T103514.542 news.saunalahti.fi LIST ACTIVE zz.unity.chat
20130803T103514.552 news.saunalahti.fi LIST ACTIVE zybrkat.mlemke
20130803T103514.561 news.saunalahti.fi LIST ACTIVE zippo.spamhippo.top100
20130803T103514.571 news.saunalahti.fi LIST ACTIVE zippo.editorial
20130803T103514.581 news.saunalahti.fi LIST ACTIVE zetnet.support
20130803T103514.591 news.saunalahti.fi LIST ACTIVE zetnet.local
20130803T103514.600 news.saunalahti.fi LIST ACTIVE zeta.test.ausadmin
20130803T103514.611 news.saunalahti.fi LIST ACTIVE zer.z-netz.wissenschaft.psychologie
...
20130803T103938.977 news.saunalahti.fi LIST ACTIVE 0.verizon.windowsxp
20130803T103938.985 news.saunalahti.fi LIST ACTIVE 0.verizon.suggestion.box
20130803T103938.995 news.saunalahti.fi LIST ACTIVE 0.verizon.newsgroup.requests
20130803T103939.004 news.saunalahti.fi LIST ACTIVE 0.verizon.linux
20130803T103939.015 news.saunalahti.fi LIST ACTIVE 0.verizon.flame
20130803T103939.024 news.saunalahti.fi LIST ACTIVE 0.verizon.discussion-general
20130803T103939.034 news.saunalahti.fi LIST ACTIVE 0.verizon.announce
20130803T103939.043 news.saunalahti.fi LIST ACTIVE 0.verizon.adsl
20130803T103939.055 news.saunalahti.fi LIST ACTIVE 0.test
20130803T103939.063 news.saunalahti.fi LIST ACTIVE -

So no wonder it is slow, now I need to figure out why this happens.
This is what my .gnus has:

----
(setq gnus-select-method
 '(nntp "news.saunalahti.fi"
        (nntp-open-connection-function network-only)))
(setq gnus-default-posting-charset 'iso-8859-1)
(setq message-default-charset 'iso-8859-1)
(setq gnus-check-new-newsgroups 'ask-server)
(setq gnus-save-killed-list nil)
(setq gnus-user-cross-reference t)
(setq gnus-thread-indent-level 2)
(setq gnus-ignored-headers "^Xref:\\|^X-Trace:\\|^Mime-Version:\\|^X-Newsreader:")
(setq gnus-boring-article-headers '(empty followup-to reply-to newsgroups))
(setq gnus-article-date-local t)
(setq gnus-treat-date-local 'head)
(add-hook 'message-sent-hook 'gnus-score-followup-thread '10)
(setq gnus-summary-line-format "%U%R%z%I%[%3L:%-17,17f%d%] %s\n")
 (setq gnus-article-mode-line-format  "%1,40S")
(setq gnus-summary-expunge-below -1500)
(setq gnus-score-expiry-days 10)
(setq gnus-use-nocem t)
(setq gnus-nocem-check-article-limit 50)
(setq gnus-refer-article-method
      '(current
      (nnweb "refer" (nnweb-type google))))

(setq   gnus-thread-sort-functions
                '(gnus-thread-sort-by-number gnus-thread-sort-by-total-score))
;        gnus-thread-hide-subjects nil
;        gnus-thread-hide-subtree t
;        gnus-thread-indent-level 4)
;; (setq gnus-summary-same-subject "->")
(setq gnus-summary-gather-subject-limit 'fuzzy)
(setq gnus-simplify-subject-fuzzy-regexp "\\([Vv][Ss]\\|[Ss][Vv]\\):[ \t]*")
----

[...]
>> Also, do you have ideas on correcting the nntp connection error
>> I detailed in my earlier message?
>
> I think I missed that message?

It was the connection problem which turns out to already be fixed:

Anssi Saari <as@sci.fi> wrote:

> I reported that issue following the discussion last year and Lars
> fixed it in December or thereabouts. He said then the fix will be
> included in the Gnus that goes with Emacs 24.4. I guess it was too
> late to get it into Emacs 24.3 at that point.

-- 
   /* * * Otto J. Makela <om@iki.fi> * * * * * * * * * */
  /* Phone: +358 40 765 5772, ICBM: N 60 10' E 24 55' */
 /* Mail: Mechelininkatu 26 B 27,  FI-00100 Helsinki */
/* * * Computers Rule 01001111 01001011 * * * * * * */

  reply	other threads:[~2013-08-03  9:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.23482.1365059278.855.info-gnus-english@gnu.org>
2013-08-01 12:57 ` Lars Magne Ingebrigtsen
     [not found] ` <mailman.2299.1375361875.12400.info-gnus-english@gnu.org>
2013-08-01 16:44   ` Otto J. Makela
2013-08-01 16:47     ` Lars Magne Ingebrigtsen
2013-08-01 17:10       ` Otto J. Makela
2013-08-01 20:56         ` Lars Magne Ingebrigtsen
2013-08-02  7:18           ` Otto J. Makela
2013-08-02  8:46             ` Anssi Saari
2013-08-02 12:30             ` Lars Magne Ingebrigtsen
2013-08-03  9:17               ` Otto J. Makela [this message]
2013-08-03 11:20                 ` Lars Magne Ingebrigtsen
2013-08-05  6:18                   ` Otto J. Makela
2013-08-05  7:59                     ` Otto J. Makela
2013-04-03 11:30 Otto J. Makela
  -- strict thread matches above, loose matches on Subject: below --
2013-01-18  7:25 Otto J. Makela
2013-02-13 13:13 ` Otto J. Makela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m361vn16ci.fsf@tigger.otto.net \
    --to=om@iki.fi \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).