Hello,
Would be nice if we could all share our php.ini directives. What it does and why you set it.
@AdamM spoke about php.ini in feature request.
It is good to set max_input_vars = 3000 for WordPress sites.
The PHP Max Input Vars is the maximum number of variables the server can use for a single function. To work properly with a modern WordPress theme set this value to 3000. If the value is too low, you may experience problems such as lost data within your Theme Options and disappearing widgets.
Screenshot enclosed of my max_input_vars = 3000 directive using enhance,
https://pasteboard.co/hJkjmF7XrJCj.png
Correct me if i'm wrong please @Adam @Aliysa_Enhance