From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Package List on Web Site Date: Sun, 08 Feb 2015 15:42:08 +0100 Message-ID: <87zj8oqxbz.fsf@gnu.org> References: <20150208074424.GA5353@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKT3z-0006X7-6x for guix-devel@gnu.org; Sun, 08 Feb 2015 09:42:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKT3s-0004Qz-Gk for guix-devel@gnu.org; Sun, 08 Feb 2015 09:42:19 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKT3s-0004Qv-Ed for guix-devel@gnu.org; Sun, 08 Feb 2015 09:42:12 -0500 In-Reply-To: <20150208074424.GA5353@jocasta.intra> (John Darrington's message of "Sun, 8 Feb 2015 08:44:24 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > In particular, I have noticed that http://gnu.org/s/guix/package-list.htm= l is now > over 1.5 MB in size and is startign to take an unacceptably long time to = load (at > least for me). I think it=E2=80=99s rendering that takes time, not transfer per se (unless= you have a very slow connection.) I would like it to use David=E2=80=99s guix-web JS code to add the search b= ox and multiple-page split. I suspect this would address the rendering time and usability issues. But of course, that would need help from someone knowledgeable... :-) It would be ideal if this were done in a =E2=80=9Cprogressive enhancement= =E2=80=9D fashion, such that it can still be viewed in emacs-w3m. Thoughts? Ludo=E2=80=99.