Last active
December 13, 2021 23:04
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi