-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't workingfeature requiredNeed a new featureNeed a new feature
Description
After adding ~400 images (in total around 1.5GB) of images app startup is long and takes about 5 seconds (there are no images displayed on the screen nor any images are loaded in cache. In fact nothing except
String storageLocation = (await getApplicationDocumentsDirectory()).path;
await FastCachedImageConfig.init(
subDir: "$storageLocation.imgs-cache",
clearCacheAfter: const Duration(days: 31),
);is being done with FastCachedImage library.
After wiping app data and cache everything returns to normal.
I expect to have even more images in cache (more than could possibly fit in ram) and I worry about the startup time and possible crashes. I didn't have that problems with cached_network_image package before.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfeature requiredNeed a new featureNeed a new feature