Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDWebImage #163

Open
Montana opened this issue Jul 20, 2022 · 0 comments
Open

SDWebImage #163

Montana opened this issue Jul 20, 2022 · 0 comments

Comments

@Montana
Copy link

Montana commented Jul 20, 2022

Hey all,

I'm aware Fast Image Cache is the absolute fastest way to go from image data on disk to being rendered by Core Animation. Could we in theory use NSURLConnection or one of many popular networking libraries (like AFNetworking) to actually download the image data from our server in batch, then use SDWebImage.

With that in mind, or option2: As it stands today should we still use Fast Image Cache to have it optimize it for future rendering? This is basically to stop some performance bottlenecks—especially with scrolling—as a result of images need to display quickly while scrolling (obviously.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant