this post was submitted on 07 Jun 2023
73 points (97.4% liked)

Lemmy.World Announcements

29077 readers
127 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world/

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to info@lemmy.world e-mail.

Report contact

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 2 years ago
MODERATORS
 

In this post I will list the known issues or possible improvements for Lemmy.world.

Please comment with any issue or area for improvement you see and I will add it here.

Issues can be:

  • Local (lemmy.world) (also performance issues)
  • Lemmy software issues
  • Other software related (apps/Fediverse platforms etc)
  • Remote server related
  • (User error? ...)

Known issues

  • Posting big posts of over 2000 characters fails, the Post button will stay spinning
  • Top posts page gets a stream of new posts ? Websockets issue
  • You're suddenly in another post than you were before > Websockets issue

Enhancement requests

  • Can themes be added? > To be checked if this can be done without changing code.
you are viewing a single comment's thread
view the rest of the comments
[โ€“] KitchenNo2246@lemmy.world 1 points 1 year ago (1 children)

I've very curious if Lemmy could scale to sizes similar to Reddit. Would that require creating multiple instances? Is there a max active users that an instance could handle? Is there a way to load balance between servers?

I suspect this hasn't been done since Lemmy just recently exploded in popularity.

[โ€“] antik@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

There are no "limits" provided by the Lemmy devs. This is new territory for them as well. Lemmy is getting more popular and they never had this many users on an instance.

And no, currently load balancing is not an option. This because Lemmy is built out of different pieces and they don't all scale well. So when you deploy a lemmy instance it's one backend, one ui, one pctrs and one database.

I'm sure they are working on that too. At least I hope so!