this post was submitted on 28 May 2024
8 points (100.0% liked)

Reddthat Community and Support

661 readers
2 users here now

Reddthat Community & Support

This community is for us to chat about anything and everything, including support topics!

There is no defining specific rules for this community and it can be anything from "I do not like the weather" to "I've won the jackpot and want to give all the money away to charity!" ๐Ÿ˜„

Before posting, have you read the rules?

Introductory Required Reading


For anything else, try a search and see what turns up, if not post away!


Alternative Support Forums:

founded 1 year ago
MODERATORS
 

Has anyone else been getting long page load times (like ~10 or more seconds) frequently but intermittently over the last couple days?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 1 month ago (8 children)

No it doesn't (unfortunately). We have a proxy in the EU close to LemmyWorld which batch sends requests to our local queue, which then inserts them into Lemmy. We can sustain over 30/s and our db barely struggles. The DB isn't the problem as we have a stupid amount of resources at our disposal.
The majority of the time (in my experience with these issues) is that the developers are making changes to how Lemmy works and it inadvertently goes from a query that performed super fast, to a query that is not optimised.

Because we are on the beta tags (for this release only!) we have to weather the storm, but as soon as 0.19.4 is released we'll go back to only using the production ready releases instead of the beta ones.

I have some time today to do a thorough investigation now so I'll find the bad query, make an issue, and if it's a simple fix it will be rolled out within 24/48 hours.

[โ€“] [email protected] 3 points 1 month ago (3 children)

Got it. Best of luck in your bug hunt!

[โ€“] [email protected] 3 points 3 weeks ago (2 children)

Are you still getting the long load times? We have updated multiple times since then and I haven't found anything obvious which would be causing issues. Cheers

[โ€“] [email protected] 2 points 3 weeks ago (1 children)

I was getting it a few days ago, but I'm pretty sure you weren't on 0.19.4-rc.11 yet the last time I saw it. Testing for a few minutes just now I haven't managed to reproduce it. Will let you know if I see the issue again. (Hopefully it's just good now!) Thanks!

I did find a small issue while checking though -- on mlmym's settings page, the logo in the top left is showing up with src %3cnil%3e instead of a valid path.

[โ€“] [email protected] 2 points 3 weeks ago

Yep the underlying bug was finally fixed in -rc.11.

Basically our logo died every time the container restarted as it was never properly saved.

I'll fix our logo backup soon

load more comments (4 replies)