PluginProbe
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score / 1.1.2
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score v1.1.2
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.1.2, at readme.txt

129 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, performance, optimisation, SEO
5 Requires at least: 4.1
6 Tested up to: 4.8
7 Stable tag: 1.1.2
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
12 Comprehensive caching and performance plugin for WordPress.
13
14 == Description ==
15
16 Powered Cache is a comprehensive caching and performance plugin for WordPress. It comes with build-in extensions that improve your website's performance.
17
18 __Plugin Website__: [poweredcache.com](https://poweredcache.com)
19
20 = Features =
21
22 - Simple and easily configurable. You can import and export settings via one click.
23 - Page Caching
24 - Object Caching (redis, memcached, memcache)
25 - Support mod_rewrite (automatic .htaccess rules)
26 - Mobile support (separate cache file for mobile)
27 - Logged-in user cache
28 - SSL support
29 - CDN support
30 - Cache Preloading
31 - Page cache rule management
32 - Gzip support
33 - Built-in extensions: Lazy Load, Preloader, Cloudflare
34 - Multisite support
35 - Smart cache purging (automatic cache purging on post update/publish)
36
37 = Built-in extensions =
38
39 Build-in extensions (aka add-ons) are comes with Powered Cache to provide more functionality.
40
41 [__Cloudflare__](https://poweredcache.com/extensions/cloudflare) – Cloudflare compatibility and functionalities ***Free***
42 [__Lazy Load__](https://poweredcache.com/extensions/lazy-load/) – Loads images and iframes only when visible to the user ***Free***
43 [__Preload__](https://poweredcache.com/extensions/preload/) – Preload posts before actual user request page ***Free***
44 [__Varnish__](https://poweredcache.com/extensions/varnish/) – Varnish cache purging ***Premium only***
45 [__Minifier__](https://poweredcache.com/extensions/minifier/) – Reduce size of HTML,CSS,JS files by compressing and concatenating them. ***Premium only***
46 [__Remote Cron__](https://poweredcache.com/extensions/remote-cron/) – Trigger WordPress cron remotely ***Premium only***
47
48
49 > <strong>Premium Support</strong><br>
50 > 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.
51
52
53 = Premium Features =
54 - All current and future premium extensions
55 - Get benefits from our bots like reqular cron check, preloading etc...
56 - WP-CLI commands ready to save your time
57 - We are providing top-notch premium support to premium users
58 - No Ads on plugin page
59
60 [youtube https://www.youtube.com/watch?v=4tHfHfWNVF0]
61
62 = Contributing & Bug Report =
63 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.
64
65 = Documentation =
66 Our knowledge base is available on [docs.poweredcache.com](http://docs.poweredcache.com/)
67
68 == Installation ==
69
70 === From within WordPress ===
71 1. Visit 'Plugins > Add New'
72 2. Search for 'Powered Cache'
73 3. Activate Powered Cache from your Plugins page.
74 4. That's all.
75
76 === Manually ===
77 1. Upload the `powered-cache` folder to the `/wp-content/plugins/` directory
78 2. Activate the Powered Cache plugin through the 'Plugins' menu in WordPress
79 3. That's all.
80
81 == Frequently Asked Questions ==
82
83 = Is it compatible with multisite? =
84 Yes, it works with subdirectory/subdomain setups.
85
86 = Is it compatible with PHP 7? =
87 Yes, it's compatible with PHP7+
88
89 = What is the built-in extension? =
90 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.
91
92 = What about mobile caching? =
93 We support mobile devices and user agents, if your template is not responsive you can use mobile caching with separate file. It all works.
94
95 = How to get premium version of plugin? =
96 You can buy from [poweredcache.com](https://poweredcache.com/)
97
98 = Is it compatible with Cloudflare? =
99 Yes, definitely!
100
101 = Is it compatible with Jetpack? =
102 Yes, we don't get any problems with Jetpack.
103
104 = Is it compatible with ecommerce plugins? =
105 We didn't test all of them but principally it must be worked, you consider excluding dynamic pages from page cache. (like checkout page)
106
107
108 == Screenshots ==
109 1. Basic Options
110 2. Advanced Options
111 3. CDN configuration
112 4. Extensions page
113
114
115 == Changelog ==
116
117 = 1.1.2 =
118 - fix: encoding problem on apache
119 - fix: pass robots.txt requests to PHP. Props [@karalamalar](https://github.com/karalamalar/)
120 - PHP7+ support for memcached redux
121 - fix: page cache undefined function during update
122 - fix: new line characters on parsing configuration file
123
124 Detailed changelog located in [changelog page](https://poweredcache.com/changelog)
125
126 == Upgrade notice ==
127
128 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`
129