Do not cache groups Object caching
-
Hi,
Litespeed is great. Trying to understand object caching. What happens if I add post_meta and posts to the do not cache groups?I had to add those groups because I got some fatal errors with Memcached object caching:
PHP Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /home/
They disappeared when I switched off object caching.Then I added posts and post_meta to the do not cache groups following the recommendation here: https://docs.litespeedtech.com/lscache/lscwp/cache/#object-tab. Seems to work.
But I was wondering on what is getting cached and what not now that I have this setting. I think adding posts to do not cache measn that posts aren’t cached in the object caching. But images in those posts? Will they be cached or not cached when I add posts to the do not cache groups. And if not, what is the use of object caching when I exclude posts from it?
- The topic ‘Do not cache groups Object caching’ is closed to new replies.