內容簡介
Yasakani Cache 外掛透過 SQLite 儲存動態 WordPress 網站生成的頁面 HTML 和 REST JSON 數據,提供超高速的快取響應,無需啟動 WordPress 處理,顯著提升網站效能。
【主要功能】
• 支援頁面快取與 REST API 快取
• 自動清除文章與評論的快取
• 記錄快取行為與執行時間
• 可設定快取過期時間
• 支援排除特定頁面與 REST 路由快取
• 提供專家模式以進一步加速
外掛標籤
開發者團隊
原文外掛簡介
This plug-in stores the Page HTML / REST json data that dynamic WordPress blog has been generated as a output cache by SQLite. After the cache, it can respond to the request to the ultra-high speed by using a cache without starting the WordPress of processing.
Simple Setup
Enable the cache, select the cache expiration.
Cache exclusion condition
Pages
Login user
Home/Front_page, Fixed Page, Post, Custom Post and WP embedded content card only. Other than this page does not cache.
Page you want to exclude from the cache, you can specify from the edit screen of the meta box.
Pages that are protected by a password does not cache.
PHP error (excluding E_NOTICE, E_STRICT, E_DEPRECATED) occurred page does not cache.
REST API
REST method is other than GET or OPTIONS
REST no data response
REST route endpoint you want to exclude from the cache, you can specify from the edit screen of the meta box.
REST error response
PHP error (excluding E_NOTICE, E_STRICT, E_DEPRECATED) occurred page does not cache.
Cache Clear
Clear the cache of automatically corresponding post in the articles and editing changes and the like of the comment.
The cache is a plugins and widgets such as a change is not clear. If you make these configuration changes, etc., should be cleared to use “Cache Clear” button.
Log
When you activate the log, you can easily check the behavior and execution time of the cache. (slower only a little)
SQLite database keeps logs for one week.
To further speed-up
Page cache processing of this plugin is processing in PHP and SQLite.
You can also use a faster Expert mode. To use Expert mode you need to edit ‘php.ini’ and add auto_prepend_file.
Or you can edit the .htaccess file and use mod_deflate and mod_expires or mod_pagespeed etc to make it faster.
If you do .htaccess edit, edit from the well studied. Do not forget that you back up your .htaccess file.
plugin load filter is also recommended for speed you do not use the cache.
For more detailed information, there is an introduction page.
Documentation
