[WordPress] 外掛分享: Flex Cache

首頁外掛目錄 › Flex Cache
WordPress 外掛 Flex Cache 的封面圖片
全新外掛
安裝啟用
尚無評分
剛更新
最後更新
問題解決
WordPress 6.2+ PHP 7.4+ v1.0.5 上架:2026-08-29

內容簡介

Flex Cache 是一款專為匿名訪客設計的快取外掛,能夠儲存完整的 HTML 頁面,並在後續訪問時快速提供這些頁面,提升網站的加載速度。

【主要功能】
• 儲存匿名訪客的完整 HTML 頁面
• 支援 Redis 快取選項(需安裝 PHP Redis 擴展)
• 自動清除快取於內容更新時
• 可選擇性地進行 HTML 縮小
• 簡單的管理介面清除快取

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.5) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Flex Cache」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Flex Cache stores full HTML pages for anonymous visitors. On later visits, fast page serving can return that HTML before WordPress fully loads.

File-based page cache under wp-content/cache/flex-cache
Optional Redis page store when the PHP Redis extension and a Redis server are available (files stay as backup)
Fast page serving via WordPress advanced-cache.php (only if no other cache plugin already provides it)
Optional button to add define( 'WP_CACHE', true ); to wp-config.php (backup is created first)
Purge all / purge URL from the admin bar
Auto-purge on content updates
Bypasses logged-in users, carts, POST, previews, feeds, search, and sitemaps
Optional conservative HTML minify

Redis is never turned on by itself. This plugin does not install object-cache.php and does not replace a WordPress object-cache plugin.
No remote calls. CSS and JavaScript load from this plugin only.
Privacy
Flex Cache stores cached HTML for anonymous pages as files under wp-content/cache/flex-cache/. It does not log visitors, IP addresses, or user agents.
If you turn Redis on, the same HTML is also stored in Redis on a host you configure. Your Redis password (if you set one) is stored only in the WordPress options table via the Settings API. Fast page serving uses a non-executable settings.json in the cache folder (enabled, TTL, host, port — no password). If Redis requires a password before WordPress loads, add define( 'FLEX_CACHE_REDIS_AUTH', 'your-password' ); to wp-config.php yourself. Flex Cache does not send data to FLEX or any third-party service.
Redis is software you or your host run. This plugin does not create a Redis account and does not load redis.io.
Limitations

Logged-in visits are never cached, including the WordPress admin.
Only one plugin can provide fast page serving. Flex Cache will not overwrite another plugin’s advanced-cache.php.
Enabling WordPress cache mode writes one line to wp-config.php only when you click the button (or you can add the line yourself).

延伸相關外掛

文章
Filter
Mastodon