From: Glenn Morris Date: Wed, 21 Jan 2009 03:50:32 +0000 (+0000) Subject: Mention limiting number of bugs displayed on web-page. X-Git-Tag: emacs-pretest-23.0.90~351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=994e96474cab595ade7295b3fbb862faaa88422e;p=emacs.git Mention limiting number of bugs displayed on web-page. --- 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...)