Cache Url with QueryString
WP Fastest Cache does not create cache by default if a url contains a query string.
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);