suhype/craft-pagecache
最新稳定版本:2.1.4
Composer 安装命令:
composer require suhype/craft-pagecache
包简介
Simple HTML Page Cache Plugin
README 文档
README
Simple but useful Page Cache Plugin.
With this plugin you can create static HTML files of your entries.
Requirements
This plugin requires Craft CMS 3.x or later.
Installation
To install the plugin, follow these instructions.
- Open your terminal and go to your Craft project:
cd /path/to/project
- Then tell Composer to load the plugin:
composer require suhype/craft-pagecache
- In the Control Panel, go to Settings → Plugins and click the “Install” button for Page Cache.
Page Cache Overview
Page Cache is a Craft CMS plugin which can create static HTML files of your entries.
Configuring Page Cache
Go to Settings → Page Cache to setup the basic configuration options:
- Enabled caching: Enable or disable the caching. Note: you need to delete the cache manually.
- Enable gzip compression: Serve gzip compressed cached files.
- Enable brotli compression: Serve brotli compressed cached files. Only works if the PHP brotli extension is installed.
- When globals are saved: Choose what happens when globals got saved. Choose between "Refresh cache" & "Delete cache"
- Excluded URL's: Define URL's which should never be cached (regex possible).
- Included URL's: Define URL's which should always be cached (regex possible). This options overwrites the Excluded URL's option.
- Cache folder path: Define a custom path, where cached files should be stored. Aliases (like
@webroot) allowed.
Add rewrite rules rules
To speed up your page even more you can add rewrite rules for .htaccess, nginx and apache. You can use the examples for .htaccess (with and without gzip/brotli compression):
- resources/rewrite-rules/.htaccess.example
- resources/rewrite-rules/.htaccess.example.br
- resources/rewrite-rules/.htaccess.example.gzip
The brotli and gzip compressions can be used together, separately or not at all. Just make sure to add them before the normal rewrite rules
Using Page Cache
- Go to Settings → Page Cache
- Enable caching and optionally customize the settings
- As soon as a user visits a page, it got's cached.
- Optional: go to Entries, mark all cachable entries (→ entries with URL's), and Choose Refresh cache
Delete Page Caches
- Go to Utilities → Caches
- Select Page Cache
- Click on Clear caches
Console commands
Clear the whole page cache (this is the same as under Utilities):
php craft clear-caches/pagecache
Refresh cache:
# Run `php craft pagecache/refresh --help` to see the possible arguments
php craft pagecache/refresh
Page Cache Roadmap
Some things to do, and ideas for potential features:
- Add entry action to exclude entries
- Add config option to include URL's
Brought to you by Benjamin Ammann
统计信息
- 总下载量: 269
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-01-31