Skip to content

Instantly share code, notes, and snippets.

@uddhabh
Created February 12, 2022 16:54
Show Gist options
  • Save uddhabh/7f46e70f5f06cead6f76cb7257087f09 to your computer and use it in GitHub Desktop.
Save uddhabh/7f46e70f5f06cead6f76cb7257087f09 to your computer and use it in GitHub Desktop.
Recommended PHP Config for WordPress
memory_limit = 128M;
post_max_size = 64M;
max_execution_time = 120;
upload_max_filesize = 64M;
max_input_time = 60;
max_input_vars = 1000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment