Title: Server-Side Cache AutoPurge
Author: suresupport
Published: <strong>2020 年 12 月 4 日</strong>
Last modified: 2025 年 12 月 17 日

---

搜索插件

![](https://s.w.org/plugins/geopattern-icon/server-side-cache-autopurge.svg)

# Server-Side Cache AutoPurge

 作者：[suresupport](https://profiles.wordpress.org/suresupport/)

[下载](https://downloads.wordpress.org/plugin/server-side-cache-autopurge.1.0.5.zip)

 * [详情](https://cn.wordpress.org/plugins/server-side-cache-autopurge/#description)
 * [评价](https://cn.wordpress.org/plugins/server-side-cache-autopurge/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/server-side-cache-autopurge/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/server-side-cache-autopurge/#developers)

 [支持](https://wordpress.org/support/plugin/server-side-cache-autopurge/)

## 描述

This plugin automatically purges the server-side cache after you make a website 
change such as updating a post.

The automatic purge functionality works for websites hosted on servers managed by
SureSupport and using the “Server-side Caching” feature available in the hosting
Control Panel.

### Configuration

The plugin does not require any additional configuration. It works out of the box.
Just make sure you have the “Server-side caching” feature enabled in your hosting
Control Panel.

#### WP-CLI

You can clear the server-side cache with the following WP-CLI command:

    ```
    wp surecache purge
    ```

## 安装

You install this plugin just as any other WordPress plugin.

## 常见问题

### Can I enable/disable server-side caching using the plugin?

No. You can do this only via your hosting Control Panel > Server-side caching.

### Can I manually purge the server-side cache using the plugin?

Yes, you can. When the plugin is installed and activated, you will see a “Purge 
Server-Side Cache” button at the top left side of the Dashboard. Clicking it will
purge the server-side cache.

You can also purge the cache with the following WP-CLI command:

    ```
    wp surecache purge
    ```

### I am experiencing issues with the plugin. What do I do?

You can try to resolve the problem by purging the cache, deactivating the plugin,
or disabling server-side caching from your Control Panel.

## 评价

![](https://secure.gravatar.com/avatar/a31cd68e1c5de1a15c4a31dd99cc0e9eb0eb4f2aaedd3d3025a1e22d928b9a32?
s=60&d=retro&r=g)

### 󠀁[Don’t works](https://wordpress.org/support/topic/simply-works-282/)󠁿

 [Skrlance](https://profiles.wordpress.org/seanlance/) 2025 年 3 月 17 日 1 回复

It’s good to see that this plugin has started to work again. But still I would recommend
deprecating support for up to php 7.3 since WordPress recommends php 7.4 or higher.
Not sure why developer is sticking with support for php 5.4 when the core itself
doesn’t support.

![](https://secure.gravatar.com/avatar/92d61e1e103b9a741e3a0c59c9f91f5ac0aa26ff3f6e0f799b75cd2e831ccbd8?
s=60&d=retro&r=g)

### 󠀁[Works great on SureSupport](https://wordpress.org/support/topic/works-great-on-suresupport/)󠁿

 [moviemoon](https://profiles.wordpress.org/moviemoon/) 2025 年 3 月 12 日

I have my website on SureSupport and this works perfect. Having the button always
at the top of the WordPress dashboard is very helpful. Thanks.

![](https://secure.gravatar.com/avatar/efeb4332b9b4fc9ca0455521107e40f5aed00e199bb8c7ce3338cd935a44f606?
s=60&d=retro&r=g)

### 󠀁[Always at hand](https://wordpress.org/support/topic/always-at-hand-2/)󠁿

 [mercado2](https://profiles.wordpress.org/mercado2/) 2025 年 2 月 23 日

very easy to use, I use it repeatedly to clean the website.

![](https://secure.gravatar.com/avatar/80e442f3789cd335a2a6d947de27982d5c432bab5bb6914ce6ec44fe8e89ff55?
s=60&d=retro&r=g)

### 󠀁[Didn’t Work For Me](https://wordpress.org/support/topic/didnt-work-for-me-193/)󠁿

 [ginotucillo](https://profiles.wordpress.org/ginotucillo/) 2023 年 9 月 13 日 1
回复

Apparently, Godaddy’s Managed Wordpress Hosting is not currently clearing cache 
when you choose their “flush cache” option. I was hoping this plugin would do the
trick but unfortunately not.

![](https://secure.gravatar.com/avatar/f99b3103094cd49dadf6116f923db9cc68c109039a2e24fd003ac2d7860d6bb9?
s=60&d=retro&r=g)

### 󠀁[Works. No problems.](https://wordpress.org/support/topic/works-no-problems-5/)󠁿

 [veso_peso](https://profiles.wordpress.org/veso_peso/) 2020 年 12 月 27 日

Works great. Cache is cleared when needed.

 [ 阅读所有5条评价 ](https://wordpress.org/support/plugin/server-side-cache-autopurge/reviews/)

## 贡献者及开发者

「Server-Side Cache AutoPurge」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ suresupport ](https://profiles.wordpress.org/suresupport/)

「Server-Side Cache AutoPurge」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/server-side-cache-autopurge/contributors)
为本插件所做的贡献。

[帮助将「Server-Side Cache AutoPurge」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/server-side-cache-autopurge)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/server-side-cache-autopurge/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/server-side-cache-autopurge/)，或
通过[RSS](https://plugins.trac.wordpress.org/log/server-side-cache-autopurge/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/server-side-cache-autopurge/)。

## 更新日志

#### 1.0.5

 * Fix – Purge on post update

#### 1.0.4

 * Fix – Handle wp errors

#### 1.0.3

 * Fix – Queue loop when SSC is turned off

#### 1.0.2

 * Fix – Missing file errors

#### 1.0.1

 * FIX – Purge by hostname

#### 1.0

 * Initial release.

## 额外信息

 *  版本 **1.0.5**
 *  最后更新：**6 月前**
 *  活跃安装数量 **10,000+**
 *  WordPress 版本 ** 6.3 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [Bulgarian](https://bg.wordpress.org/plugins/server-side-cache-autopurge/) 和
   [English (US)](https://wordpress.org/plugins/server-side-cache-autopurge/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/server-side-cache-autopurge)
 * 标签
 * [cache](https://cn.wordpress.org/plugins/tags/cache/)[caching](https://cn.wordpress.org/plugins/tags/caching/)
   [Fast](https://cn.wordpress.org/plugins/tags/fast/)[flush](https://cn.wordpress.org/plugins/tags/flush/)
   [Purge](https://cn.wordpress.org/plugins/tags/purge/)
 *  [高级视图](https://cn.wordpress.org/plugins/server-side-cache-autopurge/advanced/)

## 评级

 4.2 星（最高 5 星）。

 *  [  4 条 5 星评价     ](https://wordpress.org/support/plugin/server-side-cache-autopurge/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/server-side-cache-autopurge/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/server-side-cache-autopurge/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/server-side-cache-autopurge/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/server-side-cache-autopurge/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/server-side-cache-autopurge/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/server-side-cache-autopurge/reviews/)

## 贡献者

 *   [ suresupport ](https://profiles.wordpress.org/suresupport/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/server-side-cache-autopurge/)