WPS-Cache

外掛說明

WPS-Cache enhances your WordPress site’s speed by implementing multiple layers of caching:
HTML Cache: Delivers pre-rendered static pages.
Redis Cache: Accelerates database query performance.
Varnish Cache: Handles HTTP-level caching for improved scalability.

External Services

This plugin connects to external caching services to optimize performance:

  • Varnish Cache:
    The plugin sends HTTP requests (such as purge requests and connection checks) to a specified Varnish caching server. No personal or sensitive data is transmitted. For additional details, please review the Varnish Cache documentation, its Terms of Service, and Privacy Policy.

安裝方式

  1. Upload the WPS-Cache folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to the “WPS Cache” settings page and configure your caching options.

常見問題集

How do I configure external caching?

Ensure that your Varnish server is properly configured and that the server details are correctly set in the plugin settings.

Can I use this plugin on a live site?

This plugin is currently experimental. We recommend testing in a staging environment first.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WPS-Cache〉的開發相關工作。

參與者

將〈WPS-Cache〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.0.3

  • Initial release with HTML, Redis, and Varnish caching support.
  • Added real-time cache performance metrics.
  • External services documentation added.