mangayomi-mirror/lib/modules/updates
Mehakdeep Singh 8ad295793a perf: resample cover thumbnails in updates, calendar and tracker
v8.0 tightened the decoded-image cache to 64 MB on mobile, but most cover call
sites still decode at full resolution (~3 MB each), so ~20 covers fill the cache
and scrolling/tab-switching thrashes it (covers evict then reload = the lag and
the not-loading flicker). v8.1 added coverProvider (ExtendedResizeImage, resamples
to ~200 KB before the cache) but only wired it into the grid card and library
list. Route the remaining high-traffic thumbnail sites through it too: the updates
feed, the calendar, and the tracker library + search cards. Hero covers and reader
pages are intentionally left full-resolution.
2026-07-31 13:53:20 -07:00
..
widgets perf: resample cover thumbnails in updates, calendar and tracker 2026-07-31 13:53:20 -07:00
update_errors_screen.dart feat: show library-update failures in a dismissible dialog (#623) 2026-07-14 12:31:41 -07:00
updates_screen.dart refactor: optimize Isar history and update queries by using idProperty and improving filter nesting 2026-07-17 15:48:13 +01:00