you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago (19 children)

Is there a good Lenny app because so far wefwef hasn’t been great for me.

  • source
  • parent
  • hideshow 19 child comments
  • [–] 14 points 3 years ago

    Jerboa or just in the browser. Honestly though most people's issues are likely to be because they joined a huge instance which is falling over due to load. Consider making a new account on a smaller instance.

  • source
  • parent
  • [–] 9 points 3 years ago (2 children)

    Liftoff is the best I've found so far. Waiting for Sync to come though

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 years ago (7 children)

    Can you explain why? Are you using wefwef on Android?

  • source
  • parent
  • hideshow 7 child comments
  • [–] 2 points 3 years ago (6 children)

    I’m using it on iOS and don’t get me wrong the app looks beautiful. I’m finding issues with communities not loading posts, comments or general sync issues. I have an issue where trying to reply to a comment would overlay the comments over the textfield.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 6 points 3 years ago

    I’m finding issues with communities not loading posts, comments or general sync issues.

    Lemmy's Rust code uses an ORM called Diesel that masks the SQL statements and you really have to watch the PostgreSQL server independently to verify that the SQL isn't doing wild things like loading thousands of records when you only needed 3. Just today people are finally sharing some information out of the big servers (lemmy.world) as to what PostgreSQL side says is actually happening. Hopefully the biggest mistakes are going to get cleaned up quickly.

  • source
  • parent
  • [–] 1 point 3 years ago (2 children)

    That sounds like a server issue. Try a smaller server

  • source
  • parent
  • hideshow 2 child comments