-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
executable file
·44 lines (28 loc) · 1.48 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== File Page Cache with PHP Opcache boost ===
Contributors: o10n
Donate link: https://github.com/o10n-x/
Tags: page cache, file cache, cache, php opcache, opcache
Requires at least: 4.0
Requires PHP: 5.4
Tested up to: 4.9.4
Stable tag: 0.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Advanced file based page cache with PHP Opcache boost option (500x faster than Redis and Memcached)
== Description ==
This plugin is a file based page cache with PHP Opcache boost option for [500x faster than Redis and Memcached](https://blog.graphiq.com/500x-faster-caching-than-redis-memcache-apc-in-php-hhvm-dcd26e8447ad) cache speed.
Due to the limit of the PHP Opcache total size, the boost option can be configured for individual pages.
**This plugin is a beta release.**
Documentation is available on [Github](https://github.com/o10n-x/wordpress-file-page-cache/tree/master/docs).
== Installation ==
### WordPress plugin installation
1. Upload the `wordpress-file-page-cache/` directory to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Navigate to the plugin settings page.
4. Configure File Page Cache settings. Documentation is available on [Github](https://github.com/o10n-x/wordpress-file-page-cache/tree/master/docs).
== Screenshots ==
== Changelog ==
= 0.0.1 =
Beta release. Please provide feedback on [Github forum](https://github.com/o10n-x/wordpress-file-page-cache/issues).
== Upgrade Notice ==
None.