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.
1. to disable WP Fastest Cache
2. to add the following line after <?php which exists at the top of wp-config.php file.
define('WPFC_DISABLE_REDIRECTION', true);
3. to save the settings of WP Fastest Cache