rtCamp / nginx-helper

Nginx Helper for WordPress caching, permalinks & efficient file handling in multisite
https://wordpress.org/plugins/nginx-helper/
230 stars 122 forks source link

Cache new posts as soon as they get published #21

Open rahul286 opened 12 years ago

rahul286 commented 12 years ago

Whenever a new post is published, issue a fake GET request for it so fastcgi_cache will have it ready when first visitor shows up!

RefL http://wordpress.org/support/topic/plugin-nginx-manager-preheat-new-post-cache-before-purging-homepage

chandrapatel commented 2 years ago

shutdown action can be used to make GET request to cache new published post.