We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
User
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
Currently right now any time the User model changes, we purge all the cache keys for that user's project.
This includes attribute changes that don't actually affect the project pages, like last_login, password etc.
last_login
password
We should filter out "purge-able" attribute changes and only issue purges when necessary. Said attributes include:
username
name
emails
The text was updated successfully, but these errors were encountered:
it also issues an all-projects which purges /simple * was looking at wrong log :)
all-projects
/simple
Sorry, something went wrong.
Hmm, shouldn't be...
my bad, sneaky edited my original comment after checking logs more closely.
Ernest mentioned we need this before launching beta, because otherwise it's so costly to serve users who have many projects each.
No branches or pull requests
Currently right now any time the
User
model changes, we purge all the cache keys for that user's project.This includes attribute changes that don't actually affect the project pages, like
last_login
,password
etc.We should filter out "purge-able" attribute changes and only issue purges when necessary. Said attributes include:
username
name
emails
The text was updated successfully, but these errors were encountered: