So, basically I can't see any content from lemmyworld, I'm commenting right now from another instance. When I logged into my Lemmy world account its just empty, zero content, any solutions?
Lemmy.World Announcements
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
- DM https://lemmy.world/u/lwreport
- Email report@lemmy.world (PGP Supported)
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
Join the team
I really appreciate the transparency in this post. There's enough information for me to feel like I kind of know what's going on, and I can go dig into it deeper if I feel like it. This is a breath of fresh air from what I'm used to, thanks so much!
The instance just got so much more faster and stable, it's amazing. Keep up the good work!
Awesome to see the transparency and some tech details of what these updates entail! Iโm loving the bug fixes 0.18 brought too
๐ Great work!
Hey, thanks for your hard work, just want to let you know that login doesn't work for me in incognito mode or on any app.
Wow - we have a new defniition of 'awesome dudes'.
Thank you.
It has been near unusable since the upgrade.
It seemed to work fine at first, but starting today I'm noticing a huge number of async failures; I've had to refresh the page in order to get almost anything (comments, posts, communities, list of communities, profiles, etc) to load.
YOU'RE DOING GOD'S WORK, SON! Keep up the good work! ๐
It's faster now, and we finally have buttons for rich text features! Congratulations!
Update: upvotes are a bit broken and weird right now, I need to refresh every time to see that I upvoted. But that's really the only issue I see right now.
I'm sure there will be bugs for others but it's smooth and bug free for me. Thanks so much for the devs and contributors.
Just signed up and everythings working well for me!
was struggling for a while, but it seem to be nice and fast now.. thank you!
Thanks for the hard work on the upgrade! Much appreciated although I'm only using the web version (not needing specific client apps). Lemmy World feels quite 'snappy' when browsing now.
Login problem is fixed for me, yay! Back on Jerboa and here on the browser! Thanks for your hard work and for putting up with me, lol.
I'm getting network errors that aren't allowing me to actually view content on Jerboa right now, though, but at this point I'm assuming it's a Jerboa thing and not a problem with the instance.
Lot of network errors, but it could be jerboa.
Having login issues on the browser. Not logging in at all. But on liftoff where I was already logged in, everything seems to be working.
thank you for letting us know behind-the-scene stuffs.
me myself is a sysadmin and really like story of successfully scaling up servers. very satisfy to hear.
once again, thank you!
I'm curious; is this instance pysically running on a local private server somewhere or in the cloud in some data center?
The update is good. Just needs more troubleshooting
Trying to edit this comment
Editing took between 4 to 11 seconds. on https://lemmy.world/c/lemmyworld
Meanwhile, on other communities... 0.5 to 1 seconds
Thank you for the hard work! Enjoying Lemmy.world quite a bit. :)
Edit still see some performance issues. Needs more troubleshooting
Federation overheard is putting a lot of load on servers. Creating one task for every single post, comment, and vote in RAM-only queue.... pending changes: https://github.com/LemmyNet/lemmy/pull/3466
To everyone having a login problem, it seems that resetting the password solves the issue! Maybe this means that the upgrade corrupted the stored hashes somehow?
Lemmy seems pretty slow. I wonder how many more people have joined here now.
Updated Jerboa. Thanks for your efforts, transparency and insights.
we created extra lemmy containers to spread the load. (And extra lemmy-ui containers). And used nginx to load balance between them.
Had no idea nginx did that. There's so much I need to learn
New user registrations closed until tomorrow
Warning: Be careful, this might trigger this bug here: https://github.com/LemmyNet/lemmy/issues/3422#issuecomment-1616112264
Have you considered running your Lemmy instance on more than a single machine? If it is possible to run two lemmy containers anyway (ie, lemmy is not a singleton), why not run them on separate machines? With load balancing you could achieve a more stable experience. It might be cheaper to have many mediocre machines rather than a single powerful one too, as well as more sustainable long-term (vertical vs horizontal scaling).
The downside would be that the set-up would be less obvious than with Docker compose and you would probably need to get into k8s/k3s/nomad territory in order to orchestrate a proper fleet.
Thanks! Seems to be working fine so far.