Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
AO3-5105: Use count over length for large tag data #3001
Conversation
sarken
approved these changes
Aug 21, 2017
I'm going to merge this because it's interfering with our using staging
sarken
merged commit 52a0687
into
otwcode:master
Aug 21, 2017
sarken
added
the
Reviewed: Ready to Merge
label
Aug 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
elzj commentedAug 21, 2017
Issue
https://otwarchive.atlassian.net/browse/AO3-5105
Purpose
Replace length with count for large tag queries. On staging, the cache must be empty, because this code is running synchronously and it's slow for warning/rating tags even with the smaller amount of data there.
Testing
In the short term, posting on staging should be faster.