KenjiBaheux / resource-freshness

Proposal for a HTTP header field to be used in the context of stale-while-revalidate (RFC5861)
Apache License 2.0
5 stars 1 forks source link

Resource-Freshness

Proposal for a HTTP header field to be used in the context of stale-while-revalidate (RFC5861)

Background

For context, please read Mark Nottingham's blog post about stale-while-revalidate.

Description of the header

Resource-Freshness is a HTTP header that user agents would send on revalidation of assets that were served with the stale-while-revalidate Cache-Control directive.

The purpose of this header is to help webmasters optimize the values of max-age and stale-while-revalidate for a given resource.

The Resource-Freshness header will report the original max-age value, the original stale-while-revalidate value as well as the current age of the asset.

Example:

Usage

Based on the information carried by Resource-Freshness, webmasters would be able to know how often user agents had to resort to synchronous revalidations and how bad the problem is.

For instance, revalidations could be categorized into asynchronous and synchronous by looking at the following instances:

Assessing how bad the problem is can be done by looking at the overall efficiency:

Histograms can be used to understand the impact of Understanding the impact of tweaking max-age and/or stale-while-revalidate.

For instance, one could look at a histogram of beyond-expectation-age to understand by how much stale-while-revalidate needs to be increased in order to reach a target efficiency number.