I have a RG which has 100 items displayed (currently sitting at 25000 K things in the DB).
I have it paginated.
I have a WF that goes to the next page:
But it takes veeery long to go to the next page, but once it’s loaded it is fast, even when you click next or previous etc.
Is there a way to just buffer the next page? As I feel like bubble is buffering a very big chunk of data there.