Repeater loading optimization

Hi,

Would need help with the repeater loading optimization method!

Currently there’s no pagination for repeater, so essentially load 20 more items every time when reached the bottom of the page, but the loading taking longer and longer each time as more items are lives on the page, which because impossible to use around 100 items.

  • Is there a good way to build pagination for the repeater?
  • What’s a good way to optimize the page rendering in general (because already kinda slow loading the first 20 items)? recycle collection? render on the server-side?

Thanks a lot for the help!

Jerry

yes there are if you code, read here