X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=vaztbW52Ir5cjozTjTAdLCvfrxHJWXXsz767m8o8yw/ d56y9Y/sFUwYbbqDWAeqRVxP8JPLTqKGDF1itAtUW68+I/OJ+uIzVyoaSpCex1wA mL8IVPx3/mhtG6nrWsfIg5BBtTXA5cvSTitwVvVLWsRnkUu1C8+J+/r9uB3Aj55s = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=hG0/beI3Y8XKGXCUBRsg59B1CPA=; b=ptWp8Z/ZyEBM6ukL7 26TwvgmouHIZtauOF6PgJKmIaNkGGNzG231Vgm0POlk468qtUgFnTJvgBJiL8dNo /lQd327zpQpjhdKUSFONY9ZxHuYYDTomF6VCh+mGpA/f7lWsWXKm5nGJUk+jt5uD dXsgQ9ZxBrXqlEVgdPBk2ueCMo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_05,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: etr-usa.com Message-ID: <5395D00C.1080704@etr-usa.com> Date: Mon, 09 Jun 2014 09:17:32 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Package file lists archive References: <20140526201210 DOT GB3903 AT ednor DOT casa DOT cgf DOT cx> <20140527221151 DOT GA6521 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: <20140527221151.GA6521@ednor.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/27/2014 16:11, Christopher Faylor wrote: > >> This would ease the burden of the cygwin.com site, as it is the only site with >> that information currently > > It is surviving just fine. Speaking of, is the source for package-grep.cgi available somewhere? I could quarter the page weight, and probably improve the render time in browsers considerably, too. It currently takes about 16 seconds to completely load in Firefox on my system, most of which is just page rendering time, due to the huge table used for layout. (I'd also need either a static copy of its input, or a way to easily generate it locally.) The /packages page load time is a considerable fraction of this, at roughly 2-4 seconds. It's only returning about 120 kB of text (compressed) so that comes to roughly half a megabit/sec. I assume that means the script is running every time, re-generating the whole page text anew instead of caching the output, despite the fact that the input probably changes less often than once a day on average. Caching should give a page load time of a few hundred ms, and save some CPU time to boot. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple