Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache SW: Serve version with most responses #6475

Merged
merged 3 commits into from
Dec 6, 2016

Commits on Dec 3, 2016

  1. Cache SW: Serve version with most responses

    I want to avoid the situation where
    `/v0/some-rarely-used-components.js` serves up a very old RTV, when we
    have multiple files of the newer version that could be served.
    
    This heavily weights the main binary, places a small weight on the
    first requested file, and treats all other responses as normal. The
    version with the max score is what we’ll serve.
    jridgewell committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    d53ea98 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Comments

    jridgewell committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    00be772 View commit details
    Browse the repository at this point in the history
  2. Update tests

    jridgewell committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    98a1d2f View commit details
    Browse the repository at this point in the history