=== WP Fastest Cache ===
Contributors: emrevona
Donate link: http://profiles.wordpress.org/emrevona/
Tags: cache, caching, performance, wp-cache, optimize, minify
Requires at least: 3.3
Tested up to: 3.9
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
This plugin creates static html files from your dynamic WordPress blog.
When a page is rendered, php and mysql are used. Therefor, system needs RAM and CPU.
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.
Setup of this plugin is so easy. You don't need to modify .htacces file. It will modified automatically.
http://www.youtube.com/watch?v=5XzkiLr1FYE
Features
1. Mod_Rewrite which is the fastest method is used in this plugin
2. All cache files are deleted when a post or page is published
3. Admin can delete all cached files from the options page
4. Admin can delete minified css and js files from the options page
5. Block cache for specific page or post with Short Code
6. Cache Timeout - All cached files are deleted at the determinated time
7. Enable/Disable cache option for mobile devices
8. Enable/Disable cache option for logged-in users
Performance Optimization
1. Generating static html files from your dynamic WordPress blog
2. Minify Html - You can decrease the size of page
3. Minify Css - You can decrease the size of css files
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.
5. Leverage browser caching - Reduce page load times for repeat visitors
6. Combine CSS - Reduce number of HTTP round-trips by combining multiple CSS resources into one
7. Combine JS
Supported languages:
* Deutsch (by Hinji)
* English
* Español (by Diplo)
* Français (by PascalJ)
* Italiana (by Valerio)
* Português
* Русский
* Türkçe
== Installation ==
1. Upload `wp-fastest-cache` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Permission of .htacces must 644
4. Enable this plugin on option page
== Screenshots ==
1. Main Page
2. Delete All File Page
3. All cached files are deleted at the determinated time
4. Block caching for post and pages (TinyMCE)
5. Block caching for post and pages (Quicktags)
== Changelog ==
= 0.8.2.3 =
* to support setting hour and minute as a 0
* to fix server time NaN
* to check the length of inline css for combine css
* to support selecting the css files which do not include home_url()
* to support selecting the js files which do not include home_url()
* publish_page to save_post
= 0.8.2.2 =
* to minify css files which are NOT "media='all'"
* to support selecting the css files which do not include home_url()
* to insert define('WP_CACHE', true) into wp-config.php for wp-postviews
* to fix PHP Warning: Missing argument 2 for CssUtilities::minifyCss()
* to fix PHP Warning: scandir warning
= 0.8.2.1 =
* to support WP-PostViews
* tab of minified css and js has been removed
* warning about Microsoft IIS has been added
* to prevent minify and combine css if returns 404
* to prevent combine js if returns 404
* warning about Multisite has been added
= 0.8.2.0 =
* warning of regular expression is too large has been added
* [FEATURE] to be able to choose specific time
* js and css merging is not beta anymore
= 0.8.1.9 =
* to delete cachen when page is edited or published
* warning of DONOTCACHEPAGE has been added
* file_get_contents_curl() issue for the files which start with //
* to combine the css files which has media="all" attribute
* to fix re-write rule for sub-directory installation
* [FEATURE] to prevent 304 browser caching to see new post
* [FEATURE] wpfcNOT works for pages as well except the themes
* the warning has been added for empty buffer
= 0.8.1.8 =
* to fix disable the plugin
* to check permalinks was set or not
* modified of deletion of minified files' warning
* to fix inserting extra comment tag
= 0.8.1.7 =
* wp-polls issue
* cache timeout issue
* minify css issue for data:application/x-font-woff
= 0.8.1.6 =
* optimization of deletion cache
* creating cache problem when combine css is unchecked
= 0.8.1.5 =
* [FEATURE] JS Combine
* to check that super cache is active or not
* to check that better wordPress minify is active or not
* [FEATURE] french translation
= 0.8.1.4 =
* to prevent creating cache for logged-in users
* gzip for svg, x-font-ttf, vnd.ms-fontobject, font/opentype font/ttf font/eot font/otf
* stlye files issue with https
* [FEATURE] Keep Alive
* compatible with @import "style.css";
* [FEATURE] italian language has been added
= 0.8.1.3 =
* to support renamed wp-content
= 0.8.1.2 =
* to fix combine css breaking css down
* the password protected posts are not cached
* change of minified css file name
= 0.8.1.1 =
* to show which style files are combined
* to fix the minify css issue
* to fix minify css breaking css down
= 0.8 =
* [FEATURE] Supports "Subdirectory Install"
* [FEATURE] SSL support
* [FEATURE] Leverage browser caching has been added
* GZippy warning has been added
* Path issue of rewrite rules has been solved
* to prevent create cache for mobile devices
* [FEATURE] Enable/Disable cache option for logged-in users has been added
* Improvement of Turkish and Spanish translation
* Issue of subdirectory install using with subdirectory url
* Double slash in the rewrite rule problem has been solved
* Full path is written instead of %{DOCUMENT_ROOT}
* Stop to prevent not to minify css files which has small size
* Improvement of detection active plugins
* [FEATURE] "Combine Css" has been added
* Stop to prevent not to minify css files which has small size
* Improvement of detection active plugins
* [FEATURE] "Combine Css" has been added
* Improvement of combine css
* to prevent creating cache for the urls which has query string
= 0.7.9 =
* [FEATURE] Compatible with WP-Polls
* [FEATURE] Enable/Disable cache option for mobile devices has been added
* [FEATURE] "[wpfcNOT]" shortcode has been converted to the image
* Optimisation of CSS minify
* r10.net support forum url has been added
* Some style changes
* to correct misspelling
* Icon has been changed
* [FEATURE] Portuguese language has been added
* [FEATURE] German language has been added
* Minify css issue has been solved
* [FEATURE] Blackberry PlayBook has been added into mobiles
* [FEATURE] www and non-www redirections have been added
= 0.7.8 =
* [FEATURE] Delete Minified Css & Js feature has been added
* Update of Spanish translation
* Update of Turkish translation
* Update of Russian translation
* Update of Ukrainian translation
= 0.7.7 =
* Optimisation of CSS minify
* rmdir, mkdir and rename error_log problem
* modify .htaccess problem
* Update of Spanish translation
* Update of Turkish translation
* Update of Russian translation
* Update of Ukrainian translation
= 0.7.6 =
* [FEATURE] Gzip Compression
= 0.7.5 =
* Performance of delete all files is improved
* Rewrite rules of WPFC is removed from .htaccess when wpfc is deactivated
* CSS of Warnings has been changed
= 0.7.4 =
* Minify Css problem has been solved
* Info panel has been added
* Update of Spanish translation
* Update of Turkish translation
* Update of Russian translation
* Update of Ukrainian translation
= 0.7.3 =
* Info Tip has been added
= 0.7.2 =
* [FEATURE] Minify CSS files
= 0.7.1 =
* Delete Cron Job when the plugin is deactivated
* Delete from DB when the plugin is deactivated
= 0.7 =
* [FEATURE] works with Wordfence properly
= 0.6.9 =
* [FEATURE] 404 pages are not cached
= 0.6.8 =
* urls which includes words that wp-content, wp-admin, wp-includes are not cached
* The issue about cache timeout has been solved
= 0.6.7 =
* [FEATURE] Cache Timeout has been added
= 0.6.6 =
* [FEATURE] Spanish language has been added
= 0.6.5 =
* [FEATURE] Minify html
= 0.6.4 =
* [FEATURE] Supported languages: Russian, Ukrainian and Turkish
= 0.6.3 =
* [FEATURE] "Block Cache For Posts and Pages" has been added as a icon for TinyMCE and Quicktags editor
= 0.6.2 =
* Cache file is not created if the file is exist
= 0.6.1 =
* Cached files are deleted after deactivation of the plugin
= 0.6 =
* Cached file is not updated after comment because of security reasons
= 0.5.9 =
* Checking corruption of html
= 0.5.8 =
* Creation time of file has been added
= 0.5.7 =
* "Not cached version" text has been removed
= 0.5.6 =
* Some style changes
= 0.5.5 =
* System works under sub wp sites
= 0.5.4 =
* Plugin URI has been added
= 0.5.3 =
* Dir path has been removed from not cached version
= 0.5.2 =
* Some styles changes
= 0.5.1 =
* Some styles changes
= 0.5 =
* [FEATURE] Admin can delete all cached files from the options page
* [FEATURE] All cache files are deleted when a post or page is published
* [FEATURE] Blocking cache with Shortcode
== Frequently Asked Questions ==
= How do I know my blog is being cached? =
You need to refresh a page twice. If a page is cached, at the bottom of the page there is a text like "<!-- WP Fastest Cache file was created in 0.330816984177 seconds, on 08-01-14 9:01:35 -->".
= Does it work with Nginx? =
No, it does not work with Nginx.
= Does it work with IIS (Windows Server) ? =
No, it does not work with IIS.
= What does ".htaccess not found" warning mean? =
Wpfc does not create .htaccess automatically so you need to create empty one.
= How is "tmpWpfc" removed? =
When the cached files are deleted, they are moved to "tmpWpfc" instead of being deleted and a cron-job is set. Delete all files are so difficult for server so cron-job is set not to use a lot of CPU resources. Cron-job is set and it deletes 100 files every 5 minutes. When all files in "tmpWpfc" are deleted, cron-job is unset.
= How can stop caching for some pages? =
If you add <!--[wpfcNOT]--> into source coude, creating cache stops. You can find it on visual and text editor after opening Add New Post panel.
= Does Wpfc work with WPMU (Wordpress Multisite) properly? =
No. Wpfc does not support Wordpress Multisite yet.
= Does Wpfc work in "Subdirectory Install"? =
Yes. Wpfc supports "Subdirectory Install".
= Is this plugin compatible with Http Secure (https) ? =
Yes, it is compatible with Http Secure (https).
= Is this plugin compatible with Adsense? =
Yes, it is compatible with Adsense %100.
= Is this plugin compatible with CloudFlare? =
Yes, it is compatible with CloudFlare %100. If the "minify html" option is active on CloudFlare, the minify system removed the comment from html so you cannot see the comment of Wpfc at the bottom of the page and you cannot be sure that it works or not. In this case, you need to look at the style files. You can see the minified css files.
= Is this plugin compatible with WP-Polls? =
Yes, it is compatible with WP-Polls %100.
= Is this plugin compatible with Bulletproof Security? =
Yes, it is compatible with Bulletproof Security %100.
= Is this plugin compatible with Wordfence Security? =
Yes, it is compatible with Wordfence Security %100.
= Is this plugin compatible with qTranslate? =
Yes, it works if you use qTranslate with "Use Query Mode (?lang=en)".
= Is this plugin compatible with WPtouch Mobile Plugin? =
Yes, it is compatible with WPtouch Mobile Plugin %100.
= Is this plugin compatible with AdRotate? =
No, it is NOT compatible with AdRotate.
= Is this plugin compatible with WP-PostViews? =
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.
= Is this plugin compatible with MobilePress? =
No, it is NOT compatible with MobilePress. We advise WPtouch Mobile.
= DONOTCACHEPAGE is defined as TRUE =
If you get a such warning, you need to read this tutorial. Read me!
== Upgrade notice ==
....