Can someone verify: The Post Feed widget stopped working some weeks ago. It won‘t show subscribed posts. „All“ works, but not „subscribed“.

iPhone 12 18.2 iPad Air2 15.8.3

  • @CreatureSurviveM
    link
    111 days ago

    I’m looking into this right now. As far as I can tell so far, the issue is not directly related to the feed settings. It appears to be crashing due to strict memory constraints (30mb) for widgets.

    When the feed is loading, all images are resized to the size required for the widget style. However, resizing an image increases memory usage during the process. This seems to be the cause of the crash.

    I’ve done a bit of refactoring, images are now cached to disk rather than memory, and I’m working on a more efficient way to resize images. In the past, I used Lemmy’s pictrs API to resize the image before downloading, but the resulting images are very low quality, and grainy when resizing via api.