| 开发者 | filiprimo |
|---|---|
| 更新时间 | 2026年8月28日 02:56 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/fastcgi-cache-for-ploi/, or install it from the Plugins → Add New screen in your WordPress admin.wp-config.php so the stored token is encrypted with a key independent of your database:
define( 'FASTCGI_CACHE_FOR_PLOI_KEY', 'a-long-random-string' );Yes. This plugin flushes the FastCGI cache of a site managed by Ploi (https://ploi.io), so you need a Ploi account, a Ploi-managed server/site with FastCGI caching enabled, and a Ploi API token.
In your Ploi account under Profile → API keys (https://ploi.io/profile/api-keys). Create a key, give it a recognizable name (for example "FastCGI Cache — yourdomain.com"), and paste it into the plugin's Connection card.
Ploi can only flush FastCGI cache for a site that has it enabled. Enable FastCGI caching for the site in Ploi, then try again.
Yes. The token is encrypted at rest and is never displayed again after it is saved. For the strongest protection, define FASTCGI_CACHE_FOR_PLOI_KEY in wp-config.php (see Installation) so the encryption key is independent of your database.
Yes — use the Flush now button on the settings screen.
No. Flushes happen via a background request to the Ploi API after content changes; they do not block your visitors, and bursts of changes are coalesced into a single flush.
Click Disconnect on the settings screen to remove the saved token, or deactivate/uninstall the plugin. With no token saved, the plugin makes no requests to Ploi.