Skip to content

Using Caches

khungate edited this page Aug 29, 2022 · 5 revisions

Using a cache

If you happen to be using any cache system, this page is for you. Since there are many caching plugins and services, this document is more of a reminder and a general guide for everyone to configure their caching plugins appropriately. In most plugins, you'll have the ability to exclude a route path, so if you configure something like mailchimp-for-woocommerce/* that should bypass the cached value and grab the most current numbers for your dashboard.

Our "overview" screen is making calls to the WP REST API to show you stats on how your sync is progressing. Sometimes people might see that there are zeros across the board on their stats. If you're using a caching system, that's actually by design. Your cache is returning the "last result" it had saved to speed up your site in other areas.

To see the progress in real-time, you can not cache the REST API for our routes beginning with mailchimp-for-woocommerce.

Clone this wiki locally