[whatwg] Features for responsive Web design

Silvia Pfeiffer silviapfeiffer1 at gmail.com
Thu May 17 21:12:14 PDT 2012


On Thu, May 17, 2012 at 7:54 PM, Kornel Lesiński <kornel at geekhood.net> wrote:
> On Thu, 17 May 2012 02:29:11 +0100, Jacob Mather <jmather at itsmajax.com>
> wrote:
>
>> As I said, I understand that it is a hard problem, but the question
>> is, is it the correct problem.
>>
>> There are plenty of reasons not to do it, but is there any actual
>> reason that the approach is less correct than the current proposals?
>
>
> Yes, trading off latency to save bandwidth is definitely an incorrect
> approach. Bandwidth will keep increasing much faster than latency decreases
> (and there are hard physical limits to decreasing latency, while bandwidth
> could go up to infinity).
>
> On high-latency high-bandwidth connections (satellite, 3G/4G) it may already
> be cheaper to download all versions of all images than to wait for CSS to be
> able to select the right ones to load. Solution that requires page layout
> for image loading is a step backwards for performance.


Maybe the metrics that we are suggesting for resources can help:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=12399 .
When measuring bytesReceived, downloadTime, and networkWaitTime for
resources loaded, it is possible to track available bandwidth and
latency and thus find out what type of network connection one is on.
This may help with making decisions?

Silvia.



More information about the whatwg mailing list