Re: [Resource Timing] Handling duplicate requests

On Mon, Nov 12, 2012 at 10:18 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:

> On 11/12/12 8:51 PM, James Simonsen wrote:
>
>> My question is what to do in situations where multiple objects are
>> requesting the same resource.
>>
>
> It depends on the exact requesters and their caching and result-sharing
> semantics, no?


Good point. We have two cases then for the same-document scenario:

1a. Requests are coalesced into one.
1b. Multiple requests are issued.

Seems for a single document, there should be a 1:1 correlation between
Resource Timing entries and network requests.

This may be tricky to word in the spec.

James

Received on Tuesday, 13 November 2012 18:57:25 UTC