| 开发者 | ashbrentnall |
|---|---|
| 更新时间 | 2026年8月19日 02:01 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/.Yes. This is an add-on for StackCache specifically. Without it, the plugin does nothing and shows a notice telling you so. StackCache ships with 20i's Managed WordPress and WordPress Optimised hosting.
No. The purge on its own fixes the staleness: the next visitor to each listing page gets fresh content. The warmer is optional: with it, those pages are rebuilt right away so nobody has to be the first to wait.
The homepage, the post's public taxonomy archives (categories, tags, custom taxonomies), its post-type archive, any parent pages, the blog page if you use a static front page, and the main feed. The post's own URL is handled by StackCache; this plugin only adds it when StackCache would not (an unsupported custom post type with StackCache's custom-post-type purging turned off), so nothing is purged twice.
No. Every URL is checked against your site's own host first. Anything off-domain is ignored.
No. The purge is deferred to a short background task a few seconds after you save, so your editor request returns immediately. A burst of edits (such as a bulk action) folds into a single purge pass.
A control in the admin bar, on front-end views, that clears just the page you are looking at. It is protected by a capability check and a nonce. There is also a "Purge Everything" option for a full-site purge.
Nothing breaks either way. The plugin checks StackCache is present before it does anything at all, so without it there are no purges, no scheduled tasks and no admin bar changes, just a notice telling you it is idle. The cache warmer is checked the same way: the plugin offers it the purged URLs, and if it is not installed that offer simply goes nowhere. Neither is bundled or modified; both stay entirely under your control.
No. It does not touch StackCache's caching engine, settings or rules. It only issues additional purge requests through StackCache's own purge method for the listing pages StackCache leaves out, so your content stays consistent.