changeset 101312:9dea7f9ad305

Mention limiting number of bugs displayed on web-page.
author Glenn Morris <rgm@gnu.org>
date Wed, 21 Jan 2009 03:50:32 +0000
parents f920ab2e8179
children c01d07f4b9a8
files admin/notes/bugtracker
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/notes/bugtracker	Wed Jan 21 01:23:31 2009 +0000
+++ b/admin/notes/bugtracker	Wed Jan 21 03:50:32 2009 +0000
@@ -209,3 +209,15 @@
 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...)