Cache Url with QueryString

by admin

WP Fastest Cache does not create cache by default if a url contains a query string.

querystring

If you want to enable cache system for the urls which contain querystring, you need to add the following line after <?php which exists at the top of wp-config.php file.

define('WPFC_CACHE_QUERYSTRING', true);

Related articles

Placeholder Image
Exclude Urls by Calling the Function Hook

It is very simple to exclude any url from the cache. You can call the following function in a theme…

WordPress Nonce Cache
WordPress Nonce Cache

WordPress Nonces system protects URLs and forms from certain types of misuse, malicious or otherwise.

Login Problem
Login Problem

The cache plugins may cause a login problem. Some users cannot login into wp-admin panel when they activate WP Fastest…