firestorm icon indicating copy to clipboard operation
firestorm copied to clipboard

Pagination

Open knewter opened this issue 8 years ago • 2 comments

This is going to make permalinks interesting, good tests cases are important here.

knewter avatar Mar 11 '17 07:03 knewter

Discourse manage pagination really well, it basically links to a #post instead of a page number, so it doesn't matter really which pagination the users chooses in the pref seetings 10,20,30,40,50 posts per page.

image

agustif avatar Apr 04 '17 06:04 agustif

I recently read a very interesting blog post on pagination recommending dynamic page size - the first page is 10 elements, the next one 20, etc. This plays extremely well with infinite scroll.

This approach limits both, the first load time, and the number of subsequent requests when scrolling and the user has more time (so a single request doesn't need to be insanely fast at that point).

michalmuskala avatar Apr 04 '17 09:04 michalmuskala