Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the "Endurance Cache" feature in my WordPress website?

I noticed this new wordpress version I'm running has a "Endurance Cache" option at the bottom of the "Settings > General" page.

That is caching all of the changes I'm doing on css. So whenever I update something the changes don't reflect on the browser instantaneously.

I'm wondering if that's wordpress native or if I can remove it.

I'm using wordpress 4.8.1.

My other website that has an older wordpress version doesn't have it.

It's not listed as an installed plugin. So that I don't think it is.

I'm using thesis theme.

thanks

like image 926
user2974961 Avatar asked Aug 08 '17 17:08

user2974961


2 Answers

It is a plugin installed by hostgator. They install two plugins "Endurance Browser Cache" and "Endurance Page Cache."

You can disable the Endurance Page Cache plugin by going to "Plugins" > "Must-Use" then locating the "Endurance Page Cache" plugin and clicking "disable."

The other plugin called "Endurance Browser Cache" does not have a disable button.

I hope this works for you. I do not know if hostgator will remove these plugins for you.

like image 174
Stryker Avatar answered Oct 19 '22 01:10

Stryker


Here is the easiest solution I found for it:

  1. Log into your Cpanel and click on Files.
  2. Choose your domain/subdomain and click on the WP-Content.
  3. Click on the "mu-plugins".
  4. Rename the File "endurance-page-cache.php" to "endurance-page-cache.php.old"
  5. Create a blank file there and name it "endurance-page-cache.php"

That's it, problem solved. And if you ever in the future want to activate it again, simply delete the blank file that you created and remove the word "old" from the original file name.

like image 25
Sayed Avatar answered Oct 19 '22 00:10

Sayed