RunCloud Hub allows you to optimize your site performance by caching your pages and assets. However, some pages may have query parameters in their URLs that affect the content or functionality of the page. For example, a page may have a query parameter for tracking, filtering, sorting, or personalizing the content.

In this case, you may want to ignore some query parameters while caching, so that the same cached page can be served to different visitors regardless of the query parameters.

Alternatively, you may want to allow some query parameters while caching, so that the cached page can vary based on the value of the query parameters. Or, you may want to prevent caching altogether for some pages that have certain query parameters.

RunCloud Hub lets you configure these options in the Cache Query String Settings section of the plugin settings. Here is how to use them:

To use these options, simply enter one query parameter per line in the corresponding text box, and save the settings.

You can also use wildcards (*) to match any value of a query parameter. For example, if you enter `fb_*` in the ignore list, then any query parameter that starts with `fb_` will be considered for the corresponding rule while caching.