5 ms·
Here's a sane implementation for addressing server queue time - preload the next N results. Problem solved, no need to go back the the 90's with useless moving
by Produce 14y ago
Here's a sane implementation for addressing server queue time - preload the next N results. Problem solved, no need to go back the the 90's with useless moving visual elements and sanity is preserved.
- tsunamifury 14y agoYour snip answer lacks experience. You can't cache what you don't know a user will do next. And queuing next n results is very slow over cellular networks.
- Produce 14y ago>You can't cache what you don't know a user will do next. The user will probably keep scrolling if they are scrolling through a list of items.