PluginProbe ʕ •ᴥ•ʔ
WP Fastest Cache – WordPress Cache Plugin / 1.2.2
WP Fastest Cache – WordPress Cache Plugin v1.2.2
1.4.9 1.4.8 trunk 0.8.6.6 0.8.6.7 0.8.6.8 0.8.6.9 0.8.7.0 0.8.7.1 0.8.7.2 0.8.7.3 0.8.7.4 0.8.7.5 0.8.7.6 0.8.7.7 0.8.7.8 0.8.7.9 0.8.8.0 0.8.8.1 0.8.8.2 0.8.8.3 0.8.8.4 0.8.8.5 0.8.8.6 0.8.8.7 0.8.8.8 0.8.8.9 0.8.9.0 0.8.9.1 0.8.9.2 0.8.9.3 0.8.9.4 0.8.9.5 0.8.9.6 0.8.9.7 0.8.9.8 0.8.9.9 0.9.0.0 0.9.0.1 0.9.0.2 0.9.0.3 0.9.0.4 0.9.0.5 0.9.0.6 0.9.0.7 0.9.0.8 0.9.0.9 0.9.1.0 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 0.9.1.5 0.9.1.6 0.9.1.7 0.9.1.8 0.9.1.9 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7
wp-fastest-cache / readme.txt
wp-fastest-cache Last commit date
css 2 years ago images 2 years ago inc 2 years ago js 2 years ago languages 2 years ago templates 2 years ago index.html 11 years ago readme.txt 2 years ago uninstall.php 2 years ago wpFastestCache.php 2 years ago
readme.txt
286 lines
1 === WP Fastest Cache ===
2 Contributors: emrevona
3 Donate link: https://profiles.wordpress.org/emrevona/
4 Tags: cache, Optimize, performance, wp-cache, core web vitals
5 Requires at least: 3.3
6 Tested up to: 6.4
7 Stable tag: 1.2.2
8 License: GPLv2 or later
9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
11 The simplest and fastest WP Cache system
12
13 == Description ==
14
15 <h4>Official Website</h4>
16
17 You can find more information on our web site (<a href="https://www.wpfastestcache.com/">wpfastestcache.com</a>)
18
19 When a page is rendered, php and mysql are used. Therefore, system needs RAM and CPU.
20 If many visitors come to a site, system uses lots of RAM and CPU so page is rendered so slowly. In this case, you need a cache system not to render page again and again. Cache system generates a static html file and saves. Other users reach to static html page.
21 <br><br>
22 In addition, the site speed is used in Google’s search ranking algorithm so cache plugins that can improve your page load time will also improve your SEO ranking.
23 <br><br>
24 Setup of this plugin is so easy. You don't need to modify the .htacces file. It will be modified automatically.
25
26 <h4>Features</h4>
27
28 1. Mod_Rewrite which is the fastest method is used in this plugin
29 2. All cache files are deleted when a post or page is published
30 3. Admin can delete all cached files from the options page
31 4. Admin can delete minified css and js files from the options page
32 5. Block cache for specific page or post with Short Code
33 6. Cache Timeout - All cached files are deleted at the determinated time
34 7. Cache Timeout for specific pages
35 8. Enable/Disable cache option for mobile devices
36 9. Enable/Disable cache option for logged-in users
37 10. SSL support
38 11. CDN support
39 12. Cloudflare support
40 13. Preload Cache - Create the cache of all the site automatically
41 14. Exclude pages and user-agents
42 15. WP-CLI cache clearing
43 16. Proxy Cache - Varnish Cache Integration to clear proxy cached content automatically when the cache created by WP Fastest Cache is cleared
44
45 <h4>Performance Optimization</h4>
46
47 WP Fastest Cache is not only a wp cache plugin but also a speed optimization wordpress cache plugin. There are many features such as Minify Html, Minify Css, Enable Gzip Compression, Leverage Browser Caching, Add Expires Headers, Combine CSS, Combine JS, Disable Emoji.
48
49 1. Generating static html files from your dynamic WordPress blog
50 2. Minify Html - You can decrease the size of page
51 3. Minify Css - You can decrease the size of css files
52 4. Enable Gzip Compression - Reduce the size of files sent from your server to increase the speed to which they are transferred to the browser
53 5. Leverage browser caching - Reduce page load times for repeat visitors
54 6. Combine CSS - Reduce number of HTTP round-trips by combining multiple CSS resources into one
55 7. Combine JS
56 8. Disable Emoji - You can remove the emoji inline css and wp-emoji-release.min.js
57
58 <h4>Premium Performance Optimization</h4>
59
60 The free version is enough to speed up your site but in the premium version there are extra features such as Mobile Cache, Widget Cache, Minify HTML Plus, Minify CSS Plus, Minify JS, Combine JS Plus, Defer Javascript, Optimize Images, Convert WebP, Database Cleanup, Google Fonts Async, Lazy Load for super fast load times.
61
62 1. Mobile Cache
63 2. Widget Cache
64 3. Minify HTML Plus
65 4. Minify CSS Plus
66 5. Minify Javascript - Minifying JavaScript files can reduce payload sizes and script parse time
67 6. Combine JS Plus
68 7. Defer Javascript - Eliminate render-blocking JavaScript resources. Consider delivering critical JS inline and deferring all non-critical JS
69 8. Optimize Images - Optimized images load faster and consume less cellular data
70 9. Convert WebP - Serve images in next-gen formats. Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption
71 10. Database Cleanup - The Database Cleanup feature clears out all of the garbage datas such as post revisions, trashed posts & pages, comments from trash & spam, trackbacks and pingbacks, transient options etc.
72 11. Google Fonts Async
73 12. Lazy Load - Defer offscreen images. Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive
74
75 <h4>Information</h4>
76
77 It is very inconvenient to use multiple caching plugins at the same time. That's why you need to disable plugins such as LiteSpeed Cache, WP-Optimize, W3 Total Cache, WP Super Cache, SiteGround Optimizer, Breeze while using WP Fastest Cache.
78
79 WP Fastest Cache is compatible with most popular plugins such as Contact Form 7, Yoast SEO, Elementor Website Builder, Classic Editor, Akismet Spam Protection, WooCommerce, Contact Form by WPForms, Really Simple SSL, All-in-One WP Migration, Yoast Duplicate Post, Wordfence Security – Firewall & Malware Scan, WordPress Importer, UpdraftPlus WordPress Backup Plugin, MonsterInsights, All in One SEO, WP Mail SMTP by WPForms.
80
81 <h4>Supported Languages</h4>
82
83 Although there are over 7000 languages spoken in the world today, we feel very lucky to support 27 languages for now.
84
85 However, localizing or adapting a plugin to another language or culture is time consuming and a demanding task. That's where the amazing Translation Contributors team of WordPress comes into play. These selfless people spent their precious time without expecting anything in return so that other people can use the add-ons more easily. We sincerely thank all of them.
86
87 Chinese Simplified (China), Chinese Traditional (Taiwan), Czech, Dutch (Belgium), Dutch (Netherlands), English (South Africa), English (UK), Finnish, French (France), Galician, German (Germany), Hungarian, Indonesian, Italian, Japanese, Korean (Korea), Persian, Russian, Slovak (Slovakia), Spanish (Argentina), Spanish (Colombia), Spanish (Ecuador), Spanish (Mexico), Spanish (Spain), Spanish (Venezuela), Swedish, Turkish
88
89 == Installation ==
90
91 1. Upload `wp-fastest-cache` to the `/wp-content/plugins/` directory
92 2. Activate the plugin through the 'Plugins' menu in WordPress
93 3. Permission of .htacces must 644
94 4. Enable this plugin on option page
95
96 == Screenshots ==
97
98 1. Performance Comparison
99 2. Other Performance Comparison
100 3. Without Cache
101 4. With Cache
102 5. Main Settings Page
103 6. Preload
104 7. New Post
105 8. Update Cache
106 9. Delete Cache
107 10. All cached files are deleted at the determinated time
108 11. Block caching for post and pages (TinyMCE)
109 12. Clean cached files via admin toolbar easily
110 13. Exclude Page
111 14. CDN
112 15. Enter CDN Information
113 16. File Types
114 17. Specify Sources
115 18. Database Cleanup
116
117 == Changelog ==
118 = 1.2.2 =
119 * Security Enhancements
120 * to update translation files
121
122 = 1.2.1 =
123 * refactroning of the condition that was added for Divi theme
124 * <strong>[FEATURE]</strong> Add a hook system for creating a post cache by id [<a target="_blank" href="https://www.wpfastestcache.com/tutorial/create-a-post-cache-by-id-using-the-function-hook/">Details</a>]
125 * to fix the issue of obtaining the latest version of the sitemap after a restart
126 * to check if the intl extension is available for Cloudflare integration
127 * to fix Warning: Undefined property: stdClass::$zone_id in cdn.php on line 227
128
129 = 1.2.0 =
130 * to make the Preload feature to be compatible with Sitemap Index
131 * to hide the premium tab for the premium users
132 * to show warning if the Static CSS File Generation option of Divi theme is enabled
133 * to update translation files
134 * to fix PHP Warning: Undefined array key "sitemaps" in preload.php on line 62
135 * to change the cache path for the Polylang-Pro plugin
136 * to check if the buffer has only one line (no line breaks)
137 * refactoring of checkHtml()
138 * to check that Cookie Notice & Compliance for GDPR / CCPA is active or not
139
140 = 1.1.9 =
141 * to add gear button for the preload feature
142 * to remove image urls for sitemap preload
143 * to fix PHP Deprecated: Required parameter in preload.php on line 576
144 * <strong>[FEATURE]</strong> Moving the menu item under the settings menu [<a target="_blank" href="https://www.wpfastestcache.com/tutorial/how-to-move-the-menu-item-under-the-setting-menu/">Details</a>]
145 * to fix Warning: Undefined array key "action" in wpFastestCache.php on line 378 and 395
146
147 = 1.1.8 =
148 * <strong>[FEATURE]</strong> to add Sitemap option for the preload feature [<a target="_blank" href="https://www.wpfastestcache.com/features/preload-settings/#methods">Details</a>]
149 * to update translation files
150 * to fix PHP Warning: Attempt to read property "term_taxonomy_id" on bool in wpFastestCache.php on line 1638
151
152 = 1.1.7 =
153 * to change the cache path for the Polylang plugin
154 * <strong>[FEATURE]</strong> to add Korean (Korea) language
155 * to update translation files
156 * refactoring of is_amp()
157 * to replace empty char which exist in the admin cookie with %20 for RewriteCond
158
159 = 1.1.6 =
160 * to update translation files
161 * to fix problem that the first js source is not able to be excluded
162 * refactoring of set_cache_file_path()
163 * refactoring of Buffer Callback Filter [<a target="_blank" href="https://www.wpfastestcache.com/tutorial/buffer-callback-filter/#how-to-remove-trailing-slash-on-void-elements">Details</a>]
164
165 = 1.1.5 =
166 * to replace wp_remote_get() with wp_safe_remote_get() in the check_url() function
167 * to update translation files
168 * to fix PHP Warning: Undefined array key "roles" in wpFastestCache.php on line 962
169 * to remove multiple slashes from url
170 * to fix PHP Warning: Attempt to read property “wpFastestCacheLanguage” on array in admin.php on line 23
171
172 = 1.1.4 =
173 * to check trailing slash for query string cache
174 * refactoring process of clearing homepage cache by cache timeout
175
176 = 1.1.3 =
177 * to change translation system [<a target="_blank" href="https://www.wpfastestcache.com/blog/is-wp-fastest-cache-available-in-other-languages/">Details</a>]
178 * refactoring of delete_author_page_cache()
179 * to add Czech, Dutch (Belgium), Galician, Hungarian, Indonesian, Japanese, Persian, Spanish (Colombia), Spanish (Ecuador), Spanish (Ecuador), Spanish (Venezuela), Spanish (Argentina), Spanish (Mexico) translations
180 * to enable the toolbar settings wizard for the Multisite installation [<a target="_blank" href="https://www.wpfastestcache.com/features/clear-cache-link-on-the-toolbar/">Details</a>]
181 * to fix low level vulnerability
182
183 = 1.1.2 =
184 * to clear cache of next/prev posts after updating or publishing a post
185 * to fix E_WARNING: file_get_contents(): No such file or directory in admin.php on line 377
186 * <strong>[FEATURE]</strong> Added ability to disable hook system [<a target="_blank" href="https://www.wpfastestcache.com/features/how-to-disable-clear-cache-hook-system/">Details</a>]
187 * to fix PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in preload.php on line 546
188 * to fix Notice: Constant WPFC_CACHE_QUERYSTRING already defined
189
190 = 1.1.1 =
191 * <strong>[FEATURE]</strong> Varnish Cache Integration [<a target="_blank" href="https://www.wpfastestcache.com/features/using-varnish-cache-with-wp-fastest-cache/">Details</a>]
192 * to fix E_WARNING: unlink(): No such file or directory in wpFastestCache.php on line 1530
193
194 = 1.1.0 =
195 * to show cache if the url contains a parameter of Yandex Click Identifier
196 * <strong>[FEATURE]</strong> Excluding Yandex Click Identifier [<a target="_blank" href="https://www.wpfastestcache.com/features/cache-url-with-yandex-click-id-parameters-querystring/">Details</a>]
197 * <strong>[FEATURE]</strong> Adding "Regular Expression" option for the Exclude Pages feature [<a target="_blank" href="https://www.wpfastestcache.com/features/using-regular-expression-to-exclude-a-page/">Details</a>]
198
199 = 1.0.9 =
200 * to improve the style of exclude feature wizard
201 * to fix hiding the toolbar when logged in
202 * to fix PHP Notice: Undefined offset: -1 in js-utilities.php on line 67
203 * to fix PHP Fatal error: Uncaught Error: Non-static method cannot be called statically in clearing-specific-pages.php on line 58
204
205 = 1.0.8 =
206 * to stop showing the "DONOTCACHEPAGE is defined as TRUE" comment in the footer for the ajax requests
207 * <strong>[FEATURE]</strong> Clearing Specific Pages [<a target="_blank" href="https://www.wpfastestcache.com/features/clear-cache-of-specific-urls-when-updating-or-posting/">Details</a>]
208 * to fix the site url on the exclude page
209 * to fix PHP Notice: Function WP_User_Query::query was called incorrectly. User queries should not be run before the plugins_loaded hook
210
211 = 1.0.7 =
212 * <strong>[FEATURE]</strong> Clearing Specific Pages (BETA) [<a target="_blank" href="https://www.wpfastestcache.com/features/clear-cache-of-specific-urls-when-updating-or-posting/">Details</a>]
213 * to add last-modified header when cache is served via php
214
215 = 1.0.6 =
216 * to serve sources via cdn for excluded pages if cdn is enabled
217 * to fix PHP Notice: Undefined offset: -1 in js-utilities.php on line 48
218
219 = 1.0.5 =
220 * to fix E_NOTICE: Undefined variable: path in wpFastestCache.php on line 2142
221 * to add excluding feature for Buffer Callback Filter [<a target="_blank" href="https://www.wpfastestcache.com/tutorial/buffer-callback-filter/#exclude">Details</a>]
222
223 = 1.0.4 =
224 * to add avif extensions for cdn
225 * to add WPFC_SERVE_ONLY_VIA_CACHE [<a target="_blank" href="https://www.wpfastestcache.com/tutorial/how-to-serve-cache-only-via-php/">Details</a>]
226
227 = 1.0.3 =
228 * Photon will no longer be supported [<a target="_blank" href="https://www.wpfastestcache.com/blog/photon-will-no-longer-be-supported/">Details</a>]
229 * to exclude category url for preload if any error occurs
230
231 = 1.0.2 =
232 * to add WP-CLI command for clearing cache of a post [<a target="_blank" href="https://www.wpfastestcache.com/features/wp-cli-commands/">Details</a>]
233 * to fix Warning scandir() at wpFastestCache.php:302
234 * to fix Warning file_put_contents(/cache/wpfc-minified/index.html) at cache.php:1090
235 * to fix Warning unlink(wp-cache-config.php) admin.php:885
236
237 = 1.0.1 =
238 * to clear only cache of post/page even if the "update post" option is disabled
239
240 = 1.0.0 =
241 * to define the save_settings() function of single preload feature as static function
242
243 EARLIER VERSIONS
244 For the changelog of earlier versions, please refer to [<a target="_blank" href="https://www.wpfastestcache.com/changelog/earlier-changelog-of-freemium-version/">the changelog on wpfastestcache.com</a>]
245
246 == Frequently Asked Questions ==
247
248 = How do I know my blog is being cached? =
249 You need to refresh a page twice. If a page is cached, at the bottom of the page there is a text like "&lt;!-- WP Fastest Cache file was created in 0.330816984177 seconds, on 08-01-14 9:01:35 --&gt;".
250
251 = Does it work with Nginx? =
252 Yes, it works with Nginx properly. Since Nginx doesn’t use an .htaccess file, you need to enable the Gzip compression and Browser Caching features manually. You can follow these tutorials: <a href="https://www.wpfastestcache.com/tutorial/how-to-enable-leverage-browser-caching-on-nginx/">How to Enable Leverage Browser Caching on Nginx</a> and <a href="https://www.wpfastestcache.com/tutorial/how-to-enable-gzip-compression-in-wordpress/#nginx">How to Enable Gzip on Nginx</a>
253
254 = Does it work with IIS (Windows Server) ? =
255 Yes, it works with IIS properly.
256
257 = Is this plugin compatible with Multisite? =
258 Yes, it is compatible with Multisite.
259
260 = Is this plugin compatible with Subdirectory Installation? =
261 Yes, it is compatible with Subdirectory Installation.
262
263 = Is this plugin compatible with Http Secure (https) ? =
264 Yes, it is compatible with Http Secure (https).
265
266 = Is this plugin compatible with Adsense? =
267 Yes, it is compatible with Adsense 100%.
268
269 = Is this plugin compatible with CloudFlare? =
270 Yes, it is but you need to read the details. <a href="https://www.wpfastestcache.com/tutorial/wp-fastest-cache-cloudflarecloudfront/">Click</a>
271
272 = Is this plugin compatible with qTranslate? =
273 Yes, it is compatible with qTranslate 100%.
274
275 = Is this plugin compatible with WP Hide & Security Enhancer? =
276 Yes, it is compatible with WP Hide & Security Enhancer.
277
278 = Is this plugin compatible with WP-PostViews? =
279 Yes, it is compatible with WP-PostViews. The current post views appear on the admin panel. The visitors cannot see the current post views. The developer of WP-PostViews needs to fix this issue.
280
281 = Is this plugin compatible with WooCommerce Themes? =
282 Yes, it is compatible with WooCommerce Themes 100%.
283
284
285 == Upgrade notice ==
286 ....