WordPress/WooCommerce caching server-side

Hi guys,
I've build a website using WordPress with WooCommerce, it was working great yesterday but now I can't log off the website as an admin or even as a regular user and this happens across all platforms and browsers.

I've read that this could be due to caching issues server-side, is there a way to resolve this issue?
( website address if needed : https://expressentryinfo.com )
Thanks.

2 Replies

apache2(8) has a number of directives available for managing server-side caching. They are documented here:

https://httpd.apache.org/docs/2.4/caching.html

nginx(8) does as well:

https://www.nginx.com/blog/nginx-caching-guide/

DANGER WILL ROBINSON! DANGER! DANGER!

I would be very certain of the cause of your issue before messing with this stuff…it is not for the faint of heart and you could completely destroy the performance of your web server -- even for non-WooCommerce sites -- if you do the wrong thing.

To tell you the truth, I would probably be looking at the caching facilities in WooCommerce:

https://wpastra.com/woocommerce-website-caching/

or Wordpress:

https://wpastra.com/ultimate-wordpress-caching-guide/

or PHP:

https://www.eurovps.com/blog/understanding-php-caching/

before even considering modifying the caching facilities in the web server. IMHO, this is probably where your problem is.

-- sw

I use https://wordpress.org/plugins/wp-optimize/ its very good!

Can pre cache your whole site for you.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct