Support

Account

Home Forums Backend Issues (wp-admin) How to improve performance for very long forms? Reply To: How to improve performance for very long forms?

  • 5.6.0, when released, will also turn off the display of the standard WP custom field section by default, which will improve performance significantly. You can to this now using:

    
    add_filter('acf/setting/remove_wp_meta_box', '__return_true');