Prefetching Data
Improve the perceived loading times of Ajax Load More requests.
In this example:
Ajax Load More will prefetch the next set of posts into memory before the user interacts with the Load More button or infinite scroll.
The prefetch parameter accepts a value of true or false
-
A New Chapter for Ajax Load More
Ajax Load More has a new home. Discover documentation, demos, premium add-ons, support resources, and everything related to the...
-
Data Prefetching with Ajax Load More
Improve the perceived loading times of Ajax Load More requests with the new prefetching feature.
-
-
The following shortcode was used to create the Prefetching Data example.
[ajax_load_more pause="true" scroll="false" prefetch="true"]
The following Template was used to create the Prefetching Data example.