Home › Forums › General Issues › Over 90 layouts in a flexible content field causing MAJOR slowdowns › Reply To: Over 90 layouts in a flexible content field causing MAJOR slowdowns
We are facing the same issue here. All of a sudden our flexible content fields within the ACF admin are now almost unworkable and have started to time out the browsers and also its timing out trying to upload or save json files as well.
We have tried everything including loading from PHP and also using Redis to see if that helps but all have failed. The only one that seems to make a small difference is adding the following to the functions.php:
//Disable ACF field group settings
add_filter( ‘acf/field_group/disable_field_settings_tabs’, ‘__return_true’ );
Any help would be greatly appreciated.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.