You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new stats code (#3536) is making a separate DB query for each of the 369 locales in the /teams page to get theirs stats, which makes it noticeably slower than the old code.
We should change the way get_chart() works and only do 1 query for all locales.
The text was updated successfully, but these errors were encountered:
eemeli
added
P1
Must be fixed immediately, drop any other work
and removed
P2
We want to ship it soon, possibly in the current quarter
labels
Feb 5, 2025
The new stats code (#3536) is making a separate DB query for each of the 369 locales in the /teams page to get theirs stats, which makes it noticeably slower than the old code.
We should change the way get_chart() works and only do 1 query for all locales.
The text was updated successfully, but these errors were encountered: