Better Breeze descriptions
The "Advanced Options" page of this plugin does not properly explain how to specify URLs. Please add examples and/or include a link to a KB article.
Take the "Exclude CSS" field. I have no idea which of the following are valid:
- https://example.com/resource/
- https://example.com/resource
- //example.com/resource
- example.com/resource
- /resource
- example.com/resource/*
- example.com/resource/(.*)
- example.com\/resource\/(.*)
- /example.com\/resource\/(.*)/
How do I use this plugin? Please add more detailed instructions.

-
Muhammad Owais Alam commented
Thanks for your suggestion. Yes, exactly we are working on it.
Tests were performed to verify that multiple files can be excluded, either using similar names or being located in a specific folder:
File name:Domain.com/folder/abc(.*).css file name
users can restrict the exclusion list as much as needed based on where (.*) is placed.
Variations can also be created such as
(.*)css_random_wprdemo(.*)
Which would result in having all files containing the “css_random_wprdemo” string excluded, regardless of their location -
Russell commented
Here are some examples of how other plugins handle this.
Swift Performance's Exclude URLs text box says:
URLs which contains that string won't be cached. Use leading/trailing # for regexAnd WP Rocket gives an example of
/members/(.*)
And says
The domain part of the URL will be stripped automatically.
Use (.*) wildcards to address multiple URLs under a given path.