When using ACF for the whole WordPress website, it’s important to disable the Block Editor to reduce page loading time in the WordPress admin.
To disable the Block Editor in the WordPress admin, simply add this filter function in the functions.php file:
add_filter( 'use_block_editor_for_post', '__return_false' );