Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Acid drop on mobile?
- Date: Fri, 15 Feb 2008 18:29:19 +0900
- From: "David Shanahan" <david@example.com>
- Subject: Re: [tlug] Acid drop on mobile?
- References: <47B4DAC2.3050308@articlass.org> <20080215041454.GC1392@lucky.cynic.net> <b4d277190802142218i3f0078ebg2dc09f5acee12e0a@mail.gmail.com> <871w7e7jzb.fsf@uwakimon.sk.tsukuba.ac.jp> <47B5495C.5060301@simon-cozens.org>
On a related note, I moved all my websites to perlbal recently. I don't
think it supports gzip, but it's astonishingly fast, and it does allow you
to concatenate multiple files in a single request. So, for instance, a site
with five different style sheets can make a single request and get them all
in one go; similarly for _javascript_ files.
Yes, reducing the number of files that need to be downloaded will help a lot
especially over high latency networks. Mobile phones probably generally
have both higher latency and lower bandwidth.
Also adding forward Expires headers to images / css / _javascript_ that are often used
but infrequently changed will encorage browsers and proxy servers to cache
that content. However if you do use far forward Expires headers you may need to update the
URL (filename) whenever the content changes to avoid having clients use stale versions.
I found this advice and tuning tool from Yahoo! to be useful:
http://developer.yahoo.com/yslow/
It is a fairly simple add-on to firebug for Firefox that shows the number
and size of all the components on a page, whether they have been compressed
as well as other performance statistics.
- Follow-Ups:
- Re: [tlug] Acid drop on mobile?
- From: Godwin Stewart
- References:
- [tlug] Acid drop on mobile?
- From: Dave M G
- Re: [tlug] Acid drop on mobile?
- From: Curt Sampson
- Re: [tlug] Acid drop on mobile?
- From: Edmund Edgar
- Re: [tlug] Acid drop on mobile?
- From: Stephen J. Turnbull
- Re: [tlug] Acid drop on mobile?
- From: Simon Cozens
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Acid drop on mobile?
- Next by Date: Re: [tlug] Acid drop on mobile?
- Previous by thread: Re: [tlug] Acid drop on mobile?
- Next by thread: Re: [tlug] Acid drop on mobile?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links