summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-01-21 03:50:32 +0000
committerGlenn Morris <rgm@gnu.org>2009-01-21 03:50:32 +0000
commit994e96474cab595ade7295b3fbb862faaa88422e (patch)
tree1591f6ca9331d941cd4da99e9005ebdf640ce566 /admin
parent309c7698366b5aab6ce214c24d92fa2f07c1dffb (diff)
downloademacs-994e96474cab595ade7295b3fbb862faaa88422e.tar.gz
Mention limiting number of bugs displayed on web-page.
Diffstat (limited to 'admin')
-rw-r--r--admin/notes/bugtracker12
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index b86a05a447e..862e8880e13 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -209,3 +209,15 @@ it), it will be rejected. To make any changes, you must unarchive it first:
unarchive 123
The bug will be re-archived after the next 28 day period of no activity.
+
+** The web-page with the list of bugs is slow to load
+
+It's a function of the number of displayed bugs. You can speed things
+up by only looking at the newest 100 bugs:
+
+http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?newest=100;package=emacs
+
+The above page is accessible from the "Options" section at the end of
+the "main list of bugs" page. Select bugs "in package" = emacs;
+"newest bugs" = 100. (I have no idea how you get to that Options
+section without having to go through the bug list page first...)