On servers using apache, the cache is served via htaccess thanks to the rewrite rule. It is the best method to serve cache. Continue reading
Tag Archives: Custom Config
Clear Cache After Activate/Deactivate a Plugin
When you activate or deactivate a plugin, you might ask for the entire cache to be cleared. Continue reading

Clear Cache After Switch Theme
When you switch theme, you might ask for the entire cache to be cleared. Continue reading

Clear Cache After Theme or Plugin Update
When you update any plugin or theme, the entire cache may need to be cleared. Continue reading

How to Cache JSON
WP Fastest Cache automatically excludes the urls with JSON as content type. Continue reading
Cache Url with QueryString
WP Fastest Cache does not create cache by default if a url contains a query string. Continue reading
Redirect Loop
WP Fastest Cache adds 301 redirection rule into htaccess file. It causes redirect loop sometimes. If you have such issue, you need to follow the steps. Continue reading