Plugins with compatibility based on dynamic cookies
WP Rocket's dynamic cookies feature generates and serves different cache files for the same page based on cookie values, which is useful if your pages need to have different content depending on the presence and value of cookies.
There are plugins for which WP Rocket has implemented automatic compatibility. And, you can also use this functionality to create custom solution.
List of plugins with automatic compatibility
From WP Rocket's side, there is automatic compatibility based on dynamic cookies for the following plugins:
- Cookie notice
- Dynamic cookie: cookie_notice_accepted.
- GDPR
- Dynamic cookies: allowed_cookies and consent_types.
- UK Cookie Consent
- Aelia Currency Switcher
- Dynamic cookies: aelia_cs_recalculate_cart_totals, aelia_cs_selected_currency and aelia_customer_country.
- Aelia Prices by Country
- Aelia Tax Display by Country
- WooCommerce Currency Converter Widget
- Dynamic cookie: woocommerce_current_currency.
- WooCommerce Multilingual
- Dynamic cookies: wcml_client_currency, wcml_client_currency_language and wcml_client_country.
- GeoTargeting WP
- Dynamic cookies will have the geot_rocket_ prefix.
Other plugins and custom implementation
If you are the user of a plugin that uses cookies for dynamic information that aren’t on the list of automatically compatible plugins, you can create compatibility with WP Rocket on your site by modifying the helper plugin described in this document.