Linux 软件免费装
Banner图

BrenWP Cache

开发者 brendigo
更新时间 2025年12月28日 21:22
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

speed cache performance optimization page cache

下载

1.0.0

详情介绍:

BrenWP Cache speeds up WordPress by serving cached HTML pages to anonymous visitors. On a cache miss, WordPress renders the page normally; BrenWP Cache captures the final HTML output and stores it as a file. On subsequent requests, the cached HTML is served early, reducing server load and improving response times. This plugin is intentionally minimal, transparent, and WordPress.org-friendly: Key features Full-page file cache for anonymous visitors Recommended usage (important) A full-page cache should never store private/personalized output. For best results:

安装:

  1. Upload the brenwp-cache folder to /wp-content/plugins/.
  2. Activate the plugin via the Plugins menu in WordPress.
  3. Open BrenWP Cache in WP Admin to configure settings:
  4. Enable caching
  5. Set TTL (cache lifetime)
  6. Add Rules (URL/cookie/user-agent exclusions)
  7. Use Tools to purge cache after major changes

屏幕截图:

  • Settings with command-bar search and toggle switches.
  • Tools panel and sidebar status cards.

升级注意事项:

1.0.0 First stable release.

常见问题:

Does this plugin collect data or send telemetry?

No. BrenWP Cache does not collect personal data and does not send telemetry, analytics, or tracking. It does not make external requests.

Does it cache pages for logged-in users?

By default, no. The recommended setup is to exclude logged-in users to avoid caching personalized content.

What should I exclude?

Exclude any endpoints that can be personalized or session-dependent. Common examples include ecommerce areas (cart/checkout/account), membership pages, pages that display user-specific content, and any endpoints that vary by cookies or authentication.

Does it cache pages that set cookies or declare "no-cache"?

No. If a response sets cookies or includes caching prevention directives such as Cache-Control: no-cache/no-store/private (or Pragma: no-cache), BrenWP Cache will not store it.

What is the bypass parameter?

If the configured bypass query parameter is present (for example ?nocache=1), the request bypasses caching. This is useful for debugging or forcing a fresh render.

Can I use regex rules safely?

Regex rules are supported via regex:/pattern/. Use them carefully and test before relying on them broadly. If you do not need regex, prefer prefix or wildcard rules.

更新日志:

1.0.0