Linux 软件免费装
Banner图

Purgify - Transient Purge

开发者 deepakrajpal
更新时间 2026年6月8日 22:56
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

cache delete clear transient purgify

下载

1.0.1 1.0.0

详情介绍:

Purgify - Transient Purge gives you a fast, accessible way to clear WordPress transients without leaving the screen you're on. Features When should I clear transients? Privacy This plugin does not collect, store, or transmit any personal data.

安装:

  1. Upload the purgify folder to /wp-content/plugins/.
  2. Activate the plugin through Plugins → Installed Plugins.
  3. Use the Purgify menu in the admin toolbar from any screen, or go to Tools → Purgify.

升级注意事项:

1.0.0 Initial release.

常见问题:

Will clearing transients break my site?

No. Transients are cache entries — clearing them causes WordPress and plugins to regenerate fresh data on the next request. Your site may be slightly slower for the first few requests after clearing.

What is the difference between "Clear All" and "Clear Expired"?

Clear All removes every transient unconditionally. Use it when you need a completely fresh cache. Clear Expired removes only transients whose timeout has already passed. This is the safer, more routine option — it just does what WordPress's own garbage collection is supposed to do automatically.

Does this work with object cache (Redis / Memcached)?

If you have an external object cache (e.g. Redis via the Redis Object Cache plugin), transients are stored there instead of the database. This plugin clears the database rows, which is the fallback store. To clear an external object cache, use that cache's own management tools or flush it from its plugin's settings.

Is it multisite compatible?

The plugin clears both regular (_transient_*) and site-wide (_site_transient_*) transients from the current site's options table. Full multisite network support is planned for a future release.

Can I use this on the front-end?

The admin toolbar links are visible on the front-end when you are logged in as an administrator (provided the toolbar is enabled for your user). They work exactly the same way.

更新日志:

1.0.1 1.0.0