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

Fixes #18554 - skip collection_cache_lookup on authorized_for #4299

Merged
merged 1 commit into from Feb 21, 2017

Commits on Feb 17, 2017

  1. Fixes #18554 - skip collection_cache_lookup on authorized_for

    The call to `authorized_for` can take multiple seconds in some cases,
    leading to performance issues.
    
    This patch will bypass the cache lookup, resulting in similar times for
    admins and non-admins when viewing pages with lots of hosts.
    beav committed Feb 17, 2017
    Copy the full SHA
    b46c8e3 View commit details
    Browse the repository at this point in the history