Skip to main content


Wrote a bunch of #GoToSocial code today and yesterday to store account stats in a separate db table, which brings some nice advantages like being able to easily store correct followers/following/statuses counts from remote instances :)

https://github.com/superseriousbusiness/gotosocial/pull/2831

Should also help with slow COUNT queries for postgres users, since counts will be done less often than before.

Kapow!