Wordpress LScache Plugin: Do not cache groups (object cache settings)
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hello, I am using post views counter plugin. I tried to get support from that plugin authors but it seems that they abandoned the support forum. Can you guide me what should I add to do not cache groups in object cache settings if I want Litespeed cache plugin not to create object cache for post views? Post views counter plugin has the database table prefix_post_views and the table has database column id , type , period and count . I tried adding prefix_post_views, post_views and count in do not cache box. No luck. What is the group name should be? Thanks in advance. Hi, no , its not related to object cache you need to find a cache-compatible post view counter plugin e.g. https://wordpress.org/plugins/remoji/ otherwise you may need to introduce certain custom code work to make it work Best regards, Can you refer me to any resource or tutorial? I would like to build my own code to bypass object caching for post views. Right now, I have disabled object caching to make the plugin work and I think its not a good idea. Thank you. Hi, you need to look through the view counter plugins code from WP codex https://developer.wordpress.org/reference/functions/wp_cache_set/ it sets like wp_cache_set( key_name, key_content, group_name ) find the 3rd argument and use it as group name in do not cache group Best regards,
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference