Support

Account

Home Forums Add-ons Options Page Cache ACF fields stored in the wp_options table Reply To: Cache ACF fields stored in the wp_options table

  • Agreed. I’m using custom fields for taxonomy terms… so if you have a taxonomy with 250 terms and I have to cross check with wp_options for say… 2 custom fields… the number of queries goes from 1 with get_terms() to 500 when I have to loop through every one to get it’s associated custom field in wp_options. Brutal. Adds 5 seconds to page load time. There must be some better way?