| 开发者 | Naibabiji |
|---|---|
| 更新时间 | 2026年4月15日 09:28 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp-content/plugins/ directoryEdgeOne 是腾讯云推出的边缘计算与 CDN 服务,提供全球内容分发与安全防护能力。
更新 WordPress 内容后,EdgeOne 可能仍返回旧缓存。本插件可确保访客立即看到最新内容。
支持,插件可在 wp-config.php 中存放 API 密钥,避免密钥保存在数据库或后台界面中。
The plugin automatically purges:
不需要,该功能为可选。仅当服务器使用 Nginx 层级页面缓存(FastCGI 或代理缓存)时才需开启。如果你使用 WP Rocket、W3 Total Cache、LiteSpeed Cache 等 WordPress 缓存插件,则无需启用。
EdgeOne CDN cache is distributed across edge nodes worldwide and is managed via the Tencent Cloud API. Nginx cache is a server-side page cache stored on your own server's filesystem, managed by Nginx's fastcgi_cache or proxy_cache directives. They are separate caching layers; this plugin can clear both at the same time.
删除并重建目录会出现短暂窗口期,可能导致 Nginx 无法写入新缓存。仅删除目录内文件、保留目录本身,可让清理更安全,避免 Nginx 报错。
The PHP process (typically www-data or nginx) needs write permission on the cache directory. Run chown www-data:www-data /your/cache/path or chmod 755 /your/cache/path as appropriate for your server setup.
allow all; without security concernshttp://127.0.0.1 to https://your-domain/custom-path, resolving HTTP-to-HTTPS redirect issues on BT Panel (宝塔) and similar setupsallow all; deny none; pattern with custom random pathnb_cache_purger_ prefix.nb_cache_purger_ branding.