Dev lead for Mlem, the iOS Lemmy client.

Tip jar

  • 39 Posts
  • 213 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle













  • It’s looking like we’ll have the public 2.0 TestFlight launched within the next couple of weeks, though the error bars on that timeline are pretty wide because development speed is dependent on our free time. You can also check our roadmap post for a feature-by-feature list of what’s left; we’re expecting to merge a couple of the outstanding items in the next few days.


  • Eric@lemmy.mlMtoMlem for Lemmy@lemmy.mliOS App Network Activity
    link
    fedilink
    English
    arrow-up
    21
    ·
    1 month ago

    It looks like the biggest domain count driver by far is image fetching for link posts, since rendering a website preview involves fetching both the preview image from the linked website and the favicon from Google (favicons account for all those t1.gstatic calls). Disabling website previews and the associated image fetching code cut the domain list down to just Lemmy instances. Mastodon appears to proxy image requests through the instance, which prevents that high domain count. Lemmy has recently added that feature, but right now only instances running the very latest Lemmy code perform image proxying.

    We’re looking into adding enhanced privacy features to 2.0; we’ll include one to disable fetching favicons and image thumbnails, since favicons especially are a known tracking/fingerprinting vector.






  • Eric@lemmy.mlMtoMlem for Lemmy@lemmy.mlSmooth scrolling?
    link
    fedilink
    English
    arrow-up
    11
    ·
    3 months ago

    TL;DR: Mlem v1 is not fast; Mlem 2.0 (announcements coming soon!) will be.

    We’re aware of a number of performance issues with the current codebase, which all together result in the app not behaving as responsively as we’d like. Unfortunately these are largely due to design choices made during the hectic sprint to App Store release last summer, and so are infeasible to fix without rewriting the app from the ground up—which is why that’s precisely what we’re doing. Our 2.0 build should be significantly faster; we’ll have some announcements about that in the near future.