Support

Account

Home Forums Backend Issues (wp-admin) Support for Persistent Object Cache Reply To: Support for Persistent Object Cache

  • Could you provide more info on why persistent cache is skipped by ACF?

    We’re using ACF with WPEngine with ‘Object Caching’ enabled, and ACF skips caching entirely resulting in all calls to ‘get_field()’ being pulled directly from the DB. When we disable ‘Object Caching’ ACF uses the transients API, and it works much more efficiently.

    Can you explain this choice? Why does ACF doesn’t play well with ‘Object Caching’?

    Thanks.