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?

    • maegul (he/they)OP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      I’m sure it’s mostly a backend problem … for instance, right now, I can’t delete the above comment on either the default or alexandrite UIs!

      Just thought I’d mention it here.

      • RoundSparrow
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        right now, I can’t delete the above comment on either the default or alexandrite UIs!

        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.