this post was submitted on 16 Jan 2026
17 points (100.0% liked)

Fedibridge

998 readers
1 users here now

A community to organize and discuss the growth of the fediverse as a whole

Related communities

Megathreads

founded 1 year ago
MODERATORS
 

If we really want to figure which instances to suggest, it could maybe be good to have some additional statistics tracked per instance, and compare to the global averages. It might even be able to influence default choices for like the join-lemmy website.

I understand this might sound gross, but maybe there's a good idea in here?

  • user retention (percentage of users that are still active after 6 months? 1 month?)
  • percentage of anonymous visits that result in a signup (ignore those that result in a login)
  • ban rate
  • signup acceptance/rejection speed
  • percentage of accepted signups vs failed/declined (maybe this just promotes accepting spammers)
  • average time spent on signup page
  • bounce rate of signup page (opened but never completed)
you are viewing a single comment's thread
view the rest of the comments
[–] nutomic@lemmy.ml 6 points 2 months ago* (last edited 2 months ago)
  • user retention (percentage of users that are still active after 6 months? 1 month?)
  • ban rate
  • percentage of accepted signups vs failed/declined (maybe this just promotes accepting spammers)

These wouldnt be hard to add as we already have the data. Its not relevant for normal usage of the site, so it could be a new endpoint /api/v4/statistics. Feel free to open an issue.

  • signup acceptance/rejection speed

Already being added: https://github.com/LemmyNet/lemmy/pull/6126

  • percentage of anonymous visits that result in a signup (ignore those that result in a login)
  • average time spent on signup page
  • bounce rate of signup page (opened but never completed)

These are more difficult as it would require new frontend logic to collect the data, then send it to the backend and have more changes to store it in the db. Not worth the effort in my opinion, but you can also mention it in the issue.