In this example:

Comparing the load times between posts served via the Ajax Load More Cache and posts loaded through a standard Ajax request.

Posts from Cache

Load posts with the Cache add-on.

    Posts by Ajax

    Load posts via standard Ajax request.

      The following shortcode was used to create the Cache Comparison example.

      [[ajax_load_more cache="true" cache_id="5188930145" posts_per_page="3" pause="true" scroll="false" button_label="Load Posts from Cache"]]
      [[ajax_load_more posts_per_page="3" pause="true" scroll="false" button_label="Load Posts with Ajax"]]

      The following Template was used to create the Cache Comparison example.