You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On mobile phones, people dont see more than 4-5 posts on the first load without scrolling. So loading 30 posts in first load, takes time and makes user impatient.
At the same time, making the search query cost effective. We should not load less than 10.
Hence, calculate viewport height and calc size of a post, based on that load 5 scroll equivalent data. Which for iphone is 8-10 posts.
The text was updated successfully, but these errors were encountered:
On mobile phones, people dont see more than 4-5 posts on the first load without scrolling. So loading 30 posts in first load, takes time and makes user impatient.
At the same time, making the search query cost effective. We should not load less than 10.
Hence, calculate viewport height and calc size of a post, based on that load 5 scroll equivalent data. Which for iphone is 8-10 posts.
The text was updated successfully, but these errors were encountered: