Skip to main content
All CollectionsOther
What Are The Best PHP Settings For WordPress?
What Are The Best PHP Settings For WordPress?

The Modern Events Calendar utilizes the fundamental setup of WordPress and can function seamlessly even with limited resources, so in this ...

Hakan Turan avatar
Written by Hakan Turan
Updated over 2 months ago

The Modern Events Calendar utilizes the fundamental setup of WordPress and can function seamlessly even with limited resources, so in this article, we will walk you through the Best PHP Settings for MEC.

Host configurations

To access these fields, please edit the “php.ini” file, which is located in the host (if you can’t find it then contact your host service provider)

Best PHP Settings

upload_max_filesize = 32M

post_max_size = 48M

memory_limit = 256M

max_execution_time = 600

max_input_vars = 10000

max_input_time = 400

Did this answer your question?