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

Use the query_obj as the basis for the cache key #4260

Merged
merged 2 commits into from
Jan 28, 2018

Commits on Jan 23, 2018

  1. Use the query_obj as the basis for the cache key

    When we recently moved from hashing form_data to define the cache_key
    towards using the rendered query instead,
    it made is such that non deterministic form
    control values like relative times specified in "from" and "until" time
    bound resulted in making those miss cache 100% of the time.
    
    Here we move away from using the rendered query and using the query_obj
    instead.
    mistercrunch committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    bdcc052 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    f63a563 View commit details
    Browse the repository at this point in the history