Question 9.2
How to speed up the process of entering a group?
Answer
A speed killer is setting the variable gnus-fetch-old-headers to anything different from nil, so don’t do this if speed is an issue.
You could increase the value of gc-cons-threshold by saying something like:
emacs-lisp
(setq gc-cons-threshold 3500000)in ~/.emacs.