[WordPress] 外掛分享: Quikc

首頁外掛目錄 › Quikc
WordPress 外掛 Quikc 的封面圖片
全新外掛
安裝啟用
尚無評分
剛更新
最後更新
問題解決
WordPress 5.8+ PHP 7.4+ v1.0.0 上架:2026-07-21

內容簡介

Quikc 是一款針對 WordPress 的全頁快取和效能套件,透過靜態 HTML 快照提升網站速度。它根據實際流量學習並自動調整快取策略,確保熱門頁面能夠更長時間保持快取狀態,顯著改善用戶體驗。

【主要功能】
• 流量學習的自適應 TTL
• 智能熱度預加載
• 陳舊快取即時提供
• 原子性安全磁碟寫入
• 裝置識別快取變體
• 故障隔離模組架構

外掛標籤

開發者團隊

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

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

原文外掛簡介

Quikc is a full-page caching and performance suite for WordPress. On the first anonymous visit to a page, it writes a static HTML snapshot to disk; every anonymous visitor after that is served the snapshot directly, skipping the PHP and database work entirely.
What sets Quikc apart from a typical page-cache plugin is that it learns from real traffic instead of treating every URL the same. A lightweight runtime heatmap tracks which pages are actually being requested, and that data feeds two other modules: Adaptive TTL, which automatically keeps popular pages cached for longer, and Intelligent Preload, which warms the hottest known URLs first so real visitors are far less likely to ever see a MISS.
Key features

Traffic-learned Adaptive TTL — cache lifetime automatically extends for URLs the heatmap identifies as high-demand, instead of one fixed expiry for the whole site.
Intelligent, heat-ranked preloading — the background warmer prioritizes the URLs your own visitors actually request most, on top of recently modified content.
Stale-while-revalidate — once a cached page ages past its TTL, Quikc still serves the stale copy instantly and refreshes it in the background, so no visitor ever waits on a cold cache.
Atomic, race-safe disk writes — every cache file is written to a temp file and moved into place, so a request can never read a half-written page.
Device-aware cache variants — optional separate mobile/desktop copies prevent responsive layouts from being cached against the wrong device.
Fault-isolated module architecture — each feature (caching, minifier, preloader, headers, diagnostics) boots independently inside its own error boundary, so one module failing can’t take the rest of the site down.
Safe by default — logged-in users, non-GET requests, admin/AJAX/REST requests, and query-string variants are never cached; /cart, /checkout, and /my-account are excluded out of the box.
One-click purge from the dashboard, the admin toolbar, or a per-URL button next to any learned hot URL.
REST API and WP-CLI (wp quikc purge|warm|status) for deploy hooks and CI/CD pipelines — no admin-ajax.php required.
Whitespace/comment HTML minifier that never touches the inside of

文章
Filter
Mastodon