-
-
Notifications
You must be signed in to change notification settings - Fork 716
Description
Hi, my app requires a page that loads a listing of hotels (along with 1 image each) in a given area (can be up to 500+ images for a crowded city). I can't seem to find a good all round solution that does not crash or lag the application during these conditions. But I also appreciate the utility that this plugin offers, namely the error placeholder as well as loading placeholder (both are lacking from other sources I found).
First of all, thank you very much for making such a useful tool. However, I think the memory problem with the cache handling here still needs improvement for use cases such as mine (which I imagine is pretty common). I have tried to customize the cache age duration to no avail. Is there any upcoming updates I can look forward to? I sort of have to decide on a solution really soon.
I'm actually not sure if its the amount of images being loaded or that it's due to them all being loaded at the same time. Does anyone happen to know another solution as a temporary alternative?
Much appreciated