this post was submitted on 20 Aug 2025
189 points (94.0% liked)
Fediverse
36284 readers
328 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Watch out, the statistics might not say what you think they do.
"Total users" is a meaningless metric. All it showes is how many users aren't using lemmy anymore.
"Monthly active users" is the only meaningful metric, and it's fluctuating and currently going down.
"Activity growth" doesn't actually show the number of new activities per month, but the total count of activities. So with constant activity you'd expect linear "activity growth" and with growing activity you'd see the line curling upward. It is currently mostly linear but slightly declining.
So these statistics show a slow decline, not an increase.
But in a way you can be happy that it doesn't grow a lot. With the base architecture of ActivityPub (every instance contains a copy of everything, all content needs to be propagated to all instances, all content needs to be duplicate-moderated by all instances' admins) it is absolutely not designed to handle large amount of users.
If only a tenth of a percent of Reddit users were to switch over to Lemmy, everything would grind to a halt and most instances would have to close down because running them would become to expensive for a non-profit project.
The user you are replying to has specifically sourced lemmy.world data there, which is not going to give you an overall for the wider fediverse.
This here is a better source: https://lemmy.fediverse.observer/dailystats&days=1000
That's all of lemmy over the last 1000 days.
Most important takeaways:
I suggest you look at the piefed activity indicator for more context here.
A big chunk of the lemm.ee base went here, and its gaining servers where Lemmy is losing them.
Yeah, that makes sense. Though still Lemmy.ee's closure is a drop of ~4500 monthly active users while piefed only totals ~1700 monthly active users in total.
Oh yes, it has some impact - but the slow decline of Lemmy instance activity has to be contextualised with whats going on Piefed (and to a lesser extent: Mbin)
Kbin exists as well, unless something changed since the last time I looked.
But one thing is for certain: The whole field isn't growing right now.
kbin shut down, mbin is the sucessor
Sure, but it's not at the level of decline some doom about here. It's mostly stable.
Yeah, that's true.
What is a bit of a fact though is that Lemmy and the other Lemmy-likes are basically a set of forums and not a Reddit killer.
In fact, all of Lemmy's and Lemmy-likes' usage statistics combined are about comparable with the Crackberry forum or the LTT forum.
Yeah one has to be careful with statistics and I couldn't find the whole Lemmy in one place so it's also not representative of the whole Lemmy.
I thought ActivityPub did scale well and was ATProto (Bluesky) which had a lot more issues. I mean I can comment on Peertube using my Mastodon account meaning the whole Fediverse is properly connected and we are 1M MAU so I would say it already scaled good.
Here's all of fediverse: https://lemmy.fediverse.observer/dailystats&days=1000
Also remember, though it says 'daily' in the title, that only refers to that the stats are grouped by day. They are still total numbers (e.g. total number of posts that are available on that day, not number of new posts created that day).
Lemmy has the big issue that each instance needs to cache the whole content of each community any user of that instance ever subscribed to. Since Reddit-style platforms only make sense if there are huge communities that means that the biggest communities have most of the traffic while being subscribed to by most instances. That means that most instances have copies of most content.
Same goes with moderation. Since every instance holds a copy of the content, each instance's operator is liable for illegal content stored on their server, and most instance operators also want their moderation guidelines enforced across the whole instance, even for content coming from other instances, so each instance needs to moderate all content. Content moderation on one instance is not propagated to other instances (unless the moderation happens on the host instance of the community), so you end up with moderators of dozens of instances each having to individually e.g. delete the same post.
This is already such a strain that e.g. Lemmy.ee got shut down because it was just so much work and money doing all of that, and that's with a miniscule amount of ~40k monthly active users across all of Lemmy. Compare that to the 1.2 billion monthly active users on Reddit. If we only got a tenth of a percent of all Reddit users over to Lemmy, the whole system would come crashing down.
Aah I didn't knew this issue from Lemmy, really interesting. Creating a decentralized platform raises many new challenges that are hard to solve!
Now I get why piefed approaches moderation in a different manner and tries to be more resource friendly.
Thanks for the info! Really interesting stuff :)