1. Home
  2. Knowledge Base
  3. Thrive Ultimatum
  4. Getting Started
  5. How to Fix Caching Issues in Lockdown Campaigns

How to Fix Caching Issues in Lockdown Campaigns

If your Thrive Ultimatum campaigns are not displaying correctly, or if your Lockdown pages are not redirecting users when the timer expires, caching is the most common culprit.


Why Caching Causes Issues

Caching plugins store a static “snapshot” of your page to load it faster. However, Thrive Ultimatum needs to check the time dynamically for every visitor.

  • If a page is cached, the countdown might show the wrong time (or no time).
  • If a Lockdown page is cached, a user might see the “Offer Available” page even after the timer has expired.

How to Fix It: Exclude Pages from Cache

You must exclude your Promotion Pages and Lockdown Pages from your caching plugin.

General Rule

Look for an “Exclude URL” or “Never Cache” setting in your caching plugin and add the URLs of your specific campaign pages.
You can also exclude the specific query string tu_em if your plugin supports query string exclusions.

Specific Plugin Instructions

WP Super Cache

  1. Go to Settings -> WP Super Cache -> Advanced.

  2. Find “Accepted Filenames & Rejected URIs”.

  3. Add the string tu_em to the exclusion list.

  4. Click Save Strings.

W3 Total Cache

  1. Go to Performance -> Page Cache.

  2. Scroll to “Never cache the following pages”.

  3. Enter the URL path of your promotion pages (e.g., /my-special-offer/).

  4. Click Save Settings.

WP Fastest Cache

  1. Go to WP Fastest Cache -> Exclude.

  2. Click Add New Rule.

  3. Select “Is Equal To” -> Enter your page formatting (e.g., /my-offer).

  4. Click Save.

WP Optimize

  1. Go to WP Optimize -> Cache -> Advanced Settings.

  2. Add your page URLs to “URLs to exclude from caching”.

  3. Click Save Changes.
Was this article helpful?

Related Articles

>