this post was submitted on 25 Feb 2026
16 points (94.4% liked)
Fediverse
23998 readers
142 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not "caching". Fediverse instances mirror the content. It doesn't get uncached as it gets old. If it did, pulling up a feed of all content on the fediverse for a given date or search, would require your server firing off an http request to every other server on the whole network, waiting for a reply, and then parsing those replies.
That's not workable. So instead servers mirror, and only sync updates, and only for stuff that the other server has followers/subscribers.
To see "all" content without someone on an instance following said content, every instance would have to mirror the content of every other instance. Again, that's not workable.
You don't want to have to download the entire fediverse just get your small single-user istance working.
Oh okay, thanks, I think I understand it better now