mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-08-05 08:29:09 +00:00
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. |
||
|---|---|---|
| .. | ||
| tracker_item_card.dart | ||
| tracker_library_card.dart | ||
| tracker_library_screen.dart | ||
| tracker_library_section.dart | ||
| tracker_section_screen.dart | ||