• 66 Posts
  • 87 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle
















  • mrlavallee@lemmy.worldMtoLemmios App@lemmy.worldCaching
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 years ago

    Yes it should, the issue you might be encountering is that in the list it uses the (lower quality) thumbnail image and it uses the full quality image when looking at an individual post. After cutting my own network images will still load for me, I will add showing how large the cache is and the ability to clear it soon





  • I don’t believe that Memmy has a solution, last I checked they just don’t support notifications on Lemmy.world cause they had about 2x the requests of the next highest api user and their IP got banned. (Details might be foggy I talked to Rudd like a week ago about this)

    And yes I agree that oauth is definitely the solution, however for now at least with open source apps (and backends) it is possible to make sure that only the auth token (never passwords) is sent and that the backend only uses it for the right reasons. It is also important to mention that even with oauth the app would have to send the auth token to the backend (Apollo for Reddit did this for context).