mangayomi-mirror/lib/modules/updates/widgets
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
..
update_chapter_list_tile_widget.dart perf: resample cover thumbnails in updates, calendar and tracker 2026-07-31 13:53:20 -07:00