PluginProbe
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score / 1.2.4
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score v1.2.4
trunk 1.0 1.0.1 1.1 1.1.1 1.1.2 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1 2.1.1 2.1.2 2.2 2.2.1 All 69 releases
powered-cache / readme.txt

readme.txt in Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score 1.2.4, at readme.txt

132 lines 4.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Powered Cache ===
2
3 Contributors: skopco, m_uysl
4 Tags: cache, caching, powered cache, cdn, super cache, fastest cache, total cache
5 Requires at least: 4.5
6 Tested up to: 5.1
7 Stable tag: 1.2.4
8 License: GPLv2 (or later)
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 Donate link: https://poweredcache.com/donate/
11 Requires PHP: 5.2.4
12
13 Comprehensive caching and performance plugin for WordPress.
14
15 == Description ==
16
17 Powered Cache is a comprehensive caching and performance plugin for WordPress. It comes with built-in extensions that improve your website's performance.
18
19 __Plugin Website__: [poweredcache.com](https://poweredcache.com)
20
21 = Features =
22
23 - Simple and easily configurable. You can import and export settings via one click.
24 - Page Caching
25 - Object Caching (redis, memcached, memcache, apcu)
26 - Support mod_rewrite (automatic .htaccess rules)
27 - Mobile support (separate cache file for mobile)
28 - Logged-in user cache
29 - SSL support
30 - CDN support
31 - Cache Preloading
32 - Page cache rule management
33 - Gzip support
34 - Built-in extensions: Lazy Load, Preloader, Cloudflare
35 - Multisite support
36 - Smart cache purging (automatic cache purging on post update/publish)
37
38 = Built-in extensions =
39
40 Built-in extensions (aka add-ons) come with Powered Cache to provide more functionality.
41
42 [__Cloudflare__](https://poweredcache.com/extensions/cloudflare) – Cloudflare compatibility and functionalities ***Free***
43 [__Lazy Load__](https://poweredcache.com/extensions/lazy-load/) – Loads images and iframes only when visible to the user ***Free***
44 [__Preload__](https://poweredcache.com/extensions/preload/) – Preload posts before actual user request page ***Free***
45 [__Varnish__](https://poweredcache.com/extensions/varnish/) – Varnish cache purging ***Premium only***
46 [__Minifier__](https://poweredcache.com/extensions/minifier/) – Reduce size of HTML,CSS,JS files by compressing and concatenating them. ***Premium only***
47 [__Remote Cron__](https://poweredcache.com/extensions/remote-cron/) – Trigger WordPress cron remotely ***Premium only***
48
49
50 > <strong>Premium Support</strong><br>
51 > We don't always provide active support on the WordPress.org forums. Premium (directly) support is available to people who bought the [Powered Cache Premium](https://poweredcache.com/) only.
52
53
54 = Premium Features =
55 - All current and future premium extensions
56 - Get benefits from our bots like regular cron checks, preloading, etc...
57 - WP-CLI commands ready to save your time
58 - We are providing top-notch premium support to premium users
59 - No Ads on plugin page
60
61 [youtube https://www.youtube.com/watch?v=4tHfHfWNVF0]
62
63 = Contributing & Bug Report =
64 Bug reports and pull requests are welcome on [Github](https://github.com/skopco/powered-cache). Some of our features are premium only, please consider before sending PR.
65
66 = Documentation =
67 Our documentation can be found on [GitHub](https://github.com/skopco/powered-cache/wiki)
68
69 == Installation ==
70
71 === From within WordPress ===
72 1. Visit 'Plugins > Add New'
73 2. Search for 'Powered Cache'
74 3. Activate Powered Cache from your Plugins page.
75 4. That's all.
76
77 === Manually ===
78 1. Upload the `powered-cache` folder to the `/wp-content/plugins/` directory
79 2. Activate the Powered Cache plugin through the 'Plugins' menu in WordPress
80 3. That's all.
81
82 == Frequently Asked Questions ==
83
84 = Is it compatible with multisite? =
85 Yes, it works with subdirectory/subdomain setups.
86
87 = Is it compatible with PHP 7? =
88 Yes, it's compatible with PHP7+
89
90 = What is the built-in extension? =
91 We designed Powered Cache is a complete optimization solution for WordPress. However, we believe that your system should be tailored to your needs without the added weight of unwanted functionality. We strive to perfect this balance with our built-in extensions.
92
93 = What about mobile caching? =
94 We support mobile devices and user agents, if your template is not responsive you can use mobile caching with a separate file. It all works.
95
96 = How to get premium version of plugin? =
97 You can buy from [poweredcache.com](https://poweredcache.com/)
98
99 = Is it compatible with Cloudflare? =
100 Yes, definitely!
101
102 = Is it compatible with Jetpack? =
103 Yes, we don't get any problems with Jetpack.
104
105 = Is it compatible with ecommerce plugins? =
106 We didn't test all of them, but principally it must be worked, you consider excluding dynamic pages from the page cache. (like checkout page)
107
108
109 == Screenshots ==
110 1. Basic Options
111 2. Advanced Options
112 3. CDN configuration
113 4. Extensions page
114
115
116 == Changelog ==
117
118 = 1.2.4 =
119 - object cache race condition bug fixed
120 - .htaccess now respects `X-Forwarded-Proto`
121 - CDN support added for `wp_get_attachment_image_src`
122
123
124 Detailed changelog located in [changelog page](https://poweredcache.com/changelog)
125
126 == Upgrade notice ==
127
128 = 1.2 =
129 - Default `WP_CACHE_KEY_SALT` has been changed, be careful about upgrading
130
131 If you get unexpected results after upgrade or migrating to new hosting, please check WordPress drop-in caching files which are located in `wp-content/advanced-cache.php` and `wp-content/object-cache.php`
132