• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved How to clear the Server Cache

SleepTri

New Pleskian
Hey there,
following situation, wordpress runs on the server and works great so far but after changing some lines for a css file via the dashboard, the website does not show the changes.
In the support forum of the wordpress theme, they explained me to clear my website cache.

Having no wordpress plugin that creates a website cache, thought they meant my browser cache, cleared it and after that, the issue - of course - remained.
Checking my website with another cache-checker-website for having a server cache, which this website told yes to me
So, now I am searching the option to clear the website cache from the plesk panel.

Am I on the right track? Is there an option to clear my website cache?

Best regards,
SleepTri
 
I suppose that default WordPress cache location is /var/www/vhosts/domain.com/httpdocs/wp-content/cache
But note, your WP cache plugin may create its own cache in another location. Check settings of this cache plugin and try to find this location there.
For example, for Autoptimize plugin it is /var/www/vhosts/domain.com/httpdocs/wp-content/cache/autoptimize/
 
I suppose that default WordPress cache location is /var/www/vhosts/domain.com/httpdocs/wp-content/cache
But note, your WP cache plugin may create its own cache in another location. Check settings of this cache plugin and try to find this location there.
For example, for Autoptimize plugin it is /var/www/vhosts/domain.com/httpdocs/wp-content/cache/autoptimize/

Thank you. Solved the problem. Has been the standard cache!
 
Hey, I had the same issue. I found a folder called "page_enhanced" in the cache folder. I renamed that to _old and it solved the issue. But...

Should I delete that folder? Plesk didn't create another folder, yet.

Thanks!
 
There are two ways to do so via CLI:


plesk ext wp-toolkit --clear-cache -instance-id 1
plesk ext wp-toolkit --clear-cache -instance-id 2
plesk ext wp-toolkit --clear-cache -instance-id 3


rm -rf /var/www/vhosts/example.com/httpdocs/wp-content/cache/*
rm -rf /var/www/vhosts/example.com/staging.example.com/wp-content/cache/*
 
Back
Top