wp-config.php
define( 'WP_MEMORY_LIMIT', '256M' ); define('WP_DEBUG', false);
php.ini
max_input_vars = 5000 max_execution_time = 300 post_max_size = 50M upload_max_filesize = 50M