Overview
Improve user and gallery load times by returning a smaller number of photos by default, and allowing the viewer to load more photos.
Background
Reported / requested on the forum.
Implementation
API
- Return up to 25 posts from user and gallery endpoints
- Accept a page parameter that loads the given page
- Accept a parameter to specify how many photos to load per page (e.g. a number divisible by 4 on the web, and a smaller number divisible by 3 on mobile)
Web
Automatically load more photos when the user scrolls down and gets near the end of the page.