With this setting, you can specify a list of URLs you would not like to be optimized.
Important Note: NitroPack automatically excludes URLs with session-related data, such as cart and checkout pages.
How to exclude individual pages
Go to Caching Settings >> Cache.
Navigate to Excluded URLs.
Enable the option (click the toggle on the right).
Enter the URL of the page you wish to exclude.
For multiple pages, enter each page on a new line:
https://your_site.com/page/privacyhttps://your_site.com/page/termshttps://your_site.com/page/refunds
6. Click Save.
Using wildcards
With wildcards, you can exclude a group of pages with a single line.
You could use the following:
*.html
The above would exclude all pages with a .html extension in the URL, for example:
https://your_site.com/page/privacy.html
https://your_site.com/page/terms.html
https://your_site.com/page/refunds.html
You can also use wildcards to exclude all URLs containing a specific word. For example, to exclude all category URLs (assuming they all have “category” in their name), you can write:
*category*