To use our WordPress themes, Make sure that you are running:
- latest version of WordPress
- PHP version 5.6 or higher
- MySQL version 5.6 or higher
Recommended PHP configuration limits
Due to low PHP configuration limit settings, some common issues like fatal error messages, demo import failures, and page save errors tend to arise over time. It’s essential to increase PHP limits to avoid those issues and make more efficient use of the website.
Use the following limits to make sure your site performs well:
- max_execution_time = 3000;
- memory_limit = 128M;
- post_max_size = 64M;
- upload_max_filesize = 64M;
- max_input_time = 180;