Cache Comparison
Compare Ajax Load More cache vs standard Ajax requests
In this example:
Comparing the difference in loading times between posts loaded via Ajax Load More Cache add-on and posts loaded via 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 Repeater Template was used to create the Cache Comparison example.