Preloads any new or recently updated post into fullpage cache. Requires a fullpage caching layer or plugin, such as Varnish or WP Super Cache.
Preload Fullpage Cache plugin is created to address a unique scenario in high traffic sites where the visitors rush to the website upon publishing the new post, even before the cached version of the post is ready to serve the initial traffic spike.
This section describes how to install the plugin and get it working.
/wp-content/plugins/preload-fullpage-cache
directory, or install the plugin through the WordPress plugins screen directly.This plugin doesn’t come with any settings screen on purpose. Settings screen may be included in the future, depending on the feedback from the users.
Usually, you can check if a post is served from the cache or not by looking at the headers info. So, create a new blog post or update an existing post and look for its headers info. For example, if your site is behind Varnish, you may see the ‘Age’ information that is greater than zero. Uncached posts (for example, a search query such as example.com/s=test) will have ‘Age’ as zero.
Unfortunately, no. But, there is a workaround that requires some coding skills (such as how to extend a plugin). Please see this support thread for an explanation… https://wordpress.org/support/topic/custom-post-types-313/ . Thanks.
This plugin needs to fetch the new / updated post thrice in real time over the internet, just after publishing or updating. This is expected to slow down the whole process!