I haven’t thoroughly looked into it, but it seems that it is at least partly a lemmy backend problem as something can also go wrong on the default UI, but it also seems the alexandrite is maybe handling the error less gracefully?
I haven’t thoroughly looked into it, but it seems that it is at least partly a lemmy backend problem as something can also go wrong on the default UI, but it also seems the alexandrite is maybe handling the error less gracefully?
deleting of a single post or comment is one of the worst-performing SQL problems in lemmy’s code right now. an open pull request to fix a bug. On my instance, it is already taking over 5 seconds for PostgreSQL to delete a single post or comment, and I only have 2 months worth of data in the database.