Message from discussion
Making browsers faster: Resource Packages
Path: g2news1.google.com!postnews.google.com!z41g2000yqz.googlegroups.com!not-for-mail
From: Magne Andersson <zirroz...@gmail.com>
Newsgroups: mozilla.dev.platform
Subject: Re: Making browsers faster: Resource Packages
Date: Tue, 17 Nov 2009 02:24:26 -0800 (PST)
Organization: http://groups.google.com
Lines: 31
Message-ID: <50bcf92e-0a0f-48dd-a57f-31d9e5fec998@z41g2000yqz.googlegroups.com>
References: <7200286c-8489-4558-9797-8ff34efc3123@b25g2000prb.googlegroups.com>
<a9217e96-09c0-46fb-ab26-ebb3eb6251c4@p35g2000yqh.googlegroups.com>
<51249e1d-463b-450b-ae90-dbd19dd3bd89@y32g2000prd.googlegroups.com>
<912fc917-9161-44d6-b96e-134644fc196c@c3g2000yqd.googlegroups.com>
<17008904-1392-41da-b0c9-57cf040e3975@h40g2000prf.googlegroups.com>
<538cfd4f-e401-41b2-8360-3096b53611ff@g27g2000yqn.googlegroups.com>
<f7f7c2b3-2a89-4f84-b2f0-46dddc2b2c7a@m33g2000pri.googlegroups.com>
NNTP-Posting-Host: 90.236.74.2
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1258453466 25378 127.0.0.1 (17 Nov 2009 10:24:26 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 17 Nov 2009 10:24:26 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: z41g2000yqz.googlegroups.com; posting-host=90.236.74.2;
posting-account=BS9TcgoAAAB00ElpKqycd_XE6Uux1tAw
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.1.5)
Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
On 17 Nov, 11:17, Ictinus <icti...@gmail.com> wrote:
> On Nov 17, 9:00=A0pm, Magne Andersson <zirroz...@gmail.com> wrote:
>
> > On 17 Nov, 10:55, Ictinus <icti...@gmail.com> wrote:
>
> > > I think I'd rather not have to unzip/edit/re-zip every time I modify =
a
> > > resource (oops someone forgot to zip!) Especially when the resources
> > > in question are not maintained in a file system.
> > > eg. IBM/Lotus Domino holds the resources within another file structur=
e
> > > (.nsf)
> > > I would much prefer to have the server dish up a single (cached)
> > > gzipped, minified resource to the browser.
> > > Seewww.dominoexperts. com/dapInfo
>
> > Well, obviously, you wouldn't include a frequently edited resource in
> > the ZIP, but most sites have their resources static for quite a long
> > time.
>
> I agree, perhaps a ZIP file would be useful in the short term, but a
> server managed solution long term would allow all resources to get the
> performance benefit.
> Not having to manage the zip file makes a developers life easier.
> Having it server side means more benefit. After all we already do gzip
> server side.
I don't think you understood what I meant, I said that this solution
is great for resources that doesn't update frequently. This is also
made to eliminate requests, GZIP doesn't do that. It just makes the
files smaller.