Is Glide RecyclerView caching worth it?

If you’re coding an Android app and using the fantastic Glide library to load images in a RecyclerView, you’ll probably Google [glide recyclerview] to see if there is any gotchas like potential memory leaks or something. The first result in the SERP is the Glide docs about using RecyclerViewPreloader to load images ahead of a […]