https://bugzilla.wikimedia.org/show_bug.cgi?id=47086
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Brion Vibber <[email protected]> --- [cache-thumbs 2ac3674] (bug 47086) improve image caching Images were being fetched via NSURLConnection, which is supposed to cache locally... but even when cached, the results come in asynchronously. This didn't fit well with the CollectionView scrolling model, which takes over the UI thread for maximum smoothness. Now, we explicitly cache thumbs ourselves and load them synchronously if they're present, leading to a much nicer scrolling experience. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
