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

Fix performances obtained with Github auth in tutorial #424

Closed
leplatrem opened this issue Feb 3, 2016 · 0 comments
Closed

Fix performances obtained with Github auth in tutorial #424

leplatrem opened this issue Feb 3, 2016 · 0 comments

Comments

@leplatrem
Copy link
Contributor

A single PUT on the default bucket generates 10 calls to authentication.unauthenticated_userid().

With basic auth it is hard to notice. But when following the Github auth tutorial, it becomes very obvious that something is wrong with the current proposition :)

I started this PR also mozilla-services/cliquet#641

Note:
Used this trick to track:

    import traceback
    for line in traceback.format_stack():
       print(line.strip())
@leplatrem leplatrem self-assigned this Feb 29, 2016
leplatrem added a commit that referenced this issue Mar 7, 2016
Upgrade to Cliquet 3 (fixes #345, fixes #fixes #369, fixes #421, fixes #424, fixes #433, fixes #434, fixes #461)
@leplatrem leplatrem modified the milestone: 1.12 Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant