Skip to main content


!Friendica Support Hello helpers. on my friendica instance (2023-05) i see posts from other instances coming in that were written 12-24 hours in the past. what mechanism causes this? my server seems to be doing fine cpu-wise, sometimes db queries take a bit long (i will move files from db to local storage next, i guess that is is the problem with the slow queries), but the queues are not large etc. is that something with my server, or is that just the federation code on the external (mostly mastodon) servers not keeping up with delivery? also, as i understand, my instance sees all public posts from a remote instance once someone on my instance follows a person over there. how is this going to work once meta starts spewing out gigabits of content per second?
in reply to felix b. ohmann

@Felix Bohmann Are they posts from people you follow, or are they only interacted with by such after the fact. Not every instance federates every post to every other instance, otherwise the whole network would fall over.

Friendica Support reshared this.

in reply to felix b. ohmann

oh ok, i did not get that. then it is possibly because of the interaction. i might have missunderstood the way this works then. so the meta question is not really an isse (of bandwidth) either. thanks for clarifying. 😀

Friendica Support reshared this.

in reply to felix b. ohmann

@Felix Bohmann also not all posts come to you, Mastodon does not distribute all posts like that, it just distributes top posts to followers and then any comment to the mentioned users.

Friendica Support reshared this.

in reply to felix b. ohmann

@Felix Bohmann so many questions, would have been good to number them. 😉

Hello helpers. on my friendica instance (2023-05) i see posts from other instances coming in that were written 12-24 hours in the past.


That is a long delay.

what mechanism causes this?

There is 3 possible reasons I think.
1. Your server is not reachable well, maybe timeouts or so, and hence the posts can not be received and are re-transmitted after some hours
2. or your server actively gets them from remote.
3. Some of your contacts interacted with the post, which caused you to receive the interaction and the the post came with it.

my server seems to be doing fine cpu-wise, sometimes db queries take a bit long (i will move files from db to local storage next, i guess that is is the problem with the slow queries), but the queues are not large etc

Try mysqltuner.pl: https://github.com/major/MySQLTuner-perl#downloadinstallation

I am not sure about the file system storage being faster, if your server is new there should not be so much in the db yet.

Disable avatar caching, that really uses many resources and was a common suggestion the last months.

or is that just the federation code on the external (mostly mastodon) servers not keeping up with delivery?


No, very unlikely.

also, as i understand, my instance sees all public posts from a remote instance once someone on my instance follows a person over there. how is this going to work once meta starts spewing out gigabits of content per second?

That could happen. I would expect that meta and others would not turn this on for every user, it will be opt-in and maybe just on separate systems from the current Facebook/Instagram.

Such public posts can be discarded after a short time, currently the settings usually will be some days, but in such cases you can probably set that to hours, just receive them and delete them again after some time. It would cost a lot of database time.

Friendica Support reshared this.

in reply to utzer [Friendica]

@Felix Bohmann in /admin/site go to performance and disable this here:
"Cache contact avatars
Locally store the avatar pictures of the contacts. This uses a lot of storage space but it increases the performance."
This entry was edited (9 months ago)

Friendica Support reshared this.

in reply to utzer [Friendica]

@Felix Bohmann also in performance you have "Lifespan of unclaimed items", which you can reduce to lower value, I guess you do not need 90 days (default setting) of public posts, unless you like to scroll a lot or use the hash tag search much. For me 7 days works well, just for tags I don't follow it might not return anything.

Friendica Support reshared this.

in reply to felix b. ohmann

thanks for that clarification as well. i think it was reshared stuff and interactions. i just missunderstood the way this works for public posts. epic support! 😀

Friendica Support reshared this.

in reply to felix b. ohmann

@Felix Bohmann when it is reshared or somehow interacted with posts, then is shows up like this with the two times.

Friendica Support reshared this.

This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.