I have 2 pages, one is a user list, and one is user detail. There's a gallery on the user detail page, how can I use prefetch to make the app experience better? I can push the gallery images to the user list API. But it makes the first page (user list) slower?
I have another idea, prefetch only when the user hovers to a user in the user list page, and when they click on the link, they won't have to fetch the images from scratch. What do you think?