It seems the main issue with performance is a bug with web sockets in Lemmy that could be fixed in the next major version release. The web frontend freezes when you perform an action, and even if that action completed in half a second, it remains frozen for ~10 seconds afterwards.
Theyre getting rid of websockets all together, which should give a big performance boost. Right now the backend maintains connection for every active user and pushes an ungodly amount of messages for no good reason
It seems the main issue with performance is a bug with web sockets in Lemmy that could be fixed in the next major version release. The web frontend freezes when you perform an action, and even if that action completed in half a second, it remains frozen for ~10 seconds afterwards.
Theyre getting rid of websockets all together, which should give a big performance boost. Right now the backend maintains connection for every active user and pushes an ungodly amount of messages for no good reason