Results 1407 comments of Nutomic

Is this issue still relevant? Weve been running 0.19.6-beta1 on lemmy.ml for a while now, and I havent noticed any problems. This is also the only issue remaining inthe 0.19.6...

The changes to post_view.rs are really trivial so that cant be the problem: `git log --oneline --follow 0.19.5..0.19.6-beta.6 -- crates/db_views/src/post_view.rs` 53a226b94 Add show_nsfw override filter to GetPosts. (#4889) 32cee9cbc Fixing...

One problem with 0.19.6 is with the migration from https://github.com/LemmyNet/lemmy/pull/3205. It takes a long time to recalculate all controversial scores. Once Lemmy starts again, postgres runs auto vacuum on the...

But the main problem is that db queries are still slowing down extremely, so the site becomes unusable within a few minutes after startup. The slow queries are all annotated...

@phiresky Incoming federation would result in create and update queries, but the stats show only select queries at the top. Besides if lemmy.ml is down for half an hour then...

Weve narrowed it down now, the problem is caused by 33fd317. The only thing it does as db migration is increase the max length of post.url from 512 to 2000....

We had to make various beta releases to test all the different commits, see branches [release/v0.19-no-migrations](https://github.com/LemmyNet/lemmy/commits/release/v0.19-no-migrations/) and [release/v0.19-no-migrations-dess](https://github.com/LemmyNet/lemmy/commits/release/v0.19-no-migrations-dess/). beta.11 was still fine, but beta.12 had the slowdown problem. beta.13 is...

Then you should also be able to remove openssl from docker build files and from documentation.

Could you give some instructions how we can test this functionality? Maybe by writing some [documentation](https://github.com/LemmyNet/lemmy-docs) (that will be necessary anyway).

We are merging breaking changes to main branch now, so this can be merged as soon as everything is adressed.