Include query parameters
FlyingPress by default will not cache or optimized URLs with query parameters, unless they're specified in Ignore query parameters. For example, in https://example.com/?utm_source=ads will serve cache of https://example.com/
However, https://example.com/?email=abc@xyz.com will NOT serve cache.
In case you need this page to generate cache, add "email" to FlyingPress -> Advanced -> Include query parameters.
Another example:
If you've a URL like https://example.com/?country=US&category=Medicine, add both "country" and "category" to the include query parameters list.
To cache search results page, add "s" to the list since search pages will be in the format https://example.com/?s=cat
However, https://example.com/?email=abc@xyz.com will NOT serve cache.
In case you need this page to generate cache, add "email" to FlyingPress -> Advanced -> Include query parameters.
Another example:
If you've a URL like https://example.com/?country=US&category=Medicine, add both "country" and "category" to the include query parameters list.
To cache search results page, add "s" to the list since search pages will be in the format https://example.com/?s=cat
Updated on: 18/12/2023
Thank you!