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

Merged
merged 1 commit into from Aug 21, 2017

Conversation

Projects
None yet
2 participants
Owner

elzj commented Aug 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.

sarken approved these changes Aug 21, 2017

I'm going to merge this because it's interfering with our using staging

@sarken sarken merged commit 52a0687 into otwcode:master Aug 21, 2017

3 checks passed

Scrutinizer No new issues
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
hound No violations found. Woof!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment