Prefetching data in pipeline mode.
Prefetching data in pipeline mode.
Hello,
We have implemented the server side + pipeline functionality and it works like a charm. Thanks a lot for creating this beautiful piece of software!
A UX issue sometimes arises: after visitor reaches the last page of a pipe, and he clicks for the next page, the processing info will show up until the next pipe of pages are fetched -- is it possible to prefetch the next pipe of pages before visitor reaches the last page, so that when he does reach the last page, he can go immediately to the first page of next pipe? This would cause little delay and it improves user experience. We'd like to have a smooth UX all the time.
To be more specific: say we have a pipe of size 20, and the visitor is at the 10th page of 1st pipe, we'd like to fetch the 2nd pipe of pages NOW, so that when visitor arrives at page 20 (last page of 1st pipe), page 21 is already locally available.
Thanks in advance!
We have implemented the server side + pipeline functionality and it works like a charm. Thanks a lot for creating this beautiful piece of software!
A UX issue sometimes arises: after visitor reaches the last page of a pipe, and he clicks for the next page, the processing info will show up until the next pipe of pages are fetched -- is it possible to prefetch the next pipe of pages before visitor reaches the last page, so that when he does reach the last page, he can go immediately to the first page of next pipe? This would cause little delay and it improves user experience. We'd like to have a smooth UX all the time.
To be more specific: say we have a pipe of size 20, and the visitor is at the 10th page of 1st pipe, we'd like to fetch the 2nd pipe of pages NOW, so that when visitor arrives at page 20 (last page of 1st pipe), page 21 is already locally available.
Thanks in advance!
This discussion has been closed.
Replies
Thanks!
Regards,
Allan