this post was submitted on 12 Jun 2023
1 points (100.0% liked)

Lemmy.World Announcements

28381 readers
3 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 1 year ago
MODERATORS
 

I'm trying to fix this annoying slowness when posting to larger communities. (Just try replying here...) I'll be doing some restarts of the docker stack and nginx.

Sorry for the inconvenience.

Edit: Well I've changed the nginx from running in a docker container to running on the host, but that hasn't solved the posting slowness..

top 7 comments
sorted by: hot top controversial new old
[โ€“] azura@fedia.io 1 points 1 year ago

Hehe, the joys of troubleshooting and profiling. Isn't it fun?

[โ€“] animist@lemmy.one 1 points 1 year ago

Since I have you here, if I start my own instance do I absolutely have to use docker? I've never had good experiences with it and would rather just install programs the old-fashioned way

[โ€“] veroxii@lemmy.world 1 points 1 year ago

Testing reply speed....

[โ€“] simple@lemmy.world 0 points 1 year ago (1 children)
[โ€“] bitrate@lemmy.world 1 points 1 year ago

That is definitely a good lead

[โ€“] veroxii@lemmy.world 0 points 1 year ago (1 children)

Any progress on this. I've been thinking about it too. Couple of ideas:

Too many indexes needing to update when an insert occurs?

Are there any triggers running upon insert?

Unlikely but there isn't a disk write bottleneck? Might be worth running some benchmarks from the VM shell.

[โ€“] veroxii@lemmy.world 1 points 1 year ago

Another thought: how many db connections do you have? Could it be starved because there are so many selects happening and it needs to wait for them to finish first?