Serving Public Cache to Logged in Users
-
Hi,
When guests visit my site, my pages and woocoomerce product pages are super fast cus of public cache plus crawler but when customer logged in its very slow cus its no cache.i dont wanna use private cache or esi block options.Cus i dont have any customize or private pages for logged in user.Even only my cart page have my last view products so serving public cache to logged in users not going to breake anything.So i checked previous topics find solution. And in one of topic support answered that in LS setup i have to put “/” to Force Public Cache URIs section and force not to cache wp-admin area for serving public cache to logged in users.So i tried to put “/” to Force Public Cache URIs section and yeah its work but i couldnt figure out to not cache wp-admin area.Now my wp-admin area is caching too.So then instead of putting “/” , i tried to put:
/$
^/product-categories/
^/products/
^/brands/
/shop/$
to Force Public Cache URIs section.But it didnt work.
So whats the easiest way to serve public cache to logged in users exclude wp-admin area.And pls can you explain simple way how to exclude wp-admin area not cache.I tried everyting but still i couldt figure out.
Also can you put option in lssetup serve public cache to logged in users.Cus google search console evaluating web vital scores from user experince.So this is the reason im getting higher score in pageinsignt in guest mode but cant pass in web vitals in search console cus of logged in users having slow performance.
- The topic ‘Serving Public Cache to Logged in Users’ is closed to new replies.