-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Aspirational feature, i.e. not too important right now.
Summary: Support cached responses to a URL's network when the URL is already known as a secondary URL in a previously cached response.
The crawling required to discover a rel=me network of URLs is intensive and takes some time, so we want to avoid as much excessive processing as much as possible.
Currently, we cache the network based only on the originally requested URL, e.g. example.com. However, we should also index the data by every other URL in the network - e.g. if a request is later made to foo.com, and if foo.com is already known to part of example.com's network, then the previously cached data should be served (although, this time, foo.com will be considered the original URL and so foo.com will not be included in the URL list, but example.com will be).