Skip to content

Instantly share code, notes, and snippets.

@debonx
Last active December 13, 2021 23:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debonx/55f8c4d62e7526757c90410cdc814f3a to your computer and use it in GitHub Desktop.
Save debonx/55f8c4d62e7526757c90410cdc814f3a to your computer and use it in GitHub Desktop.
Optimal php.ini configuration for Wordpress, see also https://xilab.co/what-are-the-best-wordpress-php-ini-settings/
# Wordpress php.ini configuration
upload_max_filesize = 32M
post_max_size = 32M
memory_limit = 128M
max_execution_time = 60
max_input_vars = 10000
max_input_time = 30
@PROMX2
Copy link

PROMX2 commented Apr 22, 2021

Hi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment