Email or username:

Password:

Forgot your password?
Top-level
Gregory

@mariusor @liaizon the problem with actively querying something from other instances is that you never know when to do that. See https://socialhub.activitypub.rocks/t/avatar-updates-for-users-who-arent-followed-by-anyone/384

Do it too often and you're wasting bandwidth and CPU time on both instances. Do that too rarely and your data is outdated af. Especially important for collections because that's potentially hundreds of requests, all to find out someone has one new follower.

No comments
marius

@grishka welcome to second hardest problem in tech: cache invalidation :)
But I disagree, of course you know when to query it: when your user asks you to.

Go Up