Wordpress LScache Plugin: Caching ACF/Meta fields
Last Updated on: Wed, 15 Apr 2026 00:00:02 The Global groups contain ? users userlogins usermeta user_meta site-transient site-options site-lookup blog-lookup blog-details rss global-posts blog-id-cache How do I add Meta fields and ACF in this list to Cache? Hi, It depends on how the plugin/theme is made object cache is using WP API a quota from it $group: (optional) this is a way of grouping data within the cache. Allows you to use the same key across different groups. so basically, if the plugin author didnt group it , then you cant add it into group list. Best regards, So the ACF ? Field Groups can be added to the list I assume since they are grouped? for that , you will need to consult with its dev or , you can try text search on its files with keyword wp_cache_ The plugin is not using wp_cache, that I know only meta fields/ACF. Hi, then it can not used on object cache Best regards, OK. If I add ? https://developer.wordpress.org/reference/functions/update_meta_cache/ this to the code will it work? In that doc at bottom of the code wp_cache_add( $id, $cache[ $id ], $cache_key ) if you can get the name for $cache_key , it might work Ok. Thanks.
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference