前言介紹
- 這款 WordPress 外掛「LWSCache」是 2022-03-16 上架。
- 目前有 10000 個安裝啟用數。
- 上一次更新是 2025-01-16,距離現在已有 108 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
- 有 6 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
內容簡介
這個外掛是由 LWS 開發的,可以幫助您在編輯頁面、文章、信息時自動管理您的 LWSCache 清除。
它提供了一種清除所有 LWSCache 的方法。
這個外掛僅適用於使用 LWSCache 系統的伺服器。這種緩存系統預先安裝在 LWS 的經典共享 Web 主機、WordPress 主機 以及即將推出的 cPanel 主機上。
您網站的加載速度對其成功至關重要。您的網站訪問量越高,系統使用的 RAM 和 CPU 記憶體就越多,網頁加載越慢。因此,您需要一個緩存系統,以避免在不必要時重新加載網頁。
此外,網站頁面加載速度也是 Google 排名算法中的因素。因此可以改善加載時間的快取插件將提高您的 SEO 排名。低排名可能意味著曝光不足,往往無法讓您從網站中賺取收入。大多數網站的加載時間不到三秒。超過這個時間,很多用戶已經離開了該頁面。
LWS Cache 工具是由 LWS 設計和開發的系統。它通過在伺服器級別配置的高級緩存機制來優化您的網站加載性能。該工具使用 NGINX 提供的技術。
運作方式
啟用 LWS Cache 後,在訪客和 Web 伺服器之間引入了一個緩存伺服器。
目的是減少所需的腳本執行次數。為此,它將執行的結果保留在記憶體中,以供需要相同回應的未來請求使用。這意味著同一腳本不再執行多次以達到相同的結果。
因此,我們消除了腳本執行等待時間對頁面加載時間的影響。同時,我們節省了腳本執行期間所使用的資源。
訪問者從 Web 伺服器請求頁面。例如:index.php。 LWS Cache 檢查頁面是否已生成並存儲在緩存中
如果是,則直接將頁面返回給訪客,無需訪問 Web 服務器並且無需執行腳本
如果不是,則請求在腳本執行(PHP,NodeJS,Perl,Ruby,...)的結果上生成該頁面。
生成頁面後,LWS Cache 確定是否可以將頁面緩存(通過標題、URL 等)
如果是,則將頁面保存在緩存中並返回給訪客
如果不是,則將頁面保存在短暫緩存中並返回給訪客
使用外掛管理 LWS Cache
WordPress LWS Cache 外掛可讓您在修改頁面或添加/核准評論時自動清除頁面緩存。
要管理外掛,在連接到 WordPress 管理控制台後,轉到“設置”菜單,然後轉到“LWS Cache”。
從設置頁面,您可以啟用/停用自動清空功能。您可以定義什麼時候自動清空 LWS Cache 並完全清除緩存。
整個緩存清空按鈕可以在 WordPress 管理控制台的任何位置找到(在屏幕頂部的快速訪問欄中)。
主要功能
有多個設置可用於管理您的 LWS Cache,您可以啟用或禁用這些設置:
自動清空
首頁清空(修改或添加文章時,發佈後垃圾回收已發布的文章)
原文外掛簡介
This plugin, created by LWS help to automatically manage your LWSCache purge when you edit your pages, post, messages…
It provide a way to purge all your LWSCache.
This plugin works only on servers using the LWSCache system. This cache is pre-installed with Classic shared web hosting, WordPress hosting and soon cPanel hosting from LWS.
The loading speed of your site is crucial to its success. The more visitors your site has, the more RAM and CPU memory the system uses. The page is loaded slowly. So you need a cache system to avoid reloading the page when it is not necessary.
In addition, the site’s page load speed is used in Google’s ranking algorithm. So caching plugins that can improve load times will improve your SEO ranking. Low rankings, and therefore insufficient exposure, often do not allow you to make a living from your website. The loading time of most websites is less than three seconds. Beyond that, many users have already left the page.
The LWS Cache tool is a system designed and developed by LWS. It optimize the loading performance of your website through the use of advanced caching mechanisms, configured at the server level. The tool uses the technologies provided by NGINX.
Functioning
When LWS Cache is enabled, a cache server is introduced between the visitor and the web server.
The aim is to reduce the number of script executions required. For that it keeps the result of the execution in memory for future requests requiring the same response. This means that the same script is no longer executed several times to achieve the same result.
Thus, we eliminate the waiting time of the script execution on the page loading time. At the same time, we save the resources used during the script execution.
The visitor requests the page from the web server. Example: index.php. LWS Cache checks if the page has already been generated and stored in the cache
If yes, the page is returned directly to the visitor without the need to access the web service and without executing the script
If not, the page is requested to be generated on the web service as a result of the script execution (PHP, NodeJS, Perl, Ruby, …).
Once the page is generated, LWS Cache determines if the page can be cached (via headers, URL, …)
If yes, the page is saved in the cache and returned to the visitor
If not, the page is saved in the microcache (short-lived cache) and returned to the visitor
Managing LWS Cache with the plugin
The WordPress LWS Cache plugin allows you to automatically purge the cache of your pages when you modify them or when you add/approve comments.
To manage the plugin, once connected to your WordPress administration console, go to the “Settings” menu and then “LWS Cache”.
From the settings page, you can enable/disable automatic emptying. You can define when to automatically empty the LWS Cache and completely purge the cache.
A button for emptying the entire cache can be found anywhere in the WordPress admin console (in the quick access bar at the top of the screen).
Key Features
Several settings are available to manage your LWS Cache, you can enable or disable these settings:
Automatic purge
Home Page Purge (when a post is modified or added, when a published post is trashed)
Purge Post/Page/Custom Post Type (when a post is published, when a comment is approved/published, when a comment is unapproved/deleted)
Purge Archives (date, category, tag, author, custom taxonomies)
Purge all cache
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「LWSCache」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
2.0 | 2.5 | 2.6 | 2.7 | 1.0.2 | 2.5.5 | 2.5.6 | 2.5.7 | 2.5.8 | 2.8.0 | 2.8.1 | 2.8.2 | 2.8.3 | 2.8.4 | 2.8.5 | trunk | 2.5.81 | 2.7.0.1 |
延伸相關外掛(你可能也想知道)
WP Super Cache 》本外掛可以從您的動態 WordPress 部落格生成靜態 HTML 檔案。在產生 HTML 檔案後,您的網頁伺服器會傳送該檔案,而不是處理比較沉重、耗費更多資源的 WordPre...。
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance 》WP-Optimize Cache 是一個革命性的、全方位的 WordPress 效能外掛,將您的網站做快取、清理資料庫及圖片壓縮,讓您的網站快速且最佳化。我們的快取功能是建構...。
WP Fastest Cache 》han PNG or JPEG, which means faster downloads and less data consumption for your visitors, Database Cleanup – Detect and delete unnecessary d...。
SpeedyCache – Cache, Optimization, Performance 》SpeedyCache 是一款 WordPress 外掛,能透過網頁快取、最小化檔案和檔案壓縮的方式,幫助您減少網站載入時間。, 您可以在 https://speedycache.com/docs 找到...。
Breeze – WordPress Cache Plugin 》Breeze是由Cloudways團隊開發的一款免費、簡單(卻功能強大)且使用者友好的WordPress快取外掛。它提供不同層級的WordPress效能優化選項,在WordPress、搭配W...。
Jetpack Boost – Website Speed, Performance and Critical CSS 》使用 Jetpack Boost 優化網頁性能加速你的 WordPress 網站。輕鬆啟用一鍵優化,提升核心 Web 重要指標。, 你是否知道,更快的網站可以:, , 在 Google 搜尋排...。
OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy. 》, 使用 Google 的字型服務,怎麼可能與 GDPR 不符呢?事實上,當使用者的瀏覽器要求字型時,他們的 IP 會被 Google 記錄並用於分析。, — Lifehacker, , OMG...。
10Web Booster – Website speed optimization, Cache & Page Speed optimizer 》10Web Booster 是提升網站整體效能的速度優化外掛程式,讓您專注並蓬勃發展 WordPress 網站的創意方面,同時讓我們專心於 WordPress 效能最佳化。透過 10Web ...。
NitroPack – Caching & Speed Optimization for Core Web Vitals, Defer CSS & JS, Lazy load Images and CDN 》NitroPack 是一個全方位的網站效能優化服務外掛,它包含了所有使網站加速所需的功能,包括圖片優化、代碼壓縮、快取、CDN (內容交付網路)、延遲載入等等。, ,...。
Hummingbird Performance – Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN 》Hummingbird 透過添加細調控制文件壓縮、延後 CSS 和 JavaScript 樣式和腳本、CSS 和 JS 壓縮,以及懶加載等全球最佳緩存優化方法,讓您的網站更快,並優化網...。
Cache Enabler 》Cache Enabler 是個簡單卻強大的 WordPress 快取外掛,使用起來簡單且只需要最小化的設定,最重要的是能夠幫助網站提升效能來達到更快的載入時間。它會將前端...。
Aruba HiSpeed Cache 》Aruba HiSpeed Cache 是一個外掛,直接與 HiSpeed Cache 服務介面互動,該服務適用於 Aruba 主機平台,並能在 WordPress 儀表板中自動管理,無需訪問網站控制...。
Recent Tweets Widget 》查看最新的 WordPress 外掛優惠。, 使用快取的 Twitter API v1.1 最新的 Recent Tweets Widget (最近的 Tweet 外掛)。它使用新版 Twitter API v1.1,並將 Twe...。
Clearfy Cache – WordPress optimization plugin, Minify HTML, CSS & JS, Defer 》數千個使用者已經使用 Clearfy 外掛優化他們的 WordPress 網站。這是一個綜合且免費的工具,擁有豐富的設定。搭配其他外掛使用,可以讓您的 WordPress 網站更...。
Seraphinite Accelerator 》這個外掛可以加速您的網站,使其更具吸引力和搜索引擎友好性。詳細了解如何使用。, 若要使用免費的額外功能,請按照屏幕上的外掛程式指示安裝免費的延伸外掛...。