How do I define a cache rule for a specific WordPress plugin?

Question

Grade: Education Subject: Support
How do I define a cache rule for a specific WordPress plugin?
Asked by:
61 Viewed 61 Answers

Answer (61)

Best Answer
(323)
You can create a cache rule for a specific plugin by adding a query string to the URL that Cloudflare will use to identify the plugin-specific content. For example, if you want to cache a WooCommerce product page, you can add `?product_id=123` to the URL. Cloudflare will then treat this URL as a separate item for caching.