This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22422 - image requests
Summary: image requests
Status: RESOLVED DUPLICATE of bug 24055
Alias: None
Product: WHATWG
Classification: Unclassified
Component: Fetch (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+fetchspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-21 07:29 UTC by Anne
Modified: 2014-05-01 12:53 UTC (History)
2 users (show)

See Also:


Attachments

Description Anne 2013-06-21 07:29:05 UTC
Per Document image requests are pooled. If the same URL ends up in this pool it is directly retrieved from disc. No HTTP cache semantics are coming in between. I am told this is a pretty hard compatibility constraint.

1. Fetch does not have concept of a per-Document request pool.

2. We should investigate whether to do this only for images or for all requests.
Comment 1 Ian 'Hixie' Hickson 2013-06-21 14:57:51 UTC
This is implemented as the "list of available images" in HTML.
Comment 2 Anne 2013-06-25 12:36:06 UTC
CSS and SVG would have to make use of that too then, but I suppose that could work if we do not introduce a "fetch group" concept of sorts for Document objects.
Comment 3 Anne 2014-05-01 12:53:51 UTC
Seems better for a higher layer to handle this.

*** This bug has been marked as a duplicate of bug 24055 ***