Support

Account

Home Forums Add-ons Repeater Field Flexible content/repeater performance – have_rows() vs foreach loop Reply To: Flexible content/repeater performance – have_rows() vs foreach loop

  • It should not make any difference. ACF loads all values for all of the fields in all of the layouts when you do get_field('flex_field') or on the first occurrence of have_rows('flex_field') and caches all of the values.