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


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.