If you don’t want some pages to be cached, you can use Exclude Page feature. There are two ways to exclude specific pages from being cached: “Exclude Tab” and “HTML Comment”
1. Exclude Tab
You can see the excluded pages on the “exclude” tab.
If you want to add a new rule, you should push on the “Add New Rule” button.
The system is case insensitive.
There are 4 ways to use this feature. Home Page, Start with, Contain and Exact.
Examples:
If you want to exclude the home page, you need to select “Home Page”.
If you want to exclude all the pages which start “page”, you need to use “start with”.
https://www.wpfastestcache.com/page/1
https://www.wpfastestcache.com/page/2
https://www.wpfastestcache.com/page/3
If you want to exclude all the pages which contain “cart”, you need to select “contain”.
https://www.wpfastestcache.com/my-cart-page.html
https://www.wpfastestcache.com/your-cart-page.html
https://www.wpfastestcache.com/our-cart-page.html
If you want to exclude only “wp-login.php, sitemap.xml” , you need to select “Is Equal To”.
https://www.wpfastestcache.com/wp-login.php
https://www.wpfastestcache.com/sitemap.xml
2. HTML Comment
You can exclude a page manually by putting <!–- [wpfcNOT] -–> into the html source as well.