cache rewrite rule question

#3
thanks admin,
should i leave public and private to 0? i do have the LS wp plugin though
Code:
enableCache 0
enablePrivateCache 0
 

Pong

Administrator
#4
Yes, you are right. WordPress cache will be controlled by LSWCP.

If you set the following on server level
enableCache 1
enablePrivateCache 1
It means enable cache for all domains and URLs(including Admin URLs) blindly and globally, it may break a lot of stuff, which is not recommended at all.

Always set to the following and let LSWCP or other LSCache plugin to handle cache:
enableCache 0
enablePrivateCache 0
 
Last edited:
Top