forked from vendi-advertising/vendi-wordpress-caching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
57 lines (37 loc) · 1.84 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
45
46
47
48
49
50
51
52
53
54
55
56
57
=== Vendi Cache ===
Contributors: chrisvendiadvertisingcom
Tags: cache, caching, disk cache, disk caching, page cache, performance, plugin
Requires at least: 3.9
Tested up to: 4.6.1
Stable tag: 1.1.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Vendi Cache is a disk-based cache plugin derived from Wordfence's caching engine.
== Description ==
Vendi Cache takes your slow database-driven pages and turns them into very fast static HTML files.
*Squirrel image from https://commons.wikimedia.org/wiki/File:Tamias_striatus_CT.jpg*
== Installation ==
Before activating this plugin, please disable Wordfence's caching system.
== Screenshots ==
1. Settings for cache mode and options.
2. Cache management and exclusions.
3. Admin menu location.
== Frequently Asked Questions ==
= Is this plugin affiliated with Wordfence? =
The authors of this plugin are not affiliated with Wordfence. The caching engines used by this plugin were ported from Wordfence's code after they decided to remove them from their codebase.
= Does this plugin replace Wordfence? =
No, but it does replace a feature that they will be removing soon. <a href="https://wordpress.org/plugins/wordfence/">Wordfence</a> is one of the best security plugins available for WordPress and for about 2 years their product included a very awesome caching engine. In October of 2016 they decided that they would be removing this caching engine which is why this plugin was created.
== Changelog ==
= 1.1.5 =
* Do not cache if PHP throws a fatal exception or error in someone else's code.
= 1.1.4 =
* Minor change, no update needed, added screenshots for WP
= 1.1.3 =
* Minor change, no update needed, removed github badges from readme
= 1.1.2 =
* Inlined a PHP constant
* Fixed a couple of typos (props laxbobber)
= 1.1.0 =
* First public release
= 1.0.1 =
* First private beta.