wordpress-mobile / WordPress-iOS

WordPress for iOS - Official repository
http://ios.wordpress.org/
GNU General Public License v2.0
3.66k stars 1.11k forks source link

Reader: Add image preloading to the new list #4288

Open aerych opened 8 years ago

aerych commented 8 years ago

Title has it.
Cells are handling image loading via an AFNetworking category on UIImageView. We can probably leverage AFNetworking's cache and loading logic that the list can take advantage of by looking a head (and behind!) a few cells from the current offset.

kean commented 10 months ago

Implemented in https://github.com/wordpress-mobile/WordPress-iOS/pull/21470; targeting 23.7.

aerych commented 10 months ago

From 2015! You're a hero @kean!

kean commented 10 months ago

Yes, but I closed the wrong ticket 😬 I added prefetching to Site Media. Reader is coming next.